powered by
Get variable feature information from SCTAssay objects
SCTAssay
# S3 method for SCTAssay HVFInfo(object, method, status = FALSE, ...)
An object
method to determine variable features
Add variable status to the resulting data frame
Arguments passed to other methods
HVFInfo
if (FALSE) { # Get the HVF info directly from an SCTAssay object pbmc_small <- SCTransform(pbmc_small) HVFInfo(pbmc_small[["SCT"]], method = 'sct')[1:5, ] }
Run the code above in your browser using DataLab