PseudoMySeur: PseudoMySeur

View source: R/Monocle.R

PseudoMySeurR Documentation

PseudoMySeur

Description

A function to create a pseudo-time trajectory using Monocle on a Seurat object.

Usage

PseudoMySeur(SerObj, features = NULL, removeCells = NULL, removeNoisyFeats = T)

Arguments

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.

Value

A Monocle CellDataSet object representing the pseudo-time trajectory.


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.