return stability scores for each node by searching for optimal matching tree
1 2 3 4 5 6 7 8 9 10 11 | TreeStability(
dataobj,
dend,
algorithm = "expression",
cls.groups,
cls.subsamples,
stability.subsamples = 10,
stability.subsampling.fraction = 0.95,
min.group.size = 30,
n.cores = 10
)
|
dataobj |
igraph object if algorithm=walktrap, conos or gene expression matrix if algorithm=expression |
dend |
original dendrogram |
algorithm |
algorithms for contruct hierachical tree in subsamples: walktrap or based on expression (expression) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.