fpkm {OUTRIDER}R Documentation

Calculate FPM and FPKM values

Description

This is the fpm and fpkm function from DESeq2. For more details see: fpkm and fpm

See Also

fpkm fpm

Examples

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]


[Package OUTRIDER version 1.11.0 Index]