SelectIntegrationFeatures: Select integration features

Description Usage Arguments

Description

Choose the features to use when integrating multiple datasets. This function ranks features by the number of datasets they appear in, breaking ties by the median rank across datasets. It returns the highest features by this ranking.

Usage

1
2
SelectIntegrationFeatures(object.list, nfeatures = 2000, assay = NULL,
  verbose = TRUE, fvf.nfeatures = 2000, ...)

Arguments

object.list

List of seurat objects

nfeatures

Number of features to return

assay

Name of assay from which to pull the variable features.

verbose

Print messages

fvf.nfeatures

nfeatures for FindVariableFeatures. Used if VariableFeatures have not been set for any object in object.list.

...

Additional parameters to FindVariableFeatures


atakanekiz/Seurat3.0 documentation built on May 26, 2019, 2:33 a.m.