Description Usage Arguments Value Author(s) Examples
View source: R/srcLineagePulse_plotGene.R
Uses kernel density estimate.
1 | plotCellDensity(objLP)
|
objLP |
(LineagePulseObject) LineagePulseObject to base plot on. |
gplotKDE (ggplot object) ggplot2 kernel density estimator plot.
David Sebastian Fischer
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | lsSimulatedData <- simulateContinuousDataSet(
scaNCells = 100,
scaNConst = 10,
scaNLin = 10,
scaNImp = 10,
scaMumax = 100,
scaSDMuAmplitude = 3,
vecNormConstExternal=NULL,
vecDispExternal=rep(20, 30),
vecGeneWiseDropoutRates = rep(0.1, 30))
objLP <- runLineagePulse(
counts = lsSimulatedData$counts,
dfAnnotation = lsSimulatedData$annot,
strMuModel = "impulse")
gplotCellDensity <- plotCellDensity(objLP = objLP)
#print(gplotCellDensity)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.