fpkm | R Documentation |
This is the fpm and fpkm function from DESeq2. For more details see:
fpkm
and fpm
fpkm
fpm
ods <- makeExampleOutriderDataSet()
mcols(ods)['basepairs'] <- round(rnorm(nrow(ods), 1000, 500))
mcols(ods)['basepairs']
fpkm(ods)[1:10,1:10]
fpm(ods)[1:10,1:10]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.