identifySubtypeFromMatrix | R Documentation |
A matrix
identifySubtypeFromMatrix(
df,
adjacency.cutoff = 0.5,
inflation = 2,
usingRawDf = F,
clusterPrefix = NULL
)
df |
n*n row and column are samples |
inflation |
Default is 2 for mcl clustering |
usingRawDf |
Default FALSE. If use raw data frame instead of adjacency matrix |
clusterPrefix |
data(Subtype.matrix)
sub.asso.ana.res <- loonR::subtypeAssociationAnalysis(Subtype.matrix)
cluster.res = loonR::identifySubtypeFromMatrix(sub.asso.ana.res$JaccardAnalysis, adjacency.cutoff = 0.8)
cluster.res
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.