Description Usage Arguments Value
Use different threshold to select DA cells based on an output from getDAcells()
1 2 | updateDAcells(X, pred.thres = c(0.05, 0.95), do.plot = T,
plot.embedding = NULL, size = 0.5)
|
X |
output from getDAcells() |
pred.thres |
length-2 vector, top and bottom threshold on the predictions from the logistic classification, default c(0.05,0.95) |
do.plot |
a logical value to indicate whether to return ggplot objects showing the results, default True |
plot.embedding |
size N-by-2 matrix, 2D embedding for the cells |
size |
cell size to use in the plot, default 0.5 |
a list of results with updated DA cells
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.