[413088]: / man / as.VoltRon.Rd

Download this file

46 lines (37 with data), 1.0 kB

 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
43
44
45
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/allgenerics.R, R/conversion.R
\name{as.VoltRon}
\alias{as.VoltRon}
\alias{as.VoltRon.Seurat}
\alias{as.VoltRon.SpatialExperiment}
\title{as.VoltRon}
\usage{
as.VoltRon(object, ...)
\method{as.VoltRon}{Seurat}(
object,
type = c("image", "spatial"),
assay_name = NULL,
verbose = TRUE,
...
)
\method{as.VoltRon}{SpatialExperiment}(
object,
assay_type = "cell",
assay_name = NULL,
image_id = NULL,
verbose = TRUE,
...
)
}
\arguments{
\item{object}{a Seurat or SpatialExperiment object}
\item{...}{Additional parameter passed to \link{formVoltRon}}
\item{type}{the spatial data type of Seurat object: "image" or "spatial"}
\item{assay_name}{the assay name of the voltron assays (e.g. Visium, Xenium etc.)}
\item{verbose}{verbose}
\item{assay_type}{one of two types, 'cell' or 'spot' etc.}
\item{image_id}{select image_id names if needed.}
}
\description{
Generic methods for conversion into a VoltRon object
}