Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Need access to certain fields using BioMap for .bam file reading
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
When reading a .bam file with bamread function, I can get these fields for each read:
MateReferenceIndex - mate reference sequence
InsertSize - insert size of the pair
both of those fields are part of the sam format. However, when I read the .bam file with BioMap (to save time and memory) - I don't have these fields available.
Is there a way to get these fields using BioMap? (I am using R2012a)
1 Kommentar
yishaiy
am 18 Apr. 2013
Hi Reut, Did you find a way for getting fields from BioMap that are not included in the regular format? Yishai
Antworten (2)
Lucio Cetto
am 1 Jun. 2012
Currently, you'll need to look into the mate, wich you could find using the MatePosition. This is not optimal and would require you to resolve for the right mate, as you know there may be several reads mapped in the sam position as the mate. Lucio
Vamsee
am 26 Nov. 2012
Hi Reut and Lucio,
Could you clarify if this was resolved / have you found a workaround?
I'm facing the same issue with BioMap - as it's imperative I can MateReference and InsertSize from within BioMap to be able to find translocations between two chromosomes.
Thank you, Vamsee
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!