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
Hello, I wonder if anyone has experiences and thoughts on running EH using a sub bam (eg bams of one chr or an assembly for many samples). Certainly need to figure out MAP 0 and off target reads/region. Will that work?
The text was updated successfully, but these errors were encountered:
Do you mean that you first align reads on all chromosomes and then subsetting a chromosome/gene/etc. from that file and running EH on the subsetted BAM?
That's fine, works well. Only caveat is that if you want to use off-target regions then indeed, can't use reads aligned on a different chromosome if it is not present in your BAM. However, for expanded alleles you can still get a repeat estimate somewhere between read and fragment length (without using offtargets), which you can then investigate further and run on a full BAM if possible...
Hello, I wonder if anyone has experiences and thoughts on running EH using a sub bam (eg bams of one chr or an assembly for many samples). Certainly need to figure out MAP 0 and off target reads/region. Will that work?
The text was updated successfully, but these errors were encountered: