a b/man/getVariableFeatures.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/processing.R
3
\name{getVariableFeatures}
4
\alias{getVariableFeatures}
5
\title{getVariableFeatures}
6
\usage{
7
getVariableFeatures(object, assay = NULL, n = 3000, ...)
8
}
9
\arguments{
10
\item{object}{a Voltron Object}
11
12
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. 
13
if NULL, the default assay will be used, see \link{vrMainAssay}.}
14
15
\item{n}{the number of features}
16
17
\item{...}{additional arguements passed to \link{vrFeatureData}}
18
}
19
\description{
20
get shared variable features across multiple assays
21
}