Description Usage Arguments Details Value Author(s) Examples
Use RNA velocity to find root or final states via the CellRank package. Most of this is a straight-up ripoff of velociraptor so that I can learn how to operate Python via basilisk for CellRank and SignatureFinder-GPU to run.
1 2 3 4 |
x |
The output of velociraptor::scvelo(). |
This function uses the CellRank Python package (which can be found at https://pypi.org/project/cellrank/) for RNA velocity-pseudotime informed root and leaf finding when constructing trajectories and the like. This is done via the basilisk package - see the documentation for that package for trouble-shooting.
A SingleCellExperiment is returned containing the output.
Tim Triche, Jr.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.