How to get quality output for exome assembly ?
1
0
Entering edit mode
5.8 years ago
greyman ▴ 190

Hi all I am very new in exome seqeucing for SNP variants calling. I got my overall alignment rate of 97.02%. Can Trimmomatic do exome trimming for Hiseq PE? i didnt have information about the sequencing cycle....

Also, from fastqc reports that my per base sequence quality is fine but the "per base sequence content" seems not okay...... http://oi64.tinypic.com/2nbrgjp.jpg

Last question, when i didnt put an index reference (-t) when i piped in my alignment into samtools view .... it looks fine for me so far, does anyone has any experience on this could give some comment to me? Thank you all very much :)

sequencing exome samtools • 1.4k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode

thank you, just change it

ADD REPLY
0
Entering edit mode

Not correctly, read the post again.

ADD REPLY
0
Entering edit mode

Why is your title about assembly?

ADD REPLY
3
Entering edit mode
5.8 years ago
cschu181 ★ 2.8k
  1. You can trim your exome reads with Trimmomatic just as you can do with WGS reads.
  2. I wouldn't worry about the base sequence content of the first 10bp. That is the typical picture and in exome seq, which is more biased than WGS, it is even less alarming.
  3. -t is not needed for viewing unless you don't have @SQ headers in your .bamfile. Maybe load your bam into a genome viewer, I find the sam-format to be a bit difficult to judge whether the alignments make sense.
ADD COMMENT
0
Entering edit mode

thank you so much! I have no much information about adaptor sequence, only know that it generated by Hiseq sequencing. Would you think Trimmomatic using ILLUMINACLIP: Truseq gonna work? Would u recommend to try on BBDUK? Will input the BAM into genome viewer. There are @SQ in my BAM , how would you determine whether the alignment makes sense? I was using bowtie2

ADD REPLY
1
Entering edit mode

Look at the FastQC report - if it shows Adapter contamination there (Adapter and Overrepresented Sequences) then you should run Trimmomatic using the default settings on their webpage and see what that does (run FastQC again on the trimmed reads). You might need to check which adapter file to use. Alternatively, you can of course use bbduk, just make sure to read the documentation there. I currently prefer bbduk due to it being a lot faster than Trimmomatic. Both are fine to use.

How would I determine whether the alignment makes sense... you could use bedtools to obtain information on which genes are covered (and how well, e.g. with what coverage) by your capture. If something is not covered well, you could check it in the viewer to assess the alignments in that region. There is a lot that you can do.

ADD REPLY

Login before adding your answer.

Traffic: 1536 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6