seqsumm_out.txt
file(s) from the indicated directories and builds a SeqCNAInfo-class
object, with read count (RC) and genomic information.
readSeqsumm(build="", tumour.data=NULL, normal.data=NULL, folder=NULL, normal.folder=NULL, resample.win=NULL, sex=TRUE, nproc=2)
SeqCNAInfo-class
object.
Currently, the annotation package supports hg18
and hg19
. This means that common CNV and mappability filters are only available for these builds, and that GC content is estimated from the tumoural sample - or the normal sample if available.
seqsumm_out.txt
file is located.
Only used if no data is passed through the {tumour.data}
parameter.
seqsumm_out.txt
file is located. Otherwise, disregard this parameter.
Only used if no data is passed through the {normal.data}
parameter.
SeqCNAInfo-class
object.
SeqCNAInfo-class
object, with information on read count (RC), genome build, and summarization window size and position. If applicable, it also contains paired normal RC. If paired-end mapping (PEM) was used in the alignment, RCs are broken down by read type.
seqsumm_HCC1143
for an example table read by the function.
data(seqsumm_HCC1143)
rco = readSeqsumm(tumour.data=seqsumm_HCC1143)
Run the code above in your browser using DataLab