Methods and Websites: Difference between revisions

From MDWiki
Jump to navigationJump to search
No edit summary
 
(29 intermediate revisions by 6 users not shown)
Line 1: Line 1:
=== Wiki stuff ===
[http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How to edit a page on Wikipedia]
[http://meta.wikimedia.org/wiki/Help:Editing Editing help] (since our help is not yet functional)
=== Websites with useful information or software ===
=== Websites with useful information or software ===


Line 15: Line 21:
* Protein Domain prediction: [http://www.ebi.ac.uk/interpro/ InterPro]
* Protein Domain prediction: [http://www.ebi.ac.uk/interpro/ InterPro]


* Inference of Protein Function from Protein Structure [http://www.doe-mbi.ucla.edu/Services/ProKnow/ ProKnow]
* Inference of Protein Function from Protein Structure: [http://www.doe-mbi.ucla.edu/Services/ProKnow/ ProKnow] [http://www.ebi.ac.uk/thornton-srv/databases/ProFunc Profunc]
 
* Protein-protein interaction:<br>
[http://www.bork.embl-heidelberg.de/STRING/ STRING]: a database of predicted functional associations between proteins<br>
[http://mips.gsf.de/proj/ppi/ PII]: The MIPS Mammalian Protein-Protein Interaction Database<br>
[http://www.ihop-net.org/UniPub/iHOP/ iHOP] (Information Hyperlinked over Proteins). Protein association network built by literature mining


* A program to score residue conservation in a multiple sequence alignment [http://www.ebi.ac.uk/thornton-srv/databases/cgi-bin/valdar/scorecons_server.pl Scorecons]
* A program to score residue conservation in a multiple sequence alignment [http://www.ebi.ac.uk/thornton-srv/databases/cgi-bin/valdar/scorecons_server.pl Scorecons]
Line 21: Line 32:
* Computed atlas of surface topography of proteins [http://sts.bioengr.uic.edu/castp/calculation.php CASTp]
* Computed atlas of surface topography of proteins [http://sts.bioengr.uic.edu/castp/calculation.php CASTp]


 
* Ligand Binding Site Prediction [http://www.bioinformatics.leeds.ac.uk/qsitefinder/ Q-siteFinder]


* [http://foo.maths.uq.edu.au/~huber/BIOL3004/gi2name.pl Webserver] that converts sequence identifiers into species names.
* [http://foo.maths.uq.edu.au/~huber/BIOL3004/gi2name.pl Webserver] that converts sequence identifiers into species names.
Line 27: Line 38:
The website lets you change the sequence identifiers to organism taxonomies. You need to upload the original FASTA file with all sequences and a second file (e.g. the Newick tree file, but could be any other (text) format). The result you get back from the web page will have replaced identifiers by taxonomies where possible in the second file.
The website lets you change the sequence identifiers to organism taxonomies. You need to upload the original FASTA file with all sequences and a second file (e.g. the Newick tree file, but could be any other (text) format). The result you get back from the web page will have replaced identifiers by taxonomies where possible in the second file.


* [http://reactome.org Reactome] a curated knowledgebase of biological pathways


Additional tips for [[Deep Evolutionary Analysis]]
Additional tips for [[Deep Evolutionary Analysis]]




*  [http://zope.bioinfo.cnio.es/bionlp_tools/all_bionlp_tools Collection of bio-nlp tools] Tools for biological natural language processing (literature mining)


[[ Tools/Papers for function analysis ]]
----


=== CD/DVD software, basic how to use ===
=== CD/DVD software, basic how to use ===
Line 42: Line 58:




Call up a command prompt (accessories), it should be H:  (your student directory)
'' '''D:\'''blast\bin\blastall -p blastp -d D:\blast\databases\nr -i yourfile.fasta -o usefuloutputname.blast''


Call up a command prompt (accessories), it should be H: (your student directory)
'''NOTE:''' '''D''' is the letter of your CD-ROM.


'''NOTE:''' You need to specify an input file (i.e. on H:\ your student directory)


'''NOTE:''' You need to be able to '''write''' to an output directory i.e. H:\ (this is your student directory.


''E:\blast\blastall -p blastp -d e:\blast\databases\img_bacteria -i yourfile.fasta -o usefuloutputname.blast''
i.e. '' '''D:\'''blast\blastall -p blastp -d '''D:'''\blast\databases\nr -i '''H:'''\yourfile.fasta -o '''H:\'''usefuloutputname.blast''




-p the blast program to use: blastp, blastn
-p the blast program to use: blastp, blastn


-d the database to use:


-d the database to use: ''img_bacteria  img_archaea  img_eukaryota  nr'' You can search several databases by putting quotes around them: ''-d "img_archaea img_bacteria"''
On the DVD we provide a non-redundant sequence data base (''nr''), sequences from the proteins in the PDB (''pdb'') and a selected subset of the RefSeq database (''fungi invertebrate plant protozoa vertebrate_mammalian vertebrate_other''). You can search several databases by putting quotes around them: ''-d "vertebrate_mammalian vertebrate_other"''




-i input, query sequence (in FastaFormat)
-i input, query sequence (in FastaFormat)


-o output file to write blast results to.
-o output file to write blast results to.


==== Psi-blast ====
==== Psi-blast ====
Line 69: Line 89:




''E:\blast\blastpgp -d e:\blast\databases\img_bacteria -i yourfile.fasta -o usefuloutputname.blast -j 3 -h 0.000001''
''E:\blast\blastpgp -d e:\blast\databases\nr -i yourfile.fasta -o usefuloutputname.blast -j 3 -h 0.000001''
 


-j maximum number of rounds to do  (it will stop earlier, once the searches don't find more matches)
-j maximum number of rounds to do  (it will stop earlier, once the searches don't find more matches)


-h significance level cut-off
-h significance level cut-off
Line 91: Line 109:




''E:\blast\fastacmd -d e:\blast\databases\img_bacteria -i filewith_img_numbers -o newsequences.fasta''
''E:\blast\bin\fastacmd -d E:\blast\databases\nr -i filewith_img_numbers -o H:\newsequences.fasta ''




-i  the input file should be a line-by-line listing of the "accession numbers" from the same img database you used in the blast search.  Each number needs to have ''lcl|'' in front of it:
-i  the input file should be a line-by-line listing of the "accession numbers" from the same img database you used in the blast search.   


lcl|1234567
1234567


lcl|1234589
1234589


lcl|1456789
1456789




Line 109: Line 127:


The complete fastacmd document is [http://biowulf.nih.gov/apps/blast/doc/fastacmd.html here].
The complete fastacmd document is [http://biowulf.nih.gov/apps/blast/doc/fastacmd.html here].


==== Clustal ====
==== Clustal ====
Line 139: Line 155:




 
For more instructions on how to use phylip to construct a phylogenetic tree, see the [[Phylogenetic tree]] page
PhylipBootstrapping is a multi-stage process (details to come).




Line 170: Line 185:
==== Pymol ====
==== Pymol ====


PyMOL is a powerful molecular visualiser.
Click on PyMOL.exe in the Pymol folder.  The input is a protein structure file, such as a PDB file.
Click on PyMOL.exe in the Pymol folder.  The input is a protein structure file, such as a PDB file.
'''The best place to learn about PyMOL is the PyMOL wiki: http://www.pymolwiki.org/index.php/Main_Page'''
Some brief notes on using PyMOL to do structural alignment: [[PyMOL alignment]]
How to use APBS within PyMOL is described here.
How to visualise surface topographies computed by [http://sts.bioengr.uic.edu/castp/calculation.php CASTp] is described [http://sts.bioengr.uic.edu/castp/pymol.php here]


More information on PyMOL will be uploaded soon. The [http://pymol.sourceforge.net/newman/ref/toc.html PyMOL Reference Manual] and the [http://pymol.sourceforge.net/newman/user/toc.html PyMOL User Manual] may also be useful.
More information on PyMOL will be uploaded soon. The [http://pymol.sourceforge.net/newman/ref/toc.html PyMOL Reference Manual] and the [http://pymol.sourceforge.net/newman/user/toc.html PyMOL User Manual] may also be useful.


 
a brief [http://137.189.50.96/kbwong/teaching/pymol/pymol_tutorial.html PyMOL tutorial]


==== Rasmol ====
==== Rasmol ====
Line 181: Line 206:


Click on rasmol.exe in the Rasmol folder.  The input is a protein structure file, such as a PDB file.
Click on rasmol.exe in the Rasmol folder.  The input is a protein structure file, such as a PDB file.
==== Perhaps useful links ====
http://www.soe.ucsc.edu/~karplus/compbio_pages.html
=LAST MINUTE HELP=
*IF YOU NEED TO UPLOAD FILES THAT ARE OF EXTENSION OTHER THAN:
'png', 'gif', 'jpg', 'jpeg', 'pdf', 'doc', 'txt', 'aln', 'dnd', 'ppt'
    PLEASE EMAIL s4026869@student.uq.edu.au
*A TOOL to convert ppt/word docs into media wiki friendly format: http://openwetware.org/wiki/Converting_documents_to_mediawiki_markup
*PYMOL does not appear to work on the DVD provided. Linux/Windows/MAC versions can be download to your home pc via: http://pymol.sourceforge.net/
*If you still have no luck with pymol there are molecular viewers such as: Swisspdb: (http://www.expasy.ch/spdbv/) and, VMD: (http://www.ks.uiuc.edu/Research/vmd/)
-----------------------------------------------------------------




--[[User:ThomasHuber|ThomasHuber]] 13:43, 24 April 2007 (EST)
--[[User:ThomasHuber|ThomasHuber]] 13:43, 24 April 2007 (EST)

Latest revision as of 08:05, 19 May 2009

Wiki stuff

How to edit a page on Wikipedia

Editing help (since our help is not yet functional)


Websites with useful information or software

  • RCSB Protein Database: PDB
  • Structural Classification of Proteins: SCOP
  • Structural Comparison of Proteins: Dali, CE
  • Multiple Structure Alignment: CEMC
  • Clusters of Orthologous groups: COG
  • Protein-protein interaction:

STRING: a database of predicted functional associations between proteins
PII: The MIPS Mammalian Protein-Protein Interaction Database
iHOP (Information Hyperlinked over Proteins). Protein association network built by literature mining

  • A program to score residue conservation in a multiple sequence alignment Scorecons
  • Computed atlas of surface topography of proteins CASTp
  • Webserver that converts sequence identifiers into species names.

The website lets you change the sequence identifiers to organism taxonomies. You need to upload the original FASTA file with all sequences and a second file (e.g. the Newick tree file, but could be any other (text) format). The result you get back from the web page will have replaced identifiers by taxonomies where possible in the second file.

  • Reactome a curated knowledgebase of biological pathways

Additional tips for Deep Evolutionary Analysis


Tools/Papers for function analysis


CD/DVD software, basic how to use

blast clustalx muscle seaview phylip-3.36 treeview rasmol pymol


Blast

Call up a command prompt (accessories), it should be H: (your student directory)


D:\blast\bin\blastall -p blastp -d D:\blast\databases\nr -i yourfile.fasta -o usefuloutputname.blast

NOTE: D is the letter of your CD-ROM.

NOTE: You need to specify an input file (i.e. on H:\ your student directory)

NOTE: You need to be able to write to an output directory i.e. H:\ (this is your student directory.

i.e. D:\blast\blastall -p blastp -d D:\blast\databases\nr -i H:\yourfile.fasta -o H:\usefuloutputname.blast


-p the blast program to use: blastp, blastn

-d the database to use:

On the DVD we provide a non-redundant sequence data base (nr), sequences from the proteins in the PDB (pdb) and a selected subset of the RefSeq database (fungi invertebrate plant protozoa vertebrate_mammalian vertebrate_other). You can search several databases by putting quotes around them: -d "vertebrate_mammalian vertebrate_other"


-i input, query sequence (in FastaFormat)

-o output file to write blast results to.

Psi-blast

Psi-blast is very similar, but you need to use "blastpgp" and be aware of -j and -h options. Also remember that psi-blast will generally be slower because it has to do normal blast first, and then build profiles and do later rounds of searching with the profiles.


E:\blast\blastpgp -d e:\blast\databases\nr -i yourfile.fasta -o usefuloutputname.blast -j 3 -h 0.000001

-j maximum number of rounds to do (it will stop earlier, once the searches don't find more matches)

-h significance level cut-off


The documentation with all possible options is on the CD/DVD under blastdoc.



Obtaining FastaFormat files of the sequences found with blast:

Call up a command prompt.


E:\blast\bin\fastacmd -d E:\blast\databases\nr -i filewith_img_numbers -o H:\newsequences.fasta


-i the input file should be a line-by-line listing of the "accession numbers" from the same img database you used in the blast search.

1234567

1234589

1456789


ExtractIDs.doc shows a fast, painless way to prepare the input file from your blast result.


The complete fastacmd document is here.

Clustal

Click on the clustalx.exe icon in the clustal folder. Load sequences (you can use "browse" to go to your student area files) in FastaFormat.


Select options from the various clustal menu items.


Alignment output defaults to .aln (which can be loaded back into clustal later); select phylip output format also (.phy) for phylip analysis.


Remember to change the output format options from branch to NODE before bootstrapping in clustal. If not, you will not be able to see the reliability of the branches in treeview (shown with the internal edge labels).


Phylip

Click on the icon for the appropriate program in the phylip exe folder. Type in the input file name eg H:BIOL3004mydata.phy. Most phylip programs take .phy input files; neighbor takes a distance matrix produced by protdist, dnadist or similar.


For more instructions on how to use phylip to construct a phylogenetic tree, see the Phylogenetic tree page


Complete phylip documentation is also on the DVD: click on the phylip.html document in the phylip folder, it has links to documentation for specific programs. Or, on the web, you can find it here.



Treeview

Click on treev32.exe in the Treeview folder. The input file should be a tree in NewHampshire format.


From clustal: filename.ph filename.phb


From phylip: outtree (renamed appropriately)



Pymol

PyMOL is a powerful molecular visualiser. Click on PyMOL.exe in the Pymol folder. The input is a protein structure file, such as a PDB file.

The best place to learn about PyMOL is the PyMOL wiki: http://www.pymolwiki.org/index.php/Main_Page

Some brief notes on using PyMOL to do structural alignment: PyMOL alignment

How to use APBS within PyMOL is described here.

How to visualise surface topographies computed by CASTp is described here


More information on PyMOL will be uploaded soon. The PyMOL Reference Manual and the PyMOL User Manual may also be useful.

a brief PyMOL tutorial

Rasmol

Click on rasmol.exe in the Rasmol folder. The input is a protein structure file, such as a PDB file.


Perhaps useful links

http://www.soe.ucsc.edu/~karplus/compbio_pages.html


LAST MINUTE HELP

  • IF YOU NEED TO UPLOAD FILES THAT ARE OF EXTENSION OTHER THAN:

'png', 'gif', 'jpg', 'jpeg', 'pdf', 'doc', 'txt', 'aln', 'dnd', 'ppt'

   PLEASE EMAIL s4026869@student.uq.edu.au


--ThomasHuber 13:43, 24 April 2007 (EST)