HVFInfo.SCTAssay: Get Variable Feature Information

View source: R/objects.R

HVFInfo.SCTAssayR Documentation

Get Variable Feature Information

Description

Get variable feature information from SCTAssay objects

Usage

## S3 method for class 'SCTAssay'
HVFInfo(object, method, status = FALSE, ...)

Arguments

object

An object

method

method to determine variable features

status

Add variable status to the resulting data frame

...

Arguments passed to other methods

See Also

HVFInfo

Examples

## Not run: 
# Get the HVF info directly from an SCTAssay object
pbmc_small <- SCTransform(pbmc_small)
HVFInfo(pbmc_small[["SCT"]], method = 'sct')[1:5, ]

## End(Not run)


satijalab/seurat documentation built on March 20, 2024, 8:41 p.m.