powered by
Get variable feature information from SCTAssay objects
SCTAssay
# S3 method for SCTAssay HVFInfo(object, selection.method, status = FALSE, ...)
An object
Which method to pull. For HVFInfo and VariableFeatures, choose one from one of the following:
HVFInfo
VariableFeatures
“vst”
“sctransform” or “sct”
“mean.var.plot”, “dispersion”, “mvp”, or “disp”
For SVFInfo and SpatiallyVariableFeatures, choose from:
SVFInfo
SpatiallyVariableFeatures
“markvariogram”
“moransi”
Add variable status to the resulting data frame
Arguments passed to other methods
# Get the HVF info directly from an SCTAssay object pbmc_small <- SCTransform(pbmc_small) HVFInfo(pbmc_small[["SCT"]], selection.method = 'sct')[1:5, ]
Run the code above in your browser using DataLab