|
a |
|
b/man/as.DISCBIO.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/customConverters.R |
|
|
3 |
\name{as.DISCBIO} |
|
|
4 |
\alias{as.DISCBIO} |
|
|
5 |
\title{Convert Single Cell Data Objects to DISCBIO.} |
|
|
6 |
\usage{ |
|
|
7 |
as.DISCBIO(x, ...) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{x}{an object of class Seurat or SingleCellExperiment} |
|
|
11 |
|
|
|
12 |
\item{...}{additional parameters to pass to the function} |
|
|
13 |
} |
|
|
14 |
\value{ |
|
|
15 |
a DISCBIO-class object |
|
|
16 |
} |
|
|
17 |
\description{ |
|
|
18 |
Initialize a DISCBIO-class object starting from a |
|
|
19 |
SingleCellExperiment object or a Seurat object |
|
|
20 |
} |
|
|
21 |
\details{ |
|
|
22 |
Additional parameters to pass to `list` include, if x is |
|
|
23 |
a Seurat object, "assay", which is a string indicating the assay slot |
|
|
24 |
used to obtain data from (defaults to 'RNA') |
|
|
25 |
} |