|
a |
|
b/man/as.Seurat.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/conversion.R |
|
|
3 |
\name{as.Seurat} |
|
|
4 |
\alias{as.Seurat} |
|
|
5 |
\title{as.Seurat} |
|
|
6 |
\usage{ |
|
|
7 |
as.Seurat( |
|
|
8 |
object, |
|
|
9 |
cell.assay = NULL, |
|
|
10 |
molecule.assay = NULL, |
|
|
11 |
image_key = "fov", |
|
|
12 |
type = c("image", "spatial"), |
|
|
13 |
reg = FALSE |
|
|
14 |
) |
|
|
15 |
} |
|
|
16 |
\arguments{ |
|
|
17 |
\item{object}{a VoltRon object} |
|
|
18 |
|
|
|
19 |
\item{cell.assay}{the name(type) of the cell assay to be converted} |
|
|
20 |
|
|
|
21 |
\item{molecule.assay}{the name(type) of the molecule assay to be added to the cell assay in Seurat object} |
|
|
22 |
|
|
|
23 |
\item{image_key}{the name (or prefix) of the image(s)} |
|
|
24 |
|
|
|
25 |
\item{type}{the spatial data type of Seurat object: "image" or "spatial"} |
|
|
26 |
|
|
|
27 |
\item{reg}{if TRUE, registered coordinates will be used} |
|
|
28 |
} |
|
|
29 |
\description{ |
|
|
30 |
Converting a VoltRon object into a Seurat object |
|
|
31 |
} |