Description Usage Arguments Value Author(s) Examples
Print LineagePulse report string to .txt file or stdout.
1 | writeReport(object, file = "")
|
object |
(LineagePulseObject) Output object of LineagePulse. |
file |
(file) [DEFAULT ""] File to print report to. Default is stdout. |
nothing to return
David Sebastian Fischer
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
lsSimulatedData <- simulateContinuousDataSet(
scaNCells = 10,
scaNConst = 2,
scaNLin = 2,
scaNImp = 2,
scaMumax = 100,
scaSDMuAmplitude = 3,
vecNormConstExternal=NULL,
vecDispExternal=rep(20, 6),
vecGeneWiseDropoutRates = rep(0.1, 6))
objLP <- runLineagePulse(
counts = lsSimulatedData$counts,
dfAnnotation = lsSimulatedData$annot,
strMuModel = "impulse")
writeReport(objLP, file="")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.