qProjICA | R Documentation |
Title Simple ICA projection, default using Puleo et al components
qProjICA(
newexp,
ICAgw = qutils:::.puleoICA$gw,
geneNormType = "sc",
projNormType = "raw",
ming = 500
)
newexp |
A new expression dataset |
ICAgw |
ICA gene weights (S matrix) |
geneNormType |
Normalization of gene expression matrix (sc: sample scale is default) |
projNormType |
Normalization of components (raw: is default) |
ming |
Minimum number of overlapping genes |
projected components
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.