Learn R Programming

GenoGAM (version 1.0.2)

computeSizeFactors: computeSizeFactors

Description

The function computes the size factors for given factor groups based on the DESeq2 package.

Usage

computeSizeFactors(ggd, factorGroups = NULL)

Arguments

ggd
A GenoGAMDataSet object.
factorGroups
A list of grouped IDs (same as the colnames of the GenoGAMDataSet object). Each element of the list represents a group of samples within which size factors are computed. If NULL all samples are regarded to belong to one group. Size factors are not computed between groups.

Value

An updated GenoGAMDataSet object.

Examples

Run this code
ggd <- makeTestGenoGAMDataSet()
ggd <- computeSizeFactors(ggd)

Run the code above in your browser using DataLab