[413088]: / man / importOpenST.Rd

Download this file

35 lines (28 with data), 736 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
32
33
34
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import.R
\name{importOpenST}
\alias{importOpenST}
\title{importOpenST}
\usage{
importOpenST(
h5ad.path,
assay_name = "OpenST",
sample_name = NULL,
image_name = "main",
channel_name = "H&E",
verbose = TRUE,
...
)
}
\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{verbose}{verbose}
\item{...}{additional parameters passed to \link{formVoltRon}}
}
\description{
Importing OpenST data
}