Check a bam file if it was hard clipped?
Is there a programmatic way to verify that a BAM file was hard clipped? The BAM file header does not show the -Y was used. Does this require manual verification in IGV?
hardclipping
bam
igv
• 1,490 views
•
link
updated
by
GenoMax
•
written
by
R.T. Canterbury •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Extracting only soft/hard clipped reads from a bam file
written by jcn •Hello all! I am working on some data but need a little bit of help with a bit of an unusual task. We are looking …
-
make IGV not to show chromosomes
written by Lalit •I used genometools to sort a gff3 file, there are chromosomes coordinates in the sorted file. When I visualize this file in IGV, it shows …
-
for choosing the reference for SNPeff
written by ? •When running SNPeff for organisms rather than human, the manual was recommending to search for the reference with the code such as this java -jar …
-
How to selectively turn soft-clipped bases to hard-clipped bases based on part of the sequence?
written by goldberry88 •Hey, Is there an easy way to convert soft-clipped bases to hard-clipped bases, based on a small barcode sequence that precedes the clipped bases..? i.e. …
-
How to retrieve hard clipped reads
written by teresayahu •Hi, Is there a way to retrieve the part of reads that has been hard clipped and discarded in bam files? Thanks!
-
File size on NCBI
written by beausoleilmoI wonder if there is a way to get the file size from the NCBI server before downloading it. Also, I want to verify if …
-
Any way to differentiate from a BAM which minor build human reference genome was used for alignment?
written by Irene@Sequencing.comIf not stated in the BAM header/metadata, is there a way to ascertain from a BAM file which minor build of the human reference genome …
-
Change chromosome notation to match a new reference
written by umn_bist •<p>I have a bam file that I would like sorted karyotypically (not lexicographically) but my contigs are not matching the reference file provided by GATK. …
-
How to determine reference genome that was used for alignment given BAM with obscure or no header
written by Irene@Sequencing.com<p>Is there any other way to determine for a BAM file what human reference genome was used for alignment if this info is not able …
-
Disable Soft-Clipping Bwa Aln
written by Irsan<p>Is there a way to tell <a href='http://bio-bwa.sourceforge.net/'>bwa</a> aln to do not soft-clip reads and try to align them? </p> <p>We see that many soft-clipped …
what is that
-Yplease ?From bwa site (https://www.mankier.com/1/bwa)
"-Y Use soft clipping CIGAR operation for supplementary alignments. By default, BWA-MEM uses soft clipping for the primary alignment and hard clipping for supplementary alignments."
I guess you would not know that unless you compare to original reads.
How about checking CIGAR strings for
He.g.6H37M?