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