Skip to content

Commit

Permalink
Add and example gene lengths file
Browse files Browse the repository at this point in the history
  • Loading branch information
JureZmrzlikar committed Aug 2, 2023
1 parent 9e4f6e2 commit 9d62776
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,14 @@ column should contain gene lengths computed by union exon model::
rnanorm tpm exp.csv --gtf annotations.gtf > exp_out.csv
# Use gene lengths file
rnanorm tpm exp.csv --gene-lengths lenghts.csv > exp_out.csv

# Example of gene lengths file
cat lenghts.csv
gene_id,gene_length
Gene_1,200
Gene_2,300
Gene_3,500
Gene_4,1000
Gene_5,1000


.. _GTF: https://www.ensembl.org/info/website/upload/gff.html
Expand Down

0 comments on commit 9d62776

Please sign in to comment.