prcomp.DGEListList: Run principal component analysis on a DGEListList object

View source: R/pca.R

prcomp.DGEListListR Documentation

Run principal component analysis on a DGEListList object

Description

Run principal component analysis on a DGEListList object

Usage

## S3 method for class 'DGEListList'
prcomp(x, ntop = NULL, fun = function(x) cpm(x, log = TRUE))

Arguments

x

A DGEListList object

ntop

NULL or integer. If set, only ntop top-variable genes are used

fun

Function, used to transform count data into continuous data used by PCA

Value

A list of prcomp objects.


bedapub/ribiosNGS documentation built on Feb. 10, 2025, 12:34 a.m.