Learn R Programming

Seurat (version 3.0.0)

HVFInfo: Get highly variable feature information

Description

Get highly variable feature information

Usage

HVFInfo(object, ...)

# S3 method for Assay HVFInfo(object, ...)

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

Arguments

object

An object

...

Arguments passed to other methods

assay

Name of assay to pull highly variable feature information for

Value

A dataframe with feature means, dispersion, and scaled dispersion

Examples

Run this code
# NOT RUN {
# Get the HVF info directly from an Assay object
HVFInfo(object = pbmc_small[["RNA"]])[1:5, ]

# Get the HVF info from a specific Assay in a Seurat object
HVFInfo(object = pbmc_small, assay = "RNA")[1:5, ]

# }

Run the code above in your browser using DataLab