Problem to Understand the visualization of IGV
I use BWA to create a bam file and visualize the alignment with IGV. I didn't split the window. But I get two alignments exact at the position of my gene of interest. What does it mean?

igv
visualization
dna sequence
• 2,791 views
•
link
updated
by
Devon Ryan
•
written
by
saadleeshehreen
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
galaxy prinseq trimmming sequence
written by Rob •Hi friends, I run prinseq in galaxy with same parameters for my file with 6 sequences twice: why results is different? this is the main …
-
FASTQ file: duplicated sequences and overall poor quality
written by piyushjoHi, I am performing fastqc quality check on bunch of fastq files I downloaded from SRA. The fastqc report shows overall poor quality with perbase …
-
Differences between FastQC duplication levels for paired fastq and bam files.
written by achernomoretz •I am using FastQC to summarize qc statistics for a RNAseq assay and I am a little bit confused about sequence duplication levels. I am …
-
Analyzing FastQC report
written by rsafavi •Hi everyone, I am new to RNAseq analysis, and would very much appriciate if I can get some help with the preprocessing step. I used …
-
Plot sequences using matplotlib
written by N Mukherjee •I want to plot sequence from a fasta file. plot the sequence using matplotlib... How can I do this ? I want a plot like …
-
How to get SNP annotation with 3-letter amino acid abbreviation?
written by jinxinhao1988Dear all, Now we used ANNOVAR to annotate our SNP detected. But the result of ANNOVAR is the single-letter Amino acid abbreviation. It's like this: …
-
Need help in selecting the correct output file from miRDeep2?
written by bioinforesearchquestionsHi friends, We sequenced miRNA from 12 pig samples. I did the analysis using miRDeep2 tool. My aim is to find isomiRs for each sample. …
-
Need help in selecting the correct output file from miRDeep2?
written by bioinforesearchquestionsHi friends, We sequenced miRNA from 12 pig samples. I did the analysis using miRDeep2 tool. My aim is to find isomiRs for each sample. …
-
Tutorial: CorLevelPlot - Visualise correlation results, e.g., clinical parameter correlations
written by Kevin BligheSimilar to how *corrplot* does it, but also different. [<img src="https://preview.ibb.co/mCj56S/Cor_Level_Plot1_1.png" alt="Cor_Level_Plot1_1" border="0">][1] <img src="https://image.ibb.co/jh7E0n/Cor_Level_Plot2_1.png" alt="Cor_Level_Plot2_1" border="0"> **Major update September 10, 2018**: All code is …
-
E-value results from hmmsearch are not accurate. [HMMER]
written by danzanzu •Good Afternoon, I am utilizing hmmer tools to analyze and better understand a DNA Sequence dataset that I have obtained referred to as the H3 …
Can you highlight the portion which you are looking for in the image?
red one ...
Does your BAM file have read groups?
Its my first time I am working with IGV , BWA and samtools. I tried the same procedure with other genome and didn't see such alignment there. That seems quite normal. I don't know what happens with it. What do you mean by 'read groups'?
In situations where you might want to do variant calling you end up needing to merge multiple biological samples together in 1 BAM file. You can then label each alignment in that file to designate the sample it came from. These labels are call "read groups". My expectation is that this BAM file has read groups in it. You can see that by posting the output of
samtools view -H your_file.bam | tail.