writeReport: Print LineagePulse report

Description Usage Arguments Value Author(s) Examples

View source: R/srcLineagePulse_classLineagePulseObject.R

Description

Print LineagePulse report string to .txt file or stdout.

Usage

1
writeReport(object, file = "")

Arguments

object

(LineagePulseObject) Output object of LineagePulse.

file

(file) [DEFAULT ""] File to print report to. Default is stdout.

Value

nothing to return

Author(s)

David Sebastian Fischer

Examples

 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="")
  

LineagePulse documentation built on Nov. 8, 2020, 7:01 p.m.