Returns cuts to define epochs via clustering
find_cuts_by_clustering(
matrix,
dynamic_object,
num_epochs,
limit_to = NULL,
method = "kmeans",
p_value = 0.05
)
genes-by-cells expression matrix
result of running findDynGenes or define_epochs
the number of epochs
vector of genes on which to base epoch cuts, for example, limiting to TFs
what clustering method to use, either 'kmeans' or 'hierarchical'
pval threshold if gene is dynamically expressed
vector of pseudotimes at which to cut data into epochs