Description Usage Arguments Value Examples
select_k
uses the alpha-hull to determine which value
of k yields an embedding that most resembles a trajectory.
1 |
exp_mat |
Matrix of expression levels |
kmin |
Smallest value of k to try |
kmax |
Largest value of k to try |
by |
Increment |
The optimal value of k
1 2 3 4 5 | ## Not run:
genes = select_genes(traj)
k = select_k(traj[,genes])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.