norm.DESeq: Normalization By DESeq (DESeq)

Description Usage Arguments Value References Examples

View source: R/NormFunc.R

Description

Normalize the dataset using DESeq, and return the normalized dataset with scaling factor.

Usage

1
norm.DESeq(raw, groups)

Arguments

raw

raw count data in the format of data frame or matrix, with columns for samples and rows for genes.

groups

vector of characters indicating the group for each sample.

Value

list, containing dat.normed (normalized dataset) and scaling.factor (scaling factor) for each sample.

References

DESeq Package

Examples

1

LXQin/PRECISION.seq documentation built on Dec. 18, 2021, 3:41 a.m.