Description Usage Arguments Value Author(s) Examples
View source: R/integrate_variables.R
If an assay (e.g. ChIP-seq for the histone modification H3k9ac) is done on multiple cells/conditions/treatment/time, it might be, sometimes, necessary to integrate or combine them. Such combination may be done by several techniques like Principal Component Analysis (PCA) or Factor Analysis (FA). This function integrates an assay experimented on multiple cells or conditions into many linear combinations using PCA.
1 | integrate_variables(Assays, name, groups, groupinfo = NULL, ...)
|
Assays |
A vector of names of an assays |
name |
Name of the "MultiAssayExperiment" object containing the assay data |
groups |
Name of all or subset of groups |
groupinfo |
output of create_group or similar object containing group information |
... |
Additional arguments supplied to "PCA()" imported from "FactoMineR" |
an object of class "PCA"
Subhadeep Das <subhadeep1024@gmail.com>
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.