Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 410 Bytes

tpm_rpkm.R

Simple RScript to calculate RPKMs and TPMs from the counts created by featureCounts

RPKM/TPM calculations are based on the methods shown in http://www.rna-seqblog.com/rpkm-fpkm-and-tpm-clearly-explained/

The input file is the output of featureCounts

Usage: Rscript tpm_rpkm.R <featureCounts_output_file>

Creates: <featureCounts_output_file>_rpkm.txt <featureCounts_output_file>_tpm.txt