PseudoMySeur | R Documentation |
A function to create a pseudo-time trajectory using Monocle on a Seurat object.
PseudoMySeur(SerObj, features = NULL, removeCells = NULL, removeNoisyFeats = T)
SerObj |
A Seurat object. |
features |
A character vector specifying the features (genes) to include in the analysis. If NULL, all features are used. |
removeCells |
A character vector specifying the cell names to remove from the analysis. If NULL, no cells are removed. |
removeNoisyFeats |
A logical value indicating whether to remove noisy features. Default is TRUE. |
A Monocle CellDataSet object representing the pseudo-time trajectory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.