Description Usage Arguments Value
Returns cuts to define epochs via clustering
1 2 3 4 5 6 7 8 | find_cuts_by_clustering(
expDat,
dynRes,
num_epochs,
limit_to = NULL,
method = "kmeans",
pThresh_dyn = 0.05
)
|
expDat |
genes-by-cells expression matrix |
dynRes |
result of running findDynGenes or define_epochs |
num_epochs |
the number of epochs |
limit_to |
vector of genes on which to base epoch cuts, for example, limiting to TFs |
method |
what clustering method to use, either 'kmeans' or 'hierarchical' |
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.