Description Usage Arguments Value Author(s)
View source: R/build_branch_module.R
CALLED BY build_levels_based_clique() to build cluster for the two branches of the level x
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | build_branch_module(
dfClust,
actuC,
newC,
scm,
scm_nm,
clStop,
tfs,
setGenesHC,
goHC,
gda,
cliqueTargets,
adjMethod,
cutoff,
qtarget,
qprobInt,
posRatio
)
|
dfClust |
dataframe as Cell | Cluster |
actuC |
number of actual cluster |
newC |
integer used to define the next cluster |
scm |
single cell RNA-seq matrix |
scm_nm |
single cell matrix not normalized/filtered |
clStop |
vector of indices to determine when to stop |
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.