Functions for preprocessing data

PreprocessData(
  object.list,
  min.features = 200,
  min.spots = 20,
  nfeatures = 2000
)

Arguments

object.list

A list of Seurat objects.

min.features

Filtering spots no more than min.features expression gene.

min.spots

Filter genes no more than min.spots expression spots.

nfeatures

Number of high variable features.

Value

a list of Seurat objects