--- a +++ b/man/importSTOmics.Rd @@ -0,0 +1,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 +}