-
Luke Zappia authored
The splat sub function names were in the same format as the simulation names. Changed to make it obvious they are different.
Luke Zappia authoredThe splat sub function names were in the same format as the simulation names. Changed to make it obvious they are different.
addPathDE.Rd 569 B
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/simulate-splat.R
\name{addPathDE}
\alias{addPathDE}
\title{Simulate path differential expression}
\usage{
addPathDE(sim, params)
}
\arguments{
\item{sim}{SCESet to add differential expression to.}
\item{params}{splatParams object with simulation parameters.}
}
\value{
SCESet with added differential expression.
}
\description{
Simulate differential expression for path. Similar to
\code{\link{addGroupDE}} but care has to be taken to make sure paths are
processed in the correct order.
}