You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is different than countSplicedReads, which uses GenomicAlignment functions for counting which can use ScanBamParams and tagFilters for filtering bam files.
What is the reason that you cannot alter the multimapping count parameters for nonspliced reads, but can for spliced reads? Or am I misunderstanding how these functions work in tandem, and that the filtering for multimapping reads is done by extension when defining the spliced ranges resulting from countSplicedReads and needed as input for countNonSplicedReads?
The text was updated successfully, but these errors were encountered:
In the documentation from FRASER countRNAData, there is the following parameters:
However, when running with the parameters:
an error is returned:
In the nonspliced read counts function, the
countMultiMappingReads
parameter is hardcoded toFALSE
.FRASER/R/countRNAseqData.R
Lines 904 to 925 in ee6f279
This is different than countSplicedReads, which uses GenomicAlignment functions for counting which can use ScanBamParams and tagFilters for filtering bam files.
FRASER/R/countRNAseqData.R
Lines 534 to 537 in ee6f279
FRASER/R/countRNAseqData.R
Lines 567 to 569 in ee6f279
FRASER/R/countRNAseqData.R
Lines 613 to 614 in ee6f279
What is the reason that you cannot alter the multimapping count parameters for nonspliced reads, but can for spliced reads? Or am I misunderstanding how these functions work in tandem, and that the filtering for multimapping reads is done by extension when defining the spliced ranges resulting from countSplicedReads and needed as input for countNonSplicedReads?
The text was updated successfully, but these errors were encountered: