WE WRITE CUSTOM ACADEMIC PAPERS

100% Original, Plagiarism Free, Tailored to your instructions

Order Now!

Protein Sequence Analysis,Computational Bioinformatics

Assignment Requirements
 
 
COMS30003 Exercise 2
Protein Sequence  Analysis
Please enter the information about the sequence you have chosen, including the identifier. 
(1 mark)
Question 1
By examining the ASTRAL file which is in FASTA format, find the sequence which corresponds to the domain which you have chosen. Create a new FASTA format file of your own which contains only this sequence. Paste the contents of this file as you answer to question 1.
(3 marks)
Using BLAST you should now search your sequence against the whole ASTRAL file which you downloaded. You will need to index the database first using the ‘makeblastdb’ program. The –help switch gives the options; remember, throughout this exercise there is no harm in getting help on the correct commands and arguments from the unit forum, Google, Researchgate and other online information resources. Look at your results and how the scores correspond to the SCOP classification. You may find the classification shorthand very useful, e.g. from the 1plc example, b.6.1.1 (the first letter corresponds to the SCOP class, then the numbers go fold, superfamily, family). 
N.B. see question 17.
Question 2
For question 2 please describe what scores you got for other domains within the SCOP hierarchy, and then explain whether this is what you should expect or not. Use less than 100 words.
(4 marks)
Now you should search your chosen sequence against UniProt. I have already indexed UniProt for you. You will notice that it takes much longer than searching the ASTRAL sequences! Take a look at your results again; you should store your results in a file and include this in your submission. Put the search on the ASTRAL results in a file also and include it in your submission.
Question 3
List the filenames of your two results files here. You probably got more hits searching UniProt than the ASTRAL sequences. How many sequences do you think are homologous? How did you decide which hits are significant and which ones are not? One line answer please.
(3 marks)
Question 4
Are any of the sequences matched in UniProt the same as in ASTRAL? Comment on why. One line answer please.
(2 marks)
Make two new FASTA format files: one containing all of the sequences with significant hits in ASTRAL, and another with all the sequences with significant hits in UniProt. If there are a very large number of sequences then you will have to find a way to extract them via their identifiers from the UniProt FASTA file. 
N.B. You may well find the PERL script listed on the unit page from the lecture on PERL useful here. You may also want to write your own script in PERL or Python or modify this one. If you have any questions or problems with PERL/Python/Ruby please do not hesitate to ask on the forum as you need to succeed in creating these FASTA files to be able to tackle some of the later questions.
Question 5 (optional)
If you want to try some other software for pair-wise sequence comparison, then rerun the searches on both databases and compare the results to BLAST. Is there any difference? Is this what you should expect? Less than 50 words.
(3 marks)
Question 6
Comment on the lengths of the sequences in each of the two FASTA files you have created. If the some of the sequences in the UniProt results are longer, why is this? If not, why might you have expected some to be longer? Less than 50 words.
(3 marks)
Question 7
Look at the names and annotation of the sequences in UniProt that have been found homologous. Do some of them look similar to the SCOP domain description of your chosen sequence? Do some of them look different? Explain why this might be. Use less than 100 words.
(3 marks)
Obtain alignment software
Download any multiple sequence alignment tool. MUSCLE is one which should be easy to use. Create multiple sequence alignments from both of your FASTA format files. If the sequence alignment takes too long, then try different software or reduce the number of sequences. Include these alignment files in your submission. 
N.B. see question 19.
Question 8
List the filenames of your alignments here. Describe very briefly how you produced the alignments: what software did you use, any options you used or anything special you needed to do. What output format did you choose? One line or two should be enough detail.
(3 marks)
When you ran your pair-wise sequence comparison it will have produced pair-wise alignments. If not make sure you rerun it to produce alignments. Compare the alignment of the initial sequence you started with in the multiple sequence alignment to the corresponding pair-wise alignment.
Question 9
Do you see any differences? If so which one do you think is better, and why? Less than 50 words.
(3 marks)
Examine the multiple alignments in two ways: graphically and numerically. You can download software for visual inspection of multiple sequence alignments but it may be easier to find an online service that allows you to do it on the web, e.g. Jalview. Here is a web service I wrote for generating simple statistics on multiple sequence alignments (scroll to the right for conserved residues). You may equally use any other tool for examining the columns of the alignment numerically. N.B. This service is quite flaky and sometimes doesn’t work. Please report any bugs to me.
You should also go to the SUPERFAMILY website and find the superfamily of your starting sequence. You can get this by searching for it by name or by PDB ID. Click on ‘models’ in the search result and then click on one of the model IDs to get an image of a hidden Markov model representing the domain. Compare the columns in your alignmet viewer to the numerical analysis of the columns and the corresponding columns in the picture of the hidden Markov model.
Question 10 (optional)
Make an image of one of your multiple sequence alignments and include it in your submission listing the filename here. You may need to only display a part of your alignment to get a good image. Also copy or crop one of the hidden Markov model images which correspond to the same region of the alignment and include this in your submission; list the filename here. Pick some of the statistics or numerical breakdown of the columns in your alignment and enter it in the answer to this question.
(3 marks)
Question 11 (optional)
Comment briefly on what you see in commmon for certain columns between the multiple alignment, the statistics you wrote in question 10 and the columns of the hidden Markov model, referring to the specific column. Numbering or labelling of columns may help here. Less than 50 words.
(2 marks)
Obtain HMM software
Download the HMMER3 package. You may also use the version installed at: 
/home/media/gough/teaching/COMS30003/hmmer-3.1b1-linux-intel-x86_64
Documentation is available on the HMMER3 website.
Question 12
The next step is to build a hidden Markov model from each alignment. You will need to use the ‘hmmbuild’ program. Now score your model against ASTRAL and UniProt using the ‘hmmsearch’ program. Submit the HMM model files and list the names here. How do your results compare to the BLAST searches? How do the results compare between the two different models? Why do you think you see these differences (if any)?Use less than 100 words.
(4 marks)
Question 13 (optional)
You should try the searches both with and without the heuristics switched on (use the -max option) on the ASTRAL sequence set. The non-heuristic search of UniProt may take an extremely long time, so you should not run it on snowy but you can try it in the computer lab if you like (run using screen and a high ‘nice’ value). What are the effects on the results and on run time (if any) with and without heuristics?Use less than 50 words.
(1 mark)
Question 14 (optional)
Produce multiple sequence alignments of your two FASTA files (as you did before question 8) but instead of using sequence alignment software, use one of your HMM models and the ‘hmmalign’ program. Submit the files and list them here. How does the speed compare to the multiple alignment software? One line.
(2 marks)
Iterative model building
So far the profiles (HMMs) that you have built are from a single iteration. You could now in theory create a new FASTA file from the results of your HMM search on UniProt in question 12, then use the procedure in question 14 to produce an alignment and then build a new model as in question 12 and re-search UniProt … etc. getting more and more results. Luckily this process has already been automated. The HMMER3 program is ‘jackhmmer’ and the BLAST program is ‘psiblast’ (also referred to as PSI-BLAST). Documentation on PSI-BLAST can be seen here.
Question 15
Run PSI-BLAST with 3 iterations on UniProt using your initial starting sequence. Submit and list your results file here. How many significant hits does this find? How does this compare to straighforward BLAST and your two HMM model searches? Is this what you should have expected to find? Less than 50 words.
(3 marks)
Question 16 (optional)
Convert your PSI-BLAST profile (checkpoint file) to a hidden Markov model. You may need to rerun the PSI-BLAST search setting an option for outputting the checkpoint file. You can use a component (see the ‘convert_to_prc’ program described under downloads ner the bottom) of the PRC package that somebody in my research group wrote but it converts to HMMER2 format. Alternatively try the script in /home/media/gough/teaching/COMS30003/scripts/. The HMMER3 package has a program for converting from the old HMMER2 format to HMMER3. Alternatively get the PSI-BLAST alignment frmo the last iteration into a format that you can run ‘hmmbuild’ on from teh HMMER package to build your own model from the same alignment. Now use HMMER to search the HMM against UniProt and compare the results to the PSI-BLAST results. What is the difference in the number of significant hits, and why do you think this is? Less than 50 words.
(3 marks)
Pipelining
Many bioinformatics tasks need to be repeated many times, and thus automated. This section requires you to write code for a pipeline that automates some of what you ahve done above. It is recommended that you develop this at the same time as you answer the previous relevant questions. You can use any language but it is strongly recommended that you use a scripting langauge such as Python, PERL, etc. N.B. you are asked to submit your program for each question, but you may submit one final program if you wish for all questions, indicating clearly in your answer which is the relevant part for that question.
Question 17
Write a program which takes as in input the name of a file. This file will contain a single FASTA format sequence. Your program will search this input sequence against the ASTRAL file (also in FASTA format) using BLAST and output the identifiers of the significant hits; to do this you will need to find a way to parse BLAST output. Include this program in your submission and indicate which one it is and how to run it. One line.
(3 marks)
Question 18
Now extend your code so that instead of outputting the list of IDs, it uses this list to retrieve the sequences from the ASTRAL file and output a new file of FASTA sequences containing only those in your list, i.e. the FASTA sequences of those significant BLAST hits to your original input sequence. Run this for the following input file:
/home/media/gough/teaching/COMS30003/d1plc_.fa
Include the program and the output file in your submission. One line.
(1 marks)
Question 19
Now extend your code so that (using the method of your choosing) it creates a multiple sequence alignment from your FASTA sequences. Include the program and the output alignment for the d1plc_.fa input file in your submission. One line.
(3 marks)
Question 20
Now extend your code so that (using the method of your choosing) it creates a phylogenetic tree in Newick format from your alignment. Include the program and paste the Newick tree in your submission. A few lines.
(3 marks) 
Visualise and plot your tree using any method of your choosing.
(optional part)
Now extend your code so that the input file can support multiple sequences in FASTA format in the input file and output multiple Newick trees into an output file (one Newick tree for each FASTA sequence seperately), by running your pipeline. Include the program and the output file containing multiple Newick trees for the multiple.fa input file in your  submission. One line.
(3 marks) 
/home/media/gough/teaching/COMS30003/multiple.fa
Question 21
Please write a description of your pipeline and the justification for any choices made. The quality of your pipeline  and code may affect your marks for 17-20 as well as this question. Up to 300 words.
(2 marks)
Online webservers
This last section is to show that you can do many common bioinformatics tasks online without always having to download and run the software locally.
Question 22
Find an online server where you can do the UniProt search from question 2 and repeat the search using the server. Write here the link to the page where you entered your sequence for the search. One line.
(1 mark)
(optional part)
Find other online server(s) which do a similar search to question 17, but using a different algorithm to BLAST. You may not be able to find a server that searches UniProt, but any other equivalent or similar large database will do. List the URL where you submit the sequence, the database which you searched and the algorithm used in each case. A few lines.
(1 mark)
Question 23
Find an online server for multiple sequence alignment and repeat question 8 using different software than you used for question 8. List here the URL, software used, and submit the alignments and list their names here.
(1 mark)
Question 24
Using any online service, create a multiple sequence alignment of homologues to your sequence. Now take that multiple sequence alignment and generate some statistics or visualise the level of conservation in the columns of the alignment. There is a web page here: http://supfam.org/SUPERFAMILY/alignment_stats.html that  may be able to help but it is slow and may not be entirely reliable, especially for large alignments and it can be very sensitive to the exact format of the alignment; you may want to find an alternative online resource. Write the URL of any statistics page, but also submit a copy of it (in case it is deleted from the server) and list the filename. 
(2 marks)
(optional)
Write a short explanation of how the statistics at one or two sites relates to the corresponding position(s) in the structure (specifying the amino acid number in the PDB file) and say something about the relevance to the specific site in the structure. 50-150 words. 
(2 marks)
Question 25
Find an online server for iterative profile or HMM building and use your initial sequence to generate a model or profile. For this answer show the URL where you submit your sequence, and submit the model produced listing the filename here. Extra credit for choosing one that is not PSI-BLAST or HMMER.
(2 mark)
 
 
Order Now
https://thecustomwritings.com/order/
YOU CAN ALSO PLACE OTHER SIMILAR ORDERS ON OUR WEBSITE AND GET AMAZING DISCOUNTS!!!
 

Our Service Charter

  1. Excellent Quality / 100% Plagiarism-Free

    We employ a number of measures to ensure top quality essays. The papers go through a system of quality control prior to delivery. We run plagiarism checks on each paper to ensure that they will be 100% plagiarism-free. So, only clean copies hit customers’ emails. We also never resell the papers completed by our writers. So, once it is checked using a plagiarism checker, the paper will be unique. Speaking of the academic writing standards, we will stick to the assignment brief given by the customer and assign the perfect writer. By saying “the perfect writer” we mean the one having an academic degree in the customer’s study field and positive feedback from other customers.
  2. Free Revisions

    We keep the quality bar of all papers high. But in case you need some extra brilliance to the paper, here’s what to do. First of all, you can choose a top writer. It means that we will assign an expert with a degree in your subject. And secondly, you can rely on our editing services. Our editors will revise your papers, checking whether or not they comply with high standards of academic writing. In addition, editing entails adjusting content if it’s off the topic, adding more sources, refining the language style, and making sure the referencing style is followed.
  3. Confidentiality / 100% No Disclosure

    We make sure that clients’ personal data remains confidential and is not exploited for any purposes beyond those related to our services. We only ask you to provide us with the information that is required to produce the paper according to your writing needs. Please note that the payment info is protected as well. Feel free to refer to the support team for more information about our payment methods. The fact that you used our service is kept secret due to the advanced security standards. So, you can be sure that no one will find out that you got a paper from our writing service.
  4. Money Back Guarantee

    If the writer doesn’t address all the questions on your assignment brief or the delivered paper appears to be off the topic, you can ask for a refund. Or, if it is applicable, you can opt in for free revision within 14-30 days, depending on your paper’s length. The revision or refund request should be sent within 14 days after delivery. The customer gets 100% money-back in case they haven't downloaded the paper. All approved refunds will be returned to the customer’s credit card or Bonus Balance in a form of store credit. Take a note that we will send an extra compensation if the customers goes with a store credit.
  5. 24/7 Customer Support

    We have a support team working 24/7 ready to give your issue concerning the order their immediate attention. If you have any questions about the ordering process, communication with the writer, payment options, feel free to join live chat. Be sure to get a fast response. They can also give you the exact price quote, taking into account the timing, desired academic level of the paper, and the number of pages.

Excellent Quality
Zero Plagiarism
Expert Writers

Instant Quote

Subject:
Type:
Pages/Words:
Single spaced
approx 275 words per page
Urgency (Less urgent, less costly):
Level:
Currency:
Total Cost: NaN

Get 10% Off on your 1st order!