[413088]: / man / importSTOmics.Rd

Download this file

32 lines (26 with data), 712 Bytes

 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import.R
\name{importSTOmics}
\alias{importSTOmics}
\title{importSTOmics}
\usage{
importSTOmics(
h5ad.path,
assay_name = "STOmics",
sample_name = NULL,
image_name = "main",
channel_name = "H&E",
...
)
}
\arguments{
\item{h5ad.path}{path to h5ad file of STOmics output}
\item{assay_name}{the assay name}
\item{sample_name}{the name of the sample}
\item{image_name}{the image name of the Visium assay, Default: main}
\item{channel_name}{the channel name of the image of the Visium assay, Default: H&E}
\item{...}{additional parameters passed to \link{formVoltRon}}
}
\description{
Importing STOmics (Stereo-Seq) data
}