View source: R/network_functions.R
getICAGenes | R Documentation |
Given feature loadings obtained from independent component analysis (ICA), significant genes for each component are identified.
getICAGenes(
feature.loading,
fdr.cutoff = 1e-04,
local.fdr = T,
assert.positive.skew = T,
only.pos = T
)
feature.loading |
ICA feature loadings |
fdr.cutoff |
FDR threshold. Default is 0.0001. |
local.fdr |
Whether to use local FDR. Default is T. |
assert.positive.skew |
Whether to ensure that max(|feature.loading|) is positive. Default is T. |
only.pos |
Whether significant genes are positively loaded only. Default is T. |
named list of ICA gene programs
Nicholas Mikolajewicz
https://nmikolajewicz.github.io/scMiko/articles/Module_Detection.html
runICA
for independent component analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.