Hello,
I'm trying to use the genomicalignments
package in r to plot the coordinates of subsampled aligned bam files, these have been sorted and marked already for duplicates.
I want to compare some alignment files from the same sample, I would like to plot a scatterplot to see if there are overlap of reads or the genomic coordinates.
Not sure if this is the way to go.
Still new to bioinformatics/programming :)
Thanks for the response @seidel :) I actually want to know if there is a correspondence on the diagonal, I then want to remove the reads that have a matching start and end to see if there is any type of base shift done during alignment etc. Thanks, this points me in the right direction.