consensusSubtyping | R Documentation |
Identification of consensus subtypes
consensusSubtyping(
df,
replicate = 100,
seed = 1,
proportion = 0.8,
adjusted.hypergeometrix.p = F,
inflation = 2,
adjacencyMatrixCutoff = NULL,
subtype.prefix = "CMS",
pOradjacent = "adjacent",
inflationConsensus = 0
)
df |
row is sample, column is study subtype. Plsease note rownames is sample ID |
replicate |
Default 100 |
seed |
Default 1 |
proportion |
Default 0.8 |
adjusted.hypergeometrix.p |
Default 0.05 |
inflation |
Default 2 |
adjacencyMatrixCutoff |
Default NULL. Cutoff for adjacenty matrix. |
pOradjacent |
Default "adjacent". Could be p or adjacent. Using p or adjacent to perform mcl cluster |
inflationConsensus |
Default equal to inflation. inflation is for one boot while inflationConsensus is for subtyping |
data("Subtype.matrix")
res = loonR::consensusSubtyping(Subtype.matrix, replicate = 50)
res$consensus.map
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.