Functions for preprocessing data
PreprocessData(
  object.list,
  min.features = 200,
  min.spots = 20,
  nfeatures = 2000
)A list of Seurat objects.
Filtering spots no more than min.features expression gene.
Filter genes no more than min.spots expression spots.
Number of high variable features.
a list of Seurat objects