libSize-set: Replace the library sizes in a MRexperiment object

libSize<-R Documentation

Replace the library sizes in a MRexperiment object

Description

Function to replace the scaling factors, aka the library sizes, of samples in a MRexperiment object.

Usage

## S4 replacement method for signature 'MRexperiment,numeric'
libSize(object) <- value

Arguments

object

a MRexperiment object

value

vector of library sizes

Value

vector library sizes

Author(s)

Joseph N. Paulson

Examples


data(lungData)
head(libSize(lungData)<- rnorm(1))


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