getICAGenes.Rd
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
)
ICA feature loadings
FDR threshold. Default is 0.0001.
Whether to use local FDR. Default is T.
Whether to ensure that max(|feature.loading|) is positive. Default is T.
Whether significant genes are positively loaded only. Default is T.
named list of ICA gene programs
runICA
for independent component analysis.