How to get aligned protein data from DNA sequences.
3
0
Entering edit mode
8.4 years ago
samar.bt • 0

I have lots of sequencing data from some mutants where I want to determine the effect of mutations on protein frames, whether they are in-frame or out-frame. Is there any quick way to analyse such type of data?

protein alignment DNA • 1.8k views
ADD COMMENT
1
Entering edit mode
8.4 years ago
cyril-cros ▴ 950

What kind of sequencing data and what kind of organism are you considering? Also, how many mutants do you have?

Anyway, a tool you can try is Ensembl Variant Effect Predictor. The first step is to identify variants (use GATK maybe) , filtering out sequencing errors.

ADD COMMENT
0
Entering edit mode
8.4 years ago
pearson • 0

The FASTA package of alignment software provides programs for aligning a DNA query with a protein library (or sequence): fastx36 and fasty36, as well as compare a protein sequence to a DNA library (tfastx36, tfasty36). You probably want the tfasty36 program if you have a lot of DNA sequences (tfasty36 uses a more sophisticated frameshift algorithm than tfastx36, but it is also slower). The programs have some compact output options that would make it easy to sift through alignments for frameshifts.

http://faculty.virginia.edu/wrpearson/fasta/CURRENT/fasta36.tar.gz or

http://github.com/wrpearson/fasta36

ADD COMMENT
0
Entering edit mode
4.8 years ago
kabir.deb ▴ 80

Hello apology for late reply,

I often use translatorX for sequence alignment where you can get aligned protein sequence as well as DNA sequence alignment.

Thanks.

ADD COMMENT

Login before adding your answer.

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