Description Usage Arguments Value Examples
View source: R/importanceADT.R
A function to visualise the features distribtuion
1 2 3 4 5 6 | visImportance(
sce,
plot = c("boxplot", "heatmap"),
altExp_name = "ADT",
exprs_value = "logcounts"
)
|
sce |
A singlecellexperiment object |
plot |
A string indicates the type of the plot (either boxplot or heatmap) |
altExp_name |
A character indicates which expression matrix is used. by default is none (i.e. RNA). |
exprs_value |
A character indicates which expression value in assayNames is used. |
A plot (either ggplot or pheatmap) to visualise the ADT importance results
1 2 3 4 5 | data("sce_control_subset", package = "CiteFuse")
sce_control_subset <- importanceADT(sce_control_subset,
group = sce_control_subset$SNF_W_louvain,
subsample = TRUE)
visImportance(sce_control_subset, plot = "boxplot")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.