Description Usage Arguments Value Examples
Plot the Jaccard index distribution using raincloud plot
1 | JaccardRainCloudPlot(idents1, idents2, title = NULL)
|
idents1 |
A list of cluster identity from the subsampled data set before reclustering. (cluster id copied from the original full data set) |
idents2 |
A list of cluster identity from the subsampled data sets after reclustering. |
title |
Title of the plot |
A ggplot2 object
1 2 3 4 5 6 | ## Not run:
data(idents)
## the pbmc here need to be fully processed.
JaccardRainCloudPlot(idents, idents)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.