Description Usage Arguments Examples
View the Pseudotime and colors the cell with different options
| 1 | ViewPseudo(object, color.by, transform.in)
 | 
| color.by | clusters to color cell by the cluster of belonging. pseudo to color cell by the pseudotime. A gene name to color cell by its expression. | 
| transform.in | adjustmet of gene expression for better visualuzation. Default is trim, you can use log to visualize log2(counts)+1 | 
| sce | object of the SingleCellExperiment class. | 
| 1 2 3 | ViewPseudo(sce,'clusters')
ViewPseudo(sce,'pseudo')
ViewPseudo(sce,'Olig1')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.