JaccardRainCloudPlot: Plot the Jaccard index distribution using raincloud plot

Description Usage Arguments Value Examples

View source: R/clusterviz.R

Description

Plot the Jaccard index distribution using raincloud plot

Usage

1
JaccardRainCloudPlot(idents1, idents2, title = NULL)

Arguments

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

Value

A ggplot2 object

Examples

1
2
3
4
5
6
## Not run: 
data(idents)
## the pbmc here need to be fully processed.
JaccardRainCloudPlot(idents, idents)

## End(Not run)

crazyhottommy/scclusteval documentation built on Aug. 5, 2021, 3:20 p.m.