Normalize, find variable features, scale, and run PCA
Usage
ProcessSeuratObject(
obj,
normalization_method = "LogNormalize",
scale_factor = 10000,
scale_features = NULL,
selection_method = "vst",
verbose = TRUE
)See also
Other single_cell_preprocess:
ClusterAndReduce(),
FilterTumorCell(),
FindRobustElbow(),
QCPatternFilter()