[413088]: / man / importVisium.Rd

Download this file

41 lines (32 with data), 1.0 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import.R
\name{importVisium}
\alias{importVisium}
\title{importVisium}
\usage{
importVisium(
dir.path,
selected_assay = "Gene Expression",
assay_name = "Visium",
sample_name = NULL,
image_name = "main",
channel_name = "H&E",
inTissue = TRUE,
resolution_level = "lowres",
...
)
}
\arguments{
\item{dir.path}{path to Visium output folder}
\item{selected_assay}{selected assay from Visium}
\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{inTissue}{if TRUE, only barcodes that are in the tissue will be kept (default: TRUE)}
\item{resolution_level}{the level of resolution of Visium image: "lowres" (default) or "hires"}
\item{...}{additional parameters passed to \link{formVoltRon}}
}
\description{
Importing Visium data
}