View source: R/mergeMRexperiments.R
extractMR | R Documentation |
Extract the essentials of an MRexperiment.
extractMR(obj)
obj |
MRexperiment-class object. |
A list containing:
counts : Count data
librarySize : The column sums / library size / sequencing depth
normFactors : The normalization scaling factors
pheno : phenotype table
feat : feature table
data(mouseData)
head(metagenomeSeq:::extractMR(mouseData))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.