[381c22]: / man / as.DISCBIO.Rd

Download this file

26 lines (24 with data), 683 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/customConverters.R
\name{as.DISCBIO}
\alias{as.DISCBIO}
\title{Convert Single Cell Data Objects to DISCBIO.}
\usage{
as.DISCBIO(x, ...)
}
\arguments{
\item{x}{an object of class Seurat or SingleCellExperiment}
\item{...}{additional parameters to pass to the function}
}
\value{
a DISCBIO-class object
}
\description{
Initialize a DISCBIO-class object starting from a
SingleCellExperiment object or a Seurat object
}
\details{
Additional parameters to pass to `list` include, if x is
a Seurat object, "assay", which is a string indicating the assay slot
used to obtain data from (defaults to 'RNA')
}