| plotValue | R Documentation |
Show any numeric value in the CellRouter metadata table (number of detected genes, etc.) in the selected space of reduced dimensionality and save to file.
plotValue(
object,
assay.type = "RNA",
variable.show,
reduction.type = c("tsne", "pca", "DC", "umap", "custom"),
threshold = 2,
dims.use = c(1, 2),
columns = 5,
dotsize = 1,
alpha = 0.5
)
## S4 method for signature 'CellRouter'
plotValue(
object,
assay.type = "RNA",
variable.show,
reduction.type = c("tsne", "pca", "DC", "umap", "custom"),
threshold = 2,
dims.use = c(1, 2),
columns = 5,
dotsize = 1,
alpha = 0.5
)
object |
CellRouter object. |
assay.type |
character; the type of data to use. |
variable.show |
character vector; values to show. |
reduction.type |
character; the dimension reduction space to be used: pca, tsne, DC of diffusion components, umap, or custom. |
threshold |
numeric; threshold to rescale gene expression. |
dims.use |
numeric vector; the number of dimensions to use. |
columns |
numeric; number of columns in the output figure. |
dotsize |
numeric; dot size. |
alpha |
numeric; transparency (between 0 and 1). |
ggplot2; plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.