Description Usage Arguments Examples
Plots the decision map of density clusters .
1 | plot_rho_delta(cds, rho_threshold = NULL, delta_threshold = NULL)
|
cds |
CellDataSet for the experiment after running clusterCells_Density_Peak |
rho_threshold |
The threshold of local density (rho) used to select the density peaks for plotting |
delta_threshold |
The threshold of local distance (delta) used to select the density peaks for plotting |
1 2 3 4 5 6 | ## Not run:
library(HSMMSingleCell)
HSMM <- load_HSMM()
plot_rho_delta(HSMM)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.