Description Usage Arguments Value
Returns cuts to define epochs via sliding window comparison
1 2 3 4 5 6 7 | find_cuts_by_similarity(
expDat,
dynRes,
winSize = 2,
limit_to = NULL,
pThresh_dyn = 0.05
)
|
expDat |
genes-by-cells expression matrix |
dynRes |
result of running findDynGenes or define_epochs |
winSize |
number of cells to each side to compare each cell to |
limit_to |
vector of genes on which to base epoch cuts, for example, limiting to TFs |
pThresh_dyn |
pval threshold if gene is dynamically expressed |
vector of pseudotimes at which to cut data into epochs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.