prcomp.DGEListList | R Documentation |
Run principal component analysis on a DGEListList object
## S3 method for class 'DGEListList'
prcomp(x, ntop = NULL, fun = function(x) cpm(x, log = TRUE))
x |
A |
ntop |
NULL or integer. If set, only |
fun |
Function, used to transform count data into continuous data used by PCA |
A list of prcomp
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.