Entering edit mode
Dear all,
a simple question about cn.MOPS function :
getReadCountsFromBAM(BAMFiles, sampleNames, refSeqName, WL, mode, parallel = 0)
Here "mode" is described in the following way : "Possible values are "paired" and "unpaired", whether the mapping algorithm was using a "paired" or "unpaired" strategy.".
The question is : "paired" and "unpaired" refer to "paired-end reads" vs "single-end reads" ?
And : what is necessary in order to parallelize the execution of the code ? Thank you ;) !
-- bogdan
It seems so, considering the results of the function testPairedEndBam() from Rsamtools.