|
a |
|
b/man/importDBITSeq.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/import.R |
|
|
3 |
\name{importDBITSeq} |
|
|
4 |
\alias{importDBITSeq} |
|
|
5 |
\title{importDBITSeq} |
|
|
6 |
\usage{ |
|
|
7 |
importDBITSeq( |
|
|
8 |
path.rna, |
|
|
9 |
path.prot = NULL, |
|
|
10 |
size = 10, |
|
|
11 |
assay_name = "DBIT-Seq", |
|
|
12 |
sample_name = NULL, |
|
|
13 |
image_name = "main", |
|
|
14 |
channel_name = "H&E", |
|
|
15 |
... |
|
|
16 |
) |
|
|
17 |
} |
|
|
18 |
\arguments{ |
|
|
19 |
\item{path.rna}{path to rna count matrix} |
|
|
20 |
|
|
|
21 |
\item{path.prot}{path to protein count matrix} |
|
|
22 |
|
|
|
23 |
\item{size}{the size of the in situ pixel (defualt is 10 (micron))} |
|
|
24 |
|
|
|
25 |
\item{assay_name}{the assay name} |
|
|
26 |
|
|
|
27 |
\item{sample_name}{the name of the sample} |
|
|
28 |
|
|
|
29 |
\item{image_name}{the image name of the Visium assay, Default: main} |
|
|
30 |
|
|
|
31 |
\item{channel_name}{the channel name of the image of the Visium assay, Default: H&E} |
|
|
32 |
|
|
|
33 |
\item{...}{additional parameters passed to \link{formVoltRon}} |
|
|
34 |
} |
|
|
35 |
\description{ |
|
|
36 |
Importing DBIT-Seq data |
|
|
37 |
} |