subtypeAssociationAnalysis | R Documentation |
Subtype association: Calculate Jaccard similarity coefficient and perform hypergeometrix test
subtypeAssociationAnalysis(
df,
concateStudy = F,
adjusted.hypergeometrix.p = F,
cut.edge.byPval = 0.05,
print.message = T
)
df |
row is sample, column is study subtype. Plsease note rownames is sample ID |
concateStudy |
If to add study name (from colnames) into result |
adjusted.hypergeometrix.p |
Default FALSE, if to adjust hypergeometrix P value by BH method. |
cut.edge.byPval |
Default 0.05 |
print.message |
If print message |
data(Subtype.matrix)
res <- loonR::subtypeAssociationAnalysis(Subtype.matrix)
res$hyperGeoTest.Analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.