A mobile application on performing blast analysis and local alignment
Abstract
In this ever-fast running modern world of technologies, bioinformatics is not lagging behind. It is now possible to connect one’s smart phone to the huge database of bioinformatics where one can find thousands of gene and organism information in a few seconds. This project of an Android mobile application is another dimension that has been added to the features of smart phones. This mobile app will allow the researchers and the students in the field of bioinformatics to have access to the NCBI website’s BLAST protein sequences as well as the Blosum62 matrix used for the Smith-Waterman algorithm to identify and deduce similarities between sequences. Local alignment and global alignment features were selected for the application. Upon testing of the programming language Java was found to be the most optimal language. On the basis of time complexity, space complexity etc. Smith-Waterman and BLAST algorithms were chosen for the application. First the algorithms were implemented for the computer system using Java. This was done in two parts, firstly implementation of the algorithms and secondly parsing data from the database server. Gradually the program was incorporated into smart phone system. Finally, the application was evaluated in the smart phone system using both sequence input and accession ID input of protein sequences. The results obtained from the app in the smart phone system were compared to the existing computer system which proved that new system is providing the same results. In future this app will be expanded to other platforms of mobile operating systems and additional functions will be added.