Learn R Programming

GenoGAM (version 1.0.2)

sizeFactors,GenoGAMDataSet-method: Access the sizeFactor slot

Description

The sizeFactor slot contains the vector of normalization values for each sample

Usage

"sizeFactors"(object)
"sizeFactors"(object) <- value

Arguments

object
A GenoGAMDataSet object.
value
A named numeric vector

Value

A named numeric vector

Examples

Run this code
ggd <- makeTestGenoGAMDataSet()
sizeFactors(ggd)
sizeFactors(ggd) <- c(a = 5, b = 1/5)

Run the code above in your browser using DataLab