-
hpages@fhcrc.org authored
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_5/madman/Rpacks/splatter@129128 bc3139a8-67e5-0310-9ffc-ced21a209358
hpages@fhcrc.org authoredgit-svn-id: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_5/madman/Rpacks/splatter@129128 bc3139a8-67e5-0310-9ffc-ced21a209358
Params.Rd 615 B
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/AllClasses.R
\docType{class}
\name{Params}
\alias{Params}
\alias{Params-class}
\title{The Params virtual class}
\description{
Virtual S4 class that all other Params classes inherit from.
}
\section{Parameters}{
The Params class defines the following parameters:
\describe{
\item{\code{[nGenes]}}{The number of genes to simulate.}
\item{\code{[nCells]}}{The number of cells to simulate.}
\item{\code{seed}}{Seed to use for generating random numbers.}
}
The parameters shown in brackets can be estimated from real data.
}