Diff of /man/vrEmbeddings.Rd [000000] .. [413088]

Switch to unified view

a b/man/vrEmbeddings.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/allgenerics.R, R/objects.R, R/assay.R
3
\name{vrEmbeddings}
4
\alias{vrEmbeddings}
5
\alias{vrEmbeddings,VoltRon-method}
6
\alias{vrEmbeddings,vrAssay-method}
7
\alias{vrEmbeddings,vrAssayV2-method}
8
\alias{vrEmbeddings<-,vrAssay-method}
9
\alias{vrEmbeddings<-,vrAssayV2-method}
10
\alias{vrEmbeddings<-,VoltRon-method}
11
\alias{vrEmbeddings<-}
12
\title{vrEmbeddings}
13
\usage{
14
vrEmbeddings(object, ...)
15
16
\S4method{vrEmbeddings}{VoltRon}(object, assay = NULL, type = "pca", dims = seq_len(30))
17
18
\S4method{vrEmbeddings}{vrAssay}(object, type = "pca", dims = seq_len(30))
19
20
\S4method{vrEmbeddings}{vrAssayV2}(object, type = "pca", dims = seq_len(30))
21
22
\S4method{vrEmbeddings}{vrAssay}(object, type = "pca") <- value
23
24
\S4method{vrEmbeddings}{vrAssayV2}(object, type = "pca") <- value
25
26
\S4method{vrEmbeddings}{VoltRon}(object, assay = NULL, type = "pca", overwrite = FALSE) <- value
27
28
vrEmbeddings(object, ...) <- value
29
}
30
\arguments{
31
\item{object}{a VoltRon or vrAssay object.}
32
33
\item{...}{arguments passed to other methods.}
34
35
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. 
36
if NULL, the default assay will be used, see \link{vrMainAssay}.}
37
38
\item{type}{the key name for the embedding}
39
40
\item{dims}{the set of dimensions of the embedding data}
41
42
\item{value}{new embedding data}
43
44
\item{overwrite}{Whether the existing embedding with name 'type' should be overwritten}
45
}
46
\description{
47
Given a VoltRon or vrAssay object, get embeddings of spatial points
48
}