forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHVFInfo.SCTAssay.Rd
42 lines (38 loc) · 1.12 KB
/
HVFInfo.SCTAssay.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/objects.R
\name{HVFInfo.SCTAssay}
\alias{HVFInfo.SCTAssay}
\title{Get Variable Feature Information}
\usage{
\method{HVFInfo}{SCTAssay}(object, selection.method, status = FALSE, ...)
}
\arguments{
\item{object}{An object}
\item{selection.method}{Which method to pull. For \code{HVFInfo} and
\code{VariableFeatures}, choose one from one of the
following:
\itemize{
\item \dQuote{vst}
\item \dQuote{sctransform} or \dQuote{sct}
\item \dQuote{mean.var.plot}, \dQuote{dispersion}, \dQuote{mvp}, or
\dQuote{disp}
}
For \code{SVFInfo} and \code{SpatiallyVariableFeatures}, choose from:
\itemize{
\item \dQuote{markvariogram}
\item \dQuote{moransi}
}}
\item{status}{Add variable status to the resulting data frame}
\item{...}{Arguments passed to other methods}
}
\description{
Get variable feature information from \code{\link{SCTAssay}} objects
}
\examples{
# Get the HVF info directly from an SCTAssay object
pbmc_small <- SCTransform(pbmc_small)
HVFInfo(pbmc_small[["SCT"]], selection.method = 'sct')[1:5, ]
}
\seealso{
\code{\link[SeuratObject]{HVFInfo}}
}