Entering edit mode
kspata
▴
10
@kspata-18956
Last seen 6.0 years ago
Hi,
I am trying to parse a BAM file using readAligned. It gives me an error of incorrect number of reads. How can I resolve this error. My command is as follows. The BAM file was generated by aligning to reference fasta file using Bowtie2.
reads = readAligned("input.bam", type = "Bowtie")
Will appreciate any help!!