More posts like this
-
translate CDS to prot formatted with nt nubers
written by vvasta •I tried several of the online DNA translation tools but have not found one that would output DNA/prot alignment with nucleotide numbers and DNA/prot aligned …
-
Gene ontology and KEGG pathway analysis of Oryza data
written by hafiz.talhamalikHi, I am working on Oryza. I need to perform GO anotology and KEGG pathway analysis. I have used some online tools but now looking …
-
longest_disjoint setting in predORF
written by kaboo •Hi everyone, This is my first post in Biostars so please excuse me for mistakes. I am quite new with analysing nucleid acid sequence data …
-
Simply Translation DNA to protein without ORF prediction
written by SheelS •Several translation tools are available to convert DNA to protein with ORF prediction, and from -1, -2, -3 to 1, 2, 3 frame. But my …
-
Start Codon in Translate() in R
written by khatami.mahshid •Hi all, I wanted to use function translate() in R to translate a DNA to a protein. what I wrote is this : DNA <- …
-
How to download the Sequences in Fasta format from the green plant Taxonomy ID txid33090
written by bilal.sarwar •Hello all I am working on the denovo assembly non-model plant species. for Annotation purpose I am in need to download all protein sequences from …
-
Identify secreted proteins in insect salivary gland transcriptome
written by jessy.tricard •Hy everybody ! I would like to know the proteins encoded by these transcripts and if these proteins are secreted. Here are the steps that …
-
Refseq proteins for several taxids
written by setaHi all, My question may sound simple. I'm trying to download the **plant ref-seq proteins** from NCBI to make blast database and run blastx for …
-
How Do I Translate Multiple (More Than 25000) Dna Sequences With Different Frames To Protein Seuque…
written by biostar •<p>How can I translate multiple (more than 25000) DNA sequences with different frames to protein sequence? Is there any program or perl script I can …
-
How To Change The Alphabet Of Seqrecords In A Fasta File With Biopython?
written by Laura •<p>Hi, I am new to python. I am trying to translate some dna sequences (from a multifasta file) with the biopython .translate() method. However, it …
???
Why does the tool need to be non-online? Do you have hundreds of sequences to translate?
EMBOSS
transeqis an on- or off-line option.BLASTX will only align DNA to protein. If you need to translate sequences, there are command line tools to do so, as well as modules for different programming languages, such as Biopython. Are your sequences in frame?