Diff of /man/importVisium.Rd [000000] .. [413088]

Switch to unified view

a b/man/importVisium.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/import.R
3
\name{importVisium}
4
\alias{importVisium}
5
\title{importVisium}
6
\usage{
7
importVisium(
8
  dir.path,
9
  selected_assay = "Gene Expression",
10
  assay_name = "Visium",
11
  sample_name = NULL,
12
  image_name = "main",
13
  channel_name = "H&E",
14
  inTissue = TRUE,
15
  resolution_level = "lowres",
16
  ...
17
)
18
}
19
\arguments{
20
\item{dir.path}{path to Visium output folder}
21
22
\item{selected_assay}{selected assay from Visium}
23
24
\item{assay_name}{the assay name}
25
26
\item{sample_name}{the name of the sample}
27
28
\item{image_name}{the image name of the Visium assay, Default: main}
29
30
\item{channel_name}{the channel name of the image of the Visium assay, Default: H&E}
31
32
\item{inTissue}{if TRUE, only barcodes that are in the tissue will be kept (default: TRUE)}
33
34
\item{resolution_level}{the level of resolution of Visium image: "lowres" (default) or "hires"}
35
36
\item{...}{additional parameters passed to \link{formVoltRon}}
37
}
38
\description{
39
Importing Visium data
40
}