Snp Analysis In 454 Sequences
2
4
Entering edit mode
13.5 years ago
Emmecola ▴ 180

Hi!

I need a software to find SNPs in sequences obtained with 454 sequencing (RNA-seq). Which software would you suggest?

Thank you very much

sequencing rna snp analysis • 4.4k views
ADD COMMENT
3
Entering edit mode

Hi emmecola. Please take time to detail your question in order to get more meaningfull answers. For example: What format are the data in? Have you already proceeded through the assembly step? What is your system of interest? (could have an impact on how likely paralogous sequences are, for example). Do not hesitate to give more contextual information. Cheers!

ADD REPLY
2
Entering edit mode
ADD COMMENT
1
Entering edit mode
13.5 years ago
Erik Garrison ★ 2.4k

For long reads such as 454, Mosaik performs quite well, particularly if you are interested in insertions and deletions--- although pyrosequencing tends to produce a lot of homopolymer runs in the data which can frustrate indel detection.

FreeBayes, which operates on BAM files as produced by most contemporary short-read aligners, can be used to detect SNPs and short (less than read-length) insertions and deletions. (I am the author.)

If you want to obtain the highest-possible quality dataset, I recommend using multiple approaches to obtain your list of variations, and then intersecting this set between different approaches. This can help you to remove variants which are artifacts of a specific computation methods.

Alternatively, you can take a union of different approaches to find the variants which specific algorithms miss, and then filter the resulting dataset using reported variant quality metrics (as found in the VCF files which the variant detectors output).

ADD COMMENT

Login before adding your answer.

Traffic: 2720 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