Description See Also Examples
This is the fpm and fpkm function from DESeq2. For more details see: fpkm and fpm
fpkm
fpm
fpkm fpm
1 2 3 4 5 6
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.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.