This function subsets GeneSwitches object based on the range of pseudotime
1 2 | subset_pseudotime(sce, min_time, max_time, assayname = "expdata",
minexp = 0, mincells = 10)
|
sce |
GeneSwitches object which is a SingleCellExperiment object |
min_time |
lower bound of pseudotime |
max_time |
upper bound of pseudotime |
assayname |
expression assay to use |
minexp |
minimun expression to filer genes |
mincells |
minimun cells with expression |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.