|
a |
|
b/man/getDeconvolution.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/deconvolution.R |
|
|
3 |
\name{getDeconvolution} |
|
|
4 |
\alias{getDeconvolution} |
|
|
5 |
\title{getDeconvolution} |
|
|
6 |
\usage{ |
|
|
7 |
getDeconvolution( |
|
|
8 |
object, |
|
|
9 |
assay = NULL, |
|
|
10 |
features = NULL, |
|
|
11 |
sc.object, |
|
|
12 |
sc.assay = "RNA", |
|
|
13 |
sc.cluster = "seurat_clusters", |
|
|
14 |
method = "RCTD", |
|
|
15 |
... |
|
|
16 |
) |
|
|
17 |
} |
|
|
18 |
\arguments{ |
|
|
19 |
\item{object}{a VoltRon object} |
|
|
20 |
|
|
|
21 |
\item{assay}{assay name (exp: Assay1) or assay class (exp: Visium, Xenium), see \link{SampleMetadata}. |
|
|
22 |
if NULL, the default assay will be used, see \link{vrMainAssay}.} |
|
|
23 |
|
|
|
24 |
\item{features}{features} |
|
|
25 |
|
|
|
26 |
\item{sc.object}{Seurat Object} |
|
|
27 |
|
|
|
28 |
\item{sc.assay}{assay of the Seurat Object used for the single cell data reference} |
|
|
29 |
|
|
|
30 |
\item{sc.cluster}{metadata column variable used for the single cell data reference} |
|
|
31 |
|
|
|
32 |
\item{method}{Deconvolution method, RCTD (spot), SPOTlight (spot), MuSiC (ROI)} |
|
|
33 |
|
|
|
34 |
\item{...}{additional parameters passed to method specific functions, e.g. RCTD, MuSiC.} |
|
|
35 |
} |
|
|
36 |
\description{ |
|
|
37 |
Calculate deconvolution of spots and ROIs |
|
|
38 |
} |