Sequence alignment and blast search, MATLAB Programming

Assignment Help:

Calculating and Visualizing Sequence Statistics

Follow the instructions in this demo file to download a sequence and calculate and visualize its statistics. Save all the commands in a script file called "yourname_lab8_1.m".

Modify the script to analyze a different sequence, human insulin receptor gene with genbank accession number 'M10051'. Notice the ORF of this gene is different from those in the mitochondria example, so that you need to modify the code that extracts the ORF of interest (the longest ORF). Also create a Microsoft word file called "yourname_lab8_1", and add all figures generated by the script to the word document. Submit both the modified script and the word document.

Sequence Alignment and BLAST Search

Follow the instructions in this example to download and compare two genes using sequence alignment. Save all the Matlab commands in a script file called "yourname_lab8_2.m". Remember adding comments in the scripts.


Related Discussions:- Sequence alignment and blast search

Programming concept, The Programming Concept: In most of the programmi...

The Programming Concept: In most of the programming languages, random function returns a real number; therefore the real number would then have to be rounded to produce a rand

Implement code to determine the frequency components, Objectives In the ...

Objectives In the following exercises, students are required ?rstly to implement code to determine the frequency components present in a signal, and then to extract a desired si

Define a function, Define a function: The radius of a circle is passed...

Define a function: The radius of a circle is passed to the function to input argument  rad; the function computes the area of this circle and stores it in the output argument

Expert system, how can i write a programm about maze solver expert system o...

how can i write a programm about maze solver expert system only with if & then

Develop matlab monte carlo queuing simulator, Answers should be submitted i...

Answers should be submitted in an MS Word document. Simulations should accompany answers in a separate MATLAB file. 1)  Queuing Simulator: Consider a communications router that

Matrices, use the loop for to produce [-1 -1 -1 -1; 0 -1 -1 -1; 0 0 -1 -1; ...

use the loop for to produce [-1 -1 -1 -1; 0 -1 -1 -1; 0 0 -1 -1; 0 0 0 -1]

Creating column vectors, Creating Column Vectors: One way to generate ...

Creating Column Vectors: One way to generate a column vector is by explicitly putting the values in square brackets, separated by the semicolons: >> c = [1; 2; 3; 4] c =

Switch statement, The Switch Statement: A switch statement can frequen...

The Switch Statement: A switch statement can frequently used in place of a nested if-else or an if statement with numerous else if clauses. The Switch statements are used when

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd