Description Usage Arguments Value Examples
This function uses "neighborhood variance" to identify genes that vary smoothly, rather than fluctuating randomly, across the set of cells. Genes selected in this way can then be used to construct a trajectory.
1 | select_genes(embedding)
|
embedding |
Low-dimensional LLE embedding of cells |
Vector containing indices of selected genes
1 2 3 4 | ## Not run:
genes = select_genes(traj)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.