a b/man/VariableFeatures.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/hummus_objet.R
3
\name{VariableFeatures}
4
\alias{VariableFeatures}
5
\alias{VariableFeatures.Hummus_Object}
6
\alias{VariableFeatures<-}
7
\title{Variable features of assays in Hummus_Object (based on Seurat)}
8
\usage{
9
\method{VariableFeatures}{Hummus_Object}(
10
  object,
11
  method = NULL,
12
  assay = NULL,
13
  nfeatures = NULL,
14
  layer = NA,
15
  simplify = TRUE,
16
  selection.method = lifecycle::deprecated(),
17
  ...
18
)
19
20
VariableFeatures(object, method = NULL, ...)
21
22
VariableFeatures(object, ...) <- value
23
}
24
\arguments{
25
\item{value}{A character vector of variable features}
26
}
27
\value{
28
\code{VariableFeatures}: a vector of the variable features
29
}
30
\description{
31
Variable features of assays in Hummus_Object (based on Seurat)
32
}