Description Usage Arguments Examples
View 2D reduced dimentions. For the moment only supports TSNE.
1 2 3 4 5 6 | viewReduced(
object,
color.by = "clusters",
transform.in = "trim",
method = "TSNE"
)
|
color.by |
clusters to color by clusters, or a gene name to color by gene names ( must be the names used in |
transform.in |
adjustmet of gene expression for better visualuzation. Default is trim, you can use log to visualize log2(counts)+1 |
method |
can only be set to TSNE for the moment |
sce |
object of the SingleCellExperiment class. |
1 2 | viewReduced(sce,"clusters") # colors with clusters
viewReduced(sce,"Arx") # colors with Arx gene expression. The gene name must be same as in rownames()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.