Description Usage Arguments Details Value Author(s) Examples
View source: R/seqCNA_functions.r
The function reads the seqsumm_out.txt
file(s) from the indicated directories and builds a SeqCNAInfo-class
object, with read count (RC) and genomic information.
1 |
build |
String indicating the genome and build used to generate and annotate the output |
tumour.data |
A dataframe with the seqsumm information for the tumoural sample. |
normal.data |
If applicable, a dataframe with the seqsumm information for the normal sample. Otherwise, disregard this parameter. |
folder |
Path to the folder where the tumoural sample |
normal.folder |
If applicable, path to the folder where the paired normal sample |
resample.win |
An integer that allows to specify a new bigger summarization window. If used, it must be an exact multiple of the window in the data read. |
sex |
A boolean indicating whether to read sex chromosomes into the output |
nproc |
A value indicating how many processing cores to use for the process of resampling, if applicable. Greater values speed up resampling using more CPU cores and RAM memory, but you should not use values greater than the number of cores in your machine. If unsure, the safest value is 1, but most computers nowadays are multi-core, so you could probably go up to 2, 4 or 8. |
See seqsumm_HCC1143
for an example table read by the function.
A 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.
David Mosen-Ansorena
1 2 | data(seqsumm_HCC1143)
rco = readSeqsumm(tumour.data=seqsumm_HCC1143)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.