[413088]: / man / importXenium.Rd

Download this file

53 lines (40 with data), 1.5 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
44
45
46
47
48
49
50
51
52
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import.R
\name{importXenium}
\alias{importXenium}
\title{importXenium}
\usage{
importXenium(
dir.path,
selected_assay = "Gene Expression",
assay_name = "Xenium",
sample_name = NULL,
use_image = TRUE,
morphology_image = "morphology_lowres.tif",
resolution_level = 7,
overwrite_resolution = FALSE,
image_name = "main",
channel_name = "DAPI",
import_molecules = FALSE,
verbose = TRUE,
...
)
}
\arguments{
\item{dir.path}{path to Xenium output folder}
\item{selected_assay}{selected assay from Xenium}
\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{morphology_image}{the name of the lowred morphology image. Default: morphology_lowres.tif}
\item{resolution_level}{the level of resolution within Xenium OME-TIFF image, see \link{generateXeniumImage}. Default: 7 (553x402)}
\item{overwrite_resolution}{if TRUE, the image "file.name" will be generated again although it exists at "dir.path"}
\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 Xenium data
}