Description Usage Arguments Value Examples
Compute the Rand Index, Jaccard Index, Fowlkes-Mallows, and Normalized Mutual Information for agreement of two partitions, and generate alluvial diagrams for visualization.
1 2 3 4 5 6 7 8 9 10 11 12 |
moic.res |
An object returned by 'getMOIC()' with one specified algorithm or 'get%algorithm_name%' or 'getConsensusMOIC()' with a list of multiple algorithms. |
subt2comp |
A data.frame of subtypes that need to compare with current subtype with rownames for samples and columns for other subtypes. |
doPlot |
A logic value to indicate if generating alluvial diagram to show the agreement of different subtypes; TRUE by default. |
clust.col |
A string vector storing colors for each cluster. |
box.width |
A numeric valur to indicate the width for box in alluvial diagram. |
fig.name |
A string value to indicate the name of the figure. |
fig.path |
A string value to indicate the output path for storing the figure. |
width |
A numeric value to indicate the width of alluvial diagram. |
height |
A numeric value to indicate the height of alluvial diagram. |
A figure of agreement (.pdf) if doPlot = TRUE
and a data.frame storing four agreement measurements, including Rand Index (RI), Adjusted Mutual Information (AMI), Jaccard Index (JI), and Fowlkes-Mallows (FM).
1 | # There is no example and please refer to vignette.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.