a b/man/importGenePS.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/import.R
3
\name{importGenePS}
4
\alias{importGenePS}
5
\title{importGenePS}
6
\usage{
7
importGenePS(
8
  dir.path,
9
  assay_name = "GenePS",
10
  sample_name = NULL,
11
  use_image = TRUE,
12
  resolution_level = 7,
13
  image_name = "main",
14
  channel_name = "DAPI",
15
  import_molecules = FALSE,
16
  verbose = TRUE,
17
  ...
18
)
19
}
20
\arguments{
21
\item{dir.path}{path to Xenium output folder}
22
23
\item{assay_name}{the assay name of the SR object}
24
25
\item{sample_name}{the name of the sample}
26
27
\item{use_image}{if TRUE, the DAPI image will be used.}
28
29
\item{resolution_level}{the level of resolution within TIFF image. Default: 7 (971x638)}
30
31
\item{image_name}{the image name of the Xenium assay, Default: main}
32
33
\item{channel_name}{the channel name of the image of the Xenium assay, Default: DAPI}
34
35
\item{import_molecules}{if TRUE, molecule assay will be created along with cell assay.}
36
37
\item{verbose}{verbose}
38
39
\item{...}{additional parameters passed to \link{formVoltRon}}
40
}
41
\description{
42
Importing GenePS data
43
}