Learn R Programming

Seurat (version 3.1.0)

VariableFeatures: Get and set variable feature information

Description

Get and set variable feature information

Usage

VariableFeatures(object, ...)

VariableFeatures(object, ...) <- value

# S3 method for Assay VariableFeatures(object, selection.method = NULL, ...)

# S3 method for Seurat VariableFeatures(object, assay = NULL, selection.method = NULL, ...)

# S3 method for Assay VariableFeatures(object, ...) <- value

# S3 method for Seurat VariableFeatures(object, assay = NULL, ...) <- value

Arguments

object

An object

...

Arguments passed to other methods

value

A character vector of variable features

selection.method

Method used to set variable features

assay

Name of assay to pull variable features for