Get variable feature information from SCTAssay
objects
# S3 method for class 'SCTAssay'
HVFInfo(object, method, status = FALSE, ...)
if (FALSE) { # \dontrun{
# Get the HVF info directly from an SCTAssay object
pbmc_small <- SCTransform(pbmc_small)
HVFInfo(pbmc_small[["SCT"]], method = 'sct')[1:5, ]
} # }