-
Notifications
You must be signed in to change notification settings - Fork 17
/
BASiCS_MockSCE.Rd
39 lines (35 loc) · 1.01 KB
/
BASiCS_MockSCE.Rd
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
38
39
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/BASiCS_MockSCE.R
\name{BASiCS_MockSCE}
\alias{BASiCS_MockSCE}
\title{Create a mock \linkS4class{SingleCellExperiment} object.}
\usage{
BASiCS_MockSCE(
NGenes = 100,
NCells = 100,
NSpikes = 20,
WithBatch = TRUE,
MeanMu = 1
)
}
\arguments{
\item{NGenes}{Integer value specifying the number of genes that will be
present in the output.}
\item{NCells}{Integer value specifying the number of cells that will be
present in the output.}
\item{NSpikes}{Integer value specifying the number of spike-in genes that
will be present in the output.}
\item{WithBatch}{Logical value specifying whether a dummy \code{BatchInfo}
is included in the output.}
\item{MeanMu}{The log mean used to generate per-gene mean expression levels.}
}
\value{
A \linkS4class{SingleCellExperiment} object.
}
\description{
Creates a \linkS4class{SingleCellExperiment} object of Poisson-distributed
approximating a homogeneous cell population.
}
\examples{
BASiCS_MockSCE()
}