[413088]: / man / importDBITSeq.Rd

Download this file

38 lines (30 with data), 838 Bytes

 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/import.R
\name{importDBITSeq}
\alias{importDBITSeq}
\title{importDBITSeq}
\usage{
importDBITSeq(
path.rna,
path.prot = NULL,
size = 10,
assay_name = "DBIT-Seq",
sample_name = NULL,
image_name = "main",
channel_name = "H&E",
...
)
}
\arguments{
\item{path.rna}{path to rna count matrix}
\item{path.prot}{path to protein count matrix}
\item{size}{the size of the in situ pixel (defualt is 10 (micron))}
\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{...}{additional parameters passed to \link{formVoltRon}}
}
\description{
Importing DBIT-Seq data
}