Skip to content

Commit 6af210e

Browse files
editing documentation
1 parent db5217b commit 6af210e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build/utils/tpmFromCounts.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
'''
22
python script to read in counts matrix and gene lengths to calculate tpm
33
4-
Input: expects patient Id's on column names
5-
6-
Args:
7-
genome_link : str
8-
Link to human genome build. Defualts to "https://ftp.ensembl.org/pub/grch37/release-113/gtf/homo_sapiens/Homo_sapiens.GRCh37.87.gtf.gz"
9-
10-
cols_to_exclude : list
11-
List of column names to exclude. Script assumes that patient Id's are in column names. Put columns to exclude (that don't have patient info in them).
12-
134
'''
145

156
import argparse

0 commit comments

Comments
 (0)