This package will return subscripting errors when considering chromosomes that contain reads on only one strand (fwd versus rev) and not the other. This is a particular problem when looking at small, unannotated contigs in the dm6 and mm10 genomes.
We circumvent this by importing the BAM files with readGAlignments and then using the reads option in ExoData. Is there a way to fix this so we can use ExoData directly from the filepath?
This package will return subscripting errors when considering chromosomes that contain reads on only one strand (fwd versus rev) and not the other. This is a particular problem when looking at small, unannotated contigs in the dm6 and mm10 genomes.
We circumvent this by importing the BAM files with
readGAlignmentsand then using thereadsoption inExoData. Is there a way to fix this so we can useExoDatadirectly from the filepath?