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