| Easy Bioinformatics Analysis (EBiAn): a package for manipulating and analysis of short biological sequences. | |
| | |
| Jump to Full Text | |
MedLine Citation:
|
PMID: 21346860 Owner: NLM Status: PubMed-not-MEDLINE |
Abstract/OtherAbstract:
|
The work of biochemists and molecular biologists often is dependent or extremely favored by a preliminary computer analysis. Thus, the development of an efficient and friendly computational tool is very important. In this work, we developed a package of programs in Javascript language which can be used online or locally. The programs depend exclusively of Web browsers and are compatible with Internet Explorer, Opera, Mozilla Firefox and Google Chrome. With the EBiAn package it is can perform the main analysis and manipulation of DNA, RNA, proteins and peptides sequences. The programs can be freely accessed and adapted or modified to generate new programs. AVAILABILITY: http://www.iq.unesp.br/EXTENSAO/EBiAn/html/ebian.html. |
| | |
Authors:
|
Luiz Carlos Bertucci Barbosa; Saulo Santesso Garrido; Anderson Garcia; Davi Barbosa Delfino; Rodrigo Duarte Gonçalves; Reinaldo Marchetto |
Publication Detail:
|
Type: Journal Article Date: 2010-07-06 |
Journal Detail:
|
Title: Bioinformation Volume: 5 ISSN: 0973-2063 ISO Abbreviation: Bioinformation Publication Date: 2010 |
Date Detail:
|
Created Date: 2011-02-24 Completed Date: 2011-07-14 Revised Date: 2011-07-25 |
Medline Journal Info:
|
Nlm Unique ID: 101258255 Medline TA: Bioinformation Country: Singapore |
Other Details:
|
Languages: eng Pagination: 46-8 Citation Subset: - |
Affiliation:
|
Institute of Chemistry, UNESP - Univ Estadual Paulista, Department of Biochemistry and Technological Chemistry, Araraquara, São Paulo, Brazil. |
Export Citation:
|
APA/MLA Format Download EndNote Download BibTex |
| MeSH Terms | |
Descriptor/Qualifier:
|
|
| Comments/Corrections | |
| Full Text | |
|
Journal Information Journal ID (nlm-ta): Bioinformation Journal ID (publisher-id): Bioinformation ISSN: 0973-2063 Publisher: Biomedical Informatics |
Article Information Download PDF ![]() © 2010 Biomedical Informatics open-access: Received Day: 14 Month: 5 Year: 2010 Accepted Day: 08 Month: 6 Year: 2010 collection publication date: Year: 2010 Electronic publication date: Day: 06 Month: 7 Year: 2010 Volume: 5 Issue: 2 First Page: 46 Last Page: 48 ID: 3039986 PubMed Id: 21346860 Publisher Id: 001200052010 |
| Easy Bioinformatics Analysis (EBiAn): a package for manipulating and analysis of short biological sequences | |
| Luiz Carlos Bertucci Barbosa | |
| Saulo Santesso Garrido | |
| Anderson Garcia | |
| Davi Barbosa Delfino | |
| Rodrigo Duarte Gonçalves | |
| Reinaldo Marchetto* | |
| Institute of Chemistry, UNESP - Univ Estadual Paulista, Department of Biochemistry and Technological Chemistry, Araraquara, São Paulo, Brazil. |
|
| *Reinaldo marchetto: marcheto@iq.unesp.brPhone: +55-16-3301.6670; Fax: 55-16-3301.6692 |
|
Computational tools to analyze nucleic acid sequences and primary structures of proteins are essential in the help of the work of biochemists and molecular biologists. Many tools for this purpose are available so far in sites of various research groups or in servers of biological data, such as GenBank [1], Protein Data Bank [2] and ExPASy [3]. Javascript is an object-oriented language that is interpreted by several current Web browsers. Together with the hypertext markup language (HTML) and cascading style sheets (CSS) languages, Javascript allows the development of several bioinformatics simple tools, with Web interface, to manipulate short sequences of nucleic acids, peptides or proteins, generating primers and extracting specific information contents from a biological data file. In this work, we developed a package of programs in Javascript, called Easy Bioinformatics Analysis (EBiAn), which enable the more routinely analysis used in preliminary computational approaches to experimental laboratory practices in the biochemistry and molecular biology area.
The package includes the following tools:
Receives a GenBank file as input and returns the entire biological sequence in FASTA file. Use this tool to remove non-sequence information from a GenBank file.
Receives an EMBL file as input and returns the entire biological sequence in FASTA file. Use this tool to remove non-sequence information from an EMBL file.
Converts a protein sequence in one-letter code to a sequence in three-letter code.
Converts a protein sequence in three-letter code to a sequence in one-letter code.
Receives a RNA or DNA sequence and returns its contents of nitrogen bases.
Receives a DNA sequence and returns its complementary sequence. In this program there is the possibility of obtain the reverse complementary sequence.
Receives a DNA sequence and performs the translation into amino acids, using the standard codon table. It is possible perform the translation for the three open reading frames (ORFs) in the direct strand (reading +1, +2 and +3) and in the reverse strand (reading -1, -2 and -3).
Receives a DNA sequence and returns its transcript sequence.
Receives a DNA sequence and returns the possible cleavage sites of most used restriction endonucleases, giving the name of the enzyme, the number and locations of the cuts along of the sequence.
Receives a DNA sequence and returns all the possible open reading frames (ORFs). In this tool, its possible obtain the three open reading frames in the direct strand (reading +1, +2 and +3) and in the reverse strand (reading -1, -2 and -3). The user can discriminate the minimum size of coding sequences to be screened.
Receives a DNA sequence and returns its forward and reverse terminal primers. It is possible also generate the internal primer from the input sequence. The user can determine the length of the primers, as well as adding endonuclease restriction sites.
Receives a protein sequence and returns the amount of each amino acid type. Moreover, returns the amount of hydrophobic, hydrophilic, positive, negative and aromatic amino acids residues and the amount of amino acids with hydroxyl group.
Receives an amino acid protein sequence and returns the position of its potential sites of proteolytic cleavage [4,5] of a user selected enzyme.
Receives an amino acid protein sequence and returns all theoric peptide fragments generated by proteolytic cleavage [4,5] of a user selected enzyme. The program also generates the monoisotopic and average mass, simulating monoprotonated fragments.
Receives a protein or peptide sequence and highlights a group of amino acids selected by user. The program contains pre-defined groups of amino acids to be marked: hydrophobic, hydrophilic, positive, negative and aromatic residues and amino acids with hydroxyl group. In addition, the user can choose the color to be used in the highlights and define its own group of amino acids.
Allows the user to create textual representations of peptide sequences. The program automatically calculates the average and monoisotopic mass, and returns its molecular formula.
The Easy Bioinformatics Analysis package has an intuitive and easy navigation. The programs can be accessed online by the main page accessible from http://www.iq.unesp.br/EXTENSAO/EBiAn/html/ebian.html (Figure 1). Moreover, it can also be used offline after downloaded it from the main page. The user with programming skills can access the source code and change it to create new programs or adapting them. The programs depend only of Web browsers and are compatible with Internet Explorer, Opera, Mozilla Firefox and Google Chrome, having better performance for the last two. In future versions of the package, the included programs will be improved and new programs may be included. Additional questions or comments regarding the Easy Bioinformatics Analysis package can be sent by e-mail to luiz_cbb@hotmail.com.
Notes
FN1Citation:Barbosaet al , Bioinformation 5(2): 46-48(2010)
We gratefully acknowledge CNPq and CAPES for financial support. R. Marchetto is recipient of research fellowship from CNPq.
References
| 1. | http://www.ncbi.nlm.nih.gov. |
| 2. | http://www.pdb.org. |
| 3. | http://br.expasy.org. |
| 4. | Keil B. Protein Seq Data AnalYear: 19871133447153 |
| 5. | Schechter I,Berger A. Biochem Biophys Res CommunYear: 1967271576035483 |
Article Categories:
Keywords: bioinformatics, sequence manipulating. |
|
Previous Document: Database on pharmacophore analysis of active principles, from medicinal plants.
Next Document: xFITOM: a generic GUI tool to search for transcription factor binding sites.
