plot_purity | R Documentation |
Plot heatmap of purity index of specified columns.
plot_purity(x, ...)
## S3 method for class 'Seurat'
plot_purity(x, col.x, col.y, ...)
## S3 method for class 'SingleCellExperiment'
plot_purity(x, ...)
## S3 method for class 'DataFrame'
plot_purity(x, ...)
## S3 method for class 'data.frame'
plot_purity(x, col.x, col.y, label = FALSE, label.size = 5, drop = FALSE, ...)
x |
a suitable object. |
... |
parameters passed down to methods. |
col.x |
name of column to be use in x-axis. |
col.y |
name of column to be use in y-axis. |
label |
logical; whether to add rounded values of purity to tiles. |
label.size |
size of labels text. |
drop |
whether to drop unused axis levels. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.