writeCNProfile: Outputs the processed profile of a 'SeqCNAInfo-class' object...

Description Usage Arguments Value Author(s) Examples

View source: R/seqCNA_functions.r

Description

The output columns depend on the processing applied on the SeqCNAInfo-class object.

Usage

1
writeCNProfile(rco, folder)

Arguments

rco

A SeqCNAInfo-class object.

folder

Path to the folder where the table with the output from the SeqCNAInfo-class object is to be generated.

Value

Nothing is returned from this function. Check the folder folder for a text file called seqCNA_out.txt.

Author(s)

David Mosen-Ansorena

Examples

1
2
3
4
5
6
7
8
data(seqsumm_HCC1143)
rco = readSeqsumm(tumour.data=seqsumm_HCC1143)
rco = applyFilters(rco, 0, 1, 0, 2, FALSE, plots=FALSE)
rco = runSeqnorm(rco, plots=FALSE)
rco = runGLAD(rco)
rco = applyThresholds(rco, seq(-0.9,4,by=0.9), 1)

writeCNProfile(rco, tempdir())

seqCNA documentation built on Nov. 8, 2020, 7:09 p.m.