extractMR: Extract the essentials of an MRexperiment.

View source: R/mergeMRexperiments.R

extractMRR Documentation

Extract the essentials of an MRexperiment.

Description

Extract the essentials of an MRexperiment.

Usage

extractMR(obj)

Arguments

obj

MRexperiment-class object.

Value

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

Examples


data(mouseData)
head(metagenomeSeq:::extractMR(mouseData))


HCBravoLab/metagenomeSeq documentation built on March 17, 2024, 3:21 p.m.