RPKMtoTPM: Reads per kilobase per million (RPKM) to transcripts per...

Description Usage Arguments Value See Also Examples

View source: R/RPKMtoTPM.R

Description

Per Colin Dewey, TPM == (RPKMj / sum(RPKM)) * 1000000, for every feature j. (The same is true of FPKM, since RPKM just estimates fragments of template.)

Usage

1
RPKMtoTPM(object, ...)

Arguments

object

a (DelayedM|m)atrix of RPKM/FPKMs, or something containing one

...

any additional user input arguments to pass to other functions

Value

1
   a (DelayedM|m)atrix of TPM estimates, or an object with one.

See Also

http://bioinformatics.oxfordjournals.org/content/26/4/493.full

Examples

1
2
library(recount)
RPKMtoTPM(getRPKM(rse_gene_SRP009615))

trichelab/rehash documentation built on Nov. 5, 2019, 10:58 a.m.