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

Switch to unified view

a b/man/importOpenST.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/import.R
3
\name{importOpenST}
4
\alias{importOpenST}
5
\title{importOpenST}
6
\usage{
7
importOpenST(
8
  h5ad.path,
9
  assay_name = "OpenST",
10
  sample_name = NULL,
11
  image_name = "main",
12
  channel_name = "H&E",
13
  verbose = TRUE,
14
  ...
15
)
16
}
17
\arguments{
18
\item{h5ad.path}{path to h5ad file of STOmics output}
19
20
\item{assay_name}{the assay name}
21
22
\item{sample_name}{the name of the sample}
23
24
\item{image_name}{the image name of the Visium assay, Default: main}
25
26
\item{channel_name}{the channel name of the image of the Visium assay, Default: H&E}
27
28
\item{verbose}{verbose}
29
30
\item{...}{additional parameters passed to \link{formVoltRon}}
31
}
32
\description{
33
Importing OpenST data
34
}