[413088]: / man / importGenePS.Rd

Download this file

44 lines (34 with data), 1.1 kB

 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
35
36
37
38
39
40
41
42
43
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import.R
\name{importGenePS}
\alias{importGenePS}
\title{importGenePS}
\usage{
importGenePS(
dir.path,
assay_name = "GenePS",
sample_name = NULL,
use_image = TRUE,
resolution_level = 7,
image_name = "main",
channel_name = "DAPI",
import_molecules = FALSE,
verbose = TRUE,
...
)
}
\arguments{
\item{dir.path}{path to Xenium output folder}
\item{assay_name}{the assay name of the SR object}
\item{sample_name}{the name of the sample}
\item{use_image}{if TRUE, the DAPI image will be used.}
\item{resolution_level}{the level of resolution within TIFF image. Default: 7 (971x638)}
\item{image_name}{the image name of the Xenium assay, Default: main}
\item{channel_name}{the channel name of the image of the Xenium assay, Default: DAPI}
\item{import_molecules}{if TRUE, molecule assay will be created along with cell assay.}
\item{verbose}{verbose}
\item{...}{additional parameters passed to \link{formVoltRon}}
}
\description{
Importing GenePS data
}