Description Usage Arguments Value Author(s)
View source: R/build_levels_based_clique.R
RECURSIVE FUNCTION: Build the child level: split in two the parent
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | build_levels_based_clique(
dfClust,
scm,
scm_nm,
firstLevel,
clStop,
lev = 2,
tfs,
setGenesHC,
goHC,
gda,
cliqueTargets,
adjMethod,
cutoff,
qtarget,
qprobInt,
posRatio
)
|
dfClust |
dataframe used to build the final object |
scm |
single cell matrix normalized |
scm_nm |
single cell matrix not normalized/filtered |
firstLevel |
True if level 1, F if level > 1 |
clStop |
vector of indices to determine when to stop |
lev |
level number tracking |
tfs |
vector of TFs names or IDs |
setGenesHC |
list of set of genes used for each splitting |
goHC |
list of GO for each set of genes used for each splitting |
gda |
data.frame of GO slim annotations |
cliqueTargets |
list of each antagonistic clique & targets used for the splitting |
adjMethod |
multiple test correction to perform |
cutoff |
p-adjusted p-value cutoff used for the enrichment |
list(dfClust,setGenesHC,goHC,cliqueTargets)
Celine Barlier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.