a b/man/DefaultAssay.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/hummus_objet.R
3
\name{DefaultAssay}
4
\alias{DefaultAssay}
5
\alias{DefaultAssay.Hummus_Object}
6
\alias{DefaultAssay<-}
7
\title{Get Default assays of Hummus_Object (based on Seurat)}
8
\usage{
9
\method{DefaultAssay}{Hummus_Object}(object, ...)
10
11
DefaultAssay(object, ...)
12
13
DefaultAssay(object, ...) <- value
14
}
15
\arguments{
16
\item{object}{An object}
17
18
\item{value}{Name of assay to set as default}
19
}
20
\value{
21
\code{DefaultAssay}: The name of the default assay
22
23
\code{DefaultAssay<-}: An object with the default assay updated
24
}
25
\description{
26
Get and set the default assay
27
}
28
\examples{
29
# Get current default assay
30
DefaultAssay(object = pbmc_small)
31
32
}
33
\concept{data-access}