Difference between revisions of "BLAST"

Line 70: Line 70:
  
 
*Click on the Advanced Options Tab
 
*Click on the Advanced Options Tab
 +
 +
[[Image:T_SequenceAlignment_AdvancedOptions.png]]
  
 
*Make sure "dna mat" is selected for the Matrix.
 
*Make sure "dna mat" is selected for the Matrix.
Line 91: Line 93:
  
  
*Observe the progress bar, Blast is now runnning.
+
*Observe the progress bar, it will show that Blast is now runnning.
  
*You can check the server status  by hitting the Refresh button, under the Service tab.  Then you will an idea if the Columbia Machine is processing a lot of queries.
+
*You can check the server status  by hitting the Refresh button under the Service tab.  This will show the load and backlog on the Columbia server.  However, the server uses a scheduling method that allows small queries to slip through past long-running queries as nodes become available.
  
 
[[Image:(T)Blast Tutorial4.png]]
 
[[Image:(T)Blast Tutorial4.png]]
Line 100: Line 102:
 
When the results are returned they are placed in the Project Folders as a child of the sequence they correspond to.  You can mouse over the result set to see how many sequences are in it.
 
When the results are returned they are placed in the Project Folders as a child of the sequence they correspond to.  You can mouse over the result set to see how many sequences are in it.
  
In the Blast results viewer, you can examine the alignments.  Each different target hit is listed on a line in the results table.
+
The result file will be opened in your web browser, if this option was selected.  The alignment results are also displayed directly in the geWorkbench  Blast results viewer and can be there further manipulated.  Each different target hit is listed on a line in the results table.  Note that a query sequence can hit a database target sequence in more than one place, resulting in mulitple alignments displayed per target hit.
 +
 
 +
In the Blast results viewer you can select sequences to add back to the main project by checking the include box and then the '''Add Selected Sequences To Your Project''' button.
 +
 
 +
You can also add just the aligned parts by clicking on the button '''Only Add Aligned Parts'''.
  
In the Blast results viewer you can select sequences to add back to the main project by checking the include box and then the Add Selected Sequences To Your Project tab.
+
The results viewer also shows statisics for each hit, including the E-value, start and length of the hit, and the percent identity.
  
You can also add just the aligned parts by clicking on the tab Only Add Aligned Parts.
 
  
'''(Should we say anything about e value and bit score in this tutorial?)'''
 
'''Do we need more details on reading the data output?'''
 
'''We need to explain more about the output.'''
 
'''What about the separate page that pops up?'''
 
  
The Load button allows you to load an external Blast file in HTML format into the viewer.
+
In the Blast results viewer, the '''Load''' button allows one to load an external Blast file in HTML format into the viewer.
  
  
 
[[Image:(T)Blast Tutorial5.png]]
 
[[Image:(T)Blast Tutorial5.png]]

Revision as of 21:42, 12 April 2006

Home | Quick Start | Basics | Menu Bar | Preferences | Component Configuration Manager | Workspace | Information Panel | Local Data Files | File Formats | caArray | Array Sets | Marker Sets | Microarray Dataset Viewers | Filtering | Normalization | Tutorial Data | geWorkbench-web Tutorials

Analysis Framework | ANOVA | ARACNe | BLAST | Cellular Networks KnowledgeBase | CeRNA/Hermes Query | Classification (KNN, WV) | Color Mosaic | Consensus Clustering | Cytoscape | Cupid | DeMAND | Expression Value Distribution | Fold-Change | Gene Ontology Term Analysis | Gene Ontology Viewer | GenomeSpace | genSpace | Grid Services | GSEA | Hierarchical Clustering | IDEA | Jmol | K-Means Clustering | LINCS Query | Marker Annotations | MarkUs | Master Regulator Analysis | (MRA-FET Method) | (MRA-MARINa Method) | MatrixREDUCE | MINDy | Pattern Discovery | PCA | Promoter Analysis | Pudge | SAM | Sequence Retriever | SkyBase | SkyLine | SOM | SVM | T-Test | Viper Analysis | Volcano Plot


TUTORIAL - BLAST

In this Tutorial you will learn to:

  • Set up and perform a Blast search.
  • Decipher the Output.
  • Analyze the results.



OVERVIEW

The BLAST algorithms are used to find similarities between a nucelotide or amino acid query seqeunce and sequences held in a database. They are often used to give clues to the function of a sequence based on its similarity to already characterized sequences.

geWorkbench runs BLAST by submitting jobs to remote BLAST services. The default is to send the job to a dedicated 40 CPU cluster operated by Joint Centers for Systems Biology at Columbia University. Its databases are updated on a weekly schedule by downloads from NCBI. geWorkbench can also submit jobs directly to the NCBI BLAST service. There is no provision at this time for running a local BLAST job on the client desktop machine.

Query files

BLAST accepts nucleotide or amino-acid query sequences in the FASTA format. A query file can contain one or multiple sequences. The file can be loaded from disk using the File Open command, or may have been placed into the project by components such as the Sequence Retriever, or as a result of a previous BLAST run.

Databases

Both remote BLAST services provide a number of databases of both nucleic acid and protein sequences.

Searching using translated sequences

If desired, the algorithms allow either a nucleotide query, a nucleotide database, or both to be translated into amino-acid sequence. Searching in the amino-acid space is more sensitive for certain types of query, as it ignores synonymous, non-functional changes in nucleotide sequence.

Algorithms

There are five different query programs one can run:

blastp- Compares an amino acid query sequence against a protein sequence database.

blastn- Compares a nucleotide query sequence against a nucleotide sequence database.

blastx- Compares a nucleotide query sequence translated in all reading frames against a protein sequence database.

tblastn- Compares a protein query sequence against a nucleotide database dynamically translated in all reading frames.

tblastx- Compares the 6 frame translations of a nucleotide query sequence against the six frame translations of a nucleotide sequence database. This last is needless to say very time consuming!


Example

Two Genbank Fasta sequence files are provided in the tutorial dataset, a nucleotide sequence, "NM _024426-Wilms.Fasta", and its protein sequence, "NP_077744-Wilms.fasta".

For a simple search using the nucleotide query file, one can select the blastn program and search against the ncbi/nt non-redundant database of nucleotide sequences. For an even quicker example search, one could run the protein query sequence against a small protein database derived from those sequences found in the PDB database of proteins having known structures.

Here we will illustrate a search using the nucleotide file "NM _024426-Wilms.Fasta".

  • Read the "NM _024426-Wilms.Fasta" data file into the Project component using the File Open command and file type FASTA.
  • In the Project component, make sure the sequence file just read in is selected. This will activate those components that can work with sequence data.
  • In the Commands Area click on the Sequence Alignment tab.
  • Select the Blast tab.

(T)Blast Tutorial.png

The length of the sequence is shown, and if desired a subset of the input sequence can be specified for use in the search. In the case where more than one sequence was read in, the length of the longest is displayed.


Click on the drop down arrow and select a program. Since this is a nucelotide query, we want to select a nucleotide query program blastn.

(T)Blast Tutoria1.png

Now that the program has been selected, make sure the appropriate databases are displayed (you need to verify this for all algorithms). Here select ncbi/nt - the complete non-redundant nucleotide database.


  • Click on the Advanced Options Tab

T SequenceAlignment AdvancedOptions.png

  • Make sure "dna mat" is selected for the Matrix.
  • Change the Expect Value to 0.01.
  • Leave the box checked for PFP filtering for repeated sequence elements (Paracel Filtering Package).
  • Leave the Display result in your web browser checked.

(T)Blast Tutorial2.png


  • Click on the Service tab, select Columbia.

Note: The text field at the bottom shows that one sequence has been selected. If you have a Fasta file that has multiple sequences, you can select the ones you want in the Markers component and activate this selection, letting you search on a subset. You may search on all sequences in a file by clicking the All Markers checkbox.

  • Press the curved arrow submit button.

(T)Blast Tutorial3.png


  • Observe the progress bar, it will show that Blast is now runnning.
  • You can check the server status by hitting the Refresh button under the Service tab. This will show the load and backlog on the Columbia server. However, the server uses a scheduling method that allows small queries to slip through past long-running queries as nodes become available.

(T)Blast Tutorial4.png


When the results are returned they are placed in the Project Folders as a child of the sequence they correspond to. You can mouse over the result set to see how many sequences are in it.

The result file will be opened in your web browser, if this option was selected. The alignment results are also displayed directly in the geWorkbench Blast results viewer and can be there further manipulated. Each different target hit is listed on a line in the results table. Note that a query sequence can hit a database target sequence in more than one place, resulting in mulitple alignments displayed per target hit.

In the Blast results viewer you can select sequences to add back to the main project by checking the include box and then the Add Selected Sequences To Your Project button.

You can also add just the aligned parts by clicking on the button Only Add Aligned Parts.

The results viewer also shows statisics for each hit, including the E-value, start and length of the hit, and the percent identity.


In the Blast results viewer, the Load button allows one to load an external Blast file in HTML format into the viewer.


(T)Blast Tutorial5.png