Difference between revisions of "Protein modelling"

From Opengenome.net
Line 1: Line 1:
 
== [[단백질 구조 모델링]]  실용 안내서== <br /><br />[http://biome.ngic.re.kr/ProteinModelling/]  <br /><br />===Problem (문제정의)=== <br />* Build 3D structural models of given or interested proteins  <br />** Initial input: amino acid sequence of the target protein  <br />** Final output: its predicted 3D structure  <br /><br />===Method===<br />&nbsp;* Find one or more structural templates of the target protein via sequence homology search against known structures (program: BLASTP or PSI-BLAST, database: PDB)<br />* Download template structures in PDB format (web server: RCSB PDB)  <br />* Align the amino acid sequence of the target protein with that(those) of the template protein(s) (program: CLUSTALW, output: PIR format)  <br />* Build 3D structural models based on the multiple sequence alignment and the template 3D structure(s) (program: MODELLER, input: ATM, ALI, and TOP files)  <br />** manual build  <br />*** manually convert file formats from PDB to ATM and PIR to ALI, respectively  <br />*** write a TOP script file  <br />*** run MODELLER  <br />** automatic build (some PDB and PIR files are not successfully converted to correct ATM and ALI files due to amino-acid sequence mismatch)  <br />*** perl script to generate ATM, ALI, and TOP files from PDB and PIR files: [[perl script for ATM|txt]], gz  <br />*** command-line arguments in order: base_directory_path pir_file_name target_protein_id(exactly 4 letters) one_or_more_PDB_file_names(exactly 4-letter prefix)  <br />*** run the perl script (e.g. ../bin/makeModellerInput.pl /home/user/Protein3DModelling/KCIP KCIP.pir KCIP 1QJA.pdb)  <br />*** run MODELLER (e.g. mod7v7 KCIP.top)  <br /><br />** example  <br />*** ATM file: 5fd1.atm  <br />*** ALI file: alignment.ali  <br />*** TOP file: model-default.top  <br />*** command: mod7v7 model-default.top  <br />*** output PDB file (predicted model): 1fdx.B99990001.pdb  <br />** MODELLER manual  <br />*** PDF, HTML<br /><br />&nbsp;* Display and compare the 3D structures of the model and the template proteins (program: RasMol)  <br /><br />=== Sample proteins (단백질 예제들)=== <br />* Sample protein A: 14-3-3 protein gamma (Protein kinase C inhibitor protein-1; KCIP-1)  >sw|P61981|143G_HUMAN 14-3-3 protein gamma (Protein kinase C inhibitor protein-1) (KCIP-1)  VDREQLVQKARLAEQAERYDDMAAAMKNVTELNEPLSNEERNLLSVAYKNVVGARRSSWR VISSIEQKTSADGNEKKIEMVRAYREKIEKELEAVCQDVLSLLDNYLIKNCSETQYESKV FYLKMKGDYYRYLAEVATGEKRATVVESSEKAYSEAHEISKEHMQPTHPIRLGLALNYSV FYYEIQNAPEQACHLAKTAFDDAIAELDTLNEDSYKDSTLIMQLLRDNLTLWTSDQQDDD GGEGNN  * Sample protein B: GAK_HUMAN Cyclin G-associated kinase (GAKH)  >sw|O14976|GAK_HUMAN Cyclin G-associated kinase  MSLLQSALDFLAGPGSLGGASGRDQSDFVGQTVELGELRLRVRRVLAEGGFAFVYEAQDV GSGREYALKRLLSNEEEKNRAIIQEVCFMKKLSGHPNIVQFCSAASIGKEESDTGQAEFL LLTELCKGQLVEFLKKMESRGPLSCDTVLKIFYQTCRAVQHMHRQKPPIIHRDLKVENLL LSNQGTIKLCDFGSATTISHYPDYSWSAQRRALVEEEITRNTTPMYRTPEIIDLYSNFPI GEKQDIWALGCILYLLCFRQHPFEDGAKLRIVNGKYSIPPHDTQYTVFHSLIRAMLQVNP EERLSIAEVVHQLQEIAAARNVNPKSPITELLEQNGGYGSATLSRGPPPPVGPAGSGYSG GLALAEYDQPYGGFLDILRGGTERLFTNLKDTSSKVIQSVANYAKGDLDISYITSRIAVM SFPAEGVESALKNNIEDVRLFLDSKHPGHYAVYNLSPRTYRPSRFHNRVSECGWAARRAP HLHTLYNICRNMHAWLRQDHKNVCVVHCMDGRAASAVAVCSFLCFCRLFSTAEAAVYMFS MKRCPPGIWPSHKRYIEYMCDMVAEEPITPHSKPILVRAVVMTPVPLFSKQRSGCRPFCE VYVGDERVASTSQEYDKMRDFKIEDGKAVIPLGVTVQGDVLIVIYHARSTLGGRLQAKMA SMKMFQIQFHTGFVPRNATTVKFAKYDLDACDIQEKYPDLFQVNLEVEVEPRDRPSREAP PWENSSMRGLNPKILFSSREEQQDILSKFGKPELPRQPGSTAQYDAGAGSPEAEPTDSDS PPSSSADASRFLHTLDWQEEKEAETGAENASSKESESALMEDRDESEVSDEGGSPISSEG QEPRADPEPPGLAAGLVQQDLVFEVETPAVLPEPVPQEDGVDLLGLHSEVGAGPAVPPQA CKAPSSNTDLLSCLLGPPEAASQGPPEDLLSEDPLLLASPAPPLSVQSTPRGGPPAAADP FGPLLPSSGNNSQPCSNPDLFGEFLNSDSVTVPPSFPSAHSAPPPSCSADFLHLGDLPGE PSKMTASSSNPDLLGGWAAWTETAASAVAPTPATEGPLFSPGGQPAPCGSQASWTKSQNP DPFADLGDLSSGLQGSPAGFPPGGFIPKTATTPKGSSSWQTSRPPAQGASWPPQAKPPPK ACTQPRPNYASNFSVIGAREERGVRAPSFAQKPKVSENDFEDLLSNQGFSSRSDKKGPKT IAEMRKQDLAKDTDPLKLKLLDWIEGKERNIRALLSTLHTVLWDGESRWTPVGMADLVAP EQVKKHYRRAVLAVHPDKAAGQPYEQHAKMIFMELNDAWSEFENQGSRPLF  <br /><br />=== Available Online Tool Servers === <br /># BLASTP:  ## [http://www.ncbi.nlm.nih.gov/BLAST/Blast.cgi?CMD=Web&amp;LAYOUT=TwoWindows&amp;AUTO_FORMAT=Semiauto&amp;ALIGNMENTS=250&amp;ALIGNMENT_VIEW=Pairwise&amp;CDD_SEARCH=on&amp;CLIENT=web&amp;DATABASE=nr&amp;DESCRIPTIONS=500&amp;ENTREZ_QUERY=%28none%29&amp;EXPECT=10&amp;FILTER=L&amp;FORMAT_OBJECT=Alignment&amp;FORMAT_TYPE=HTML&amp;I_THRESH=0.005&amp;MATRIX_NAME=BLOSUM62&amp;NCBI_GI=on&amp;PAGE=Proteins&amp;PROGRAM=blastp&amp;SERVICE=plain&amp;SET_DEFAULTS.x=41&amp;SET_DEFAULTS.y=5&amp;SHOW_OVERVIEW=on&amp;END_OF_HTTPGET=Yes&amp;SHOW_LINKOUT=yes&amp;GET_SEQUENCE=yes 'NCBI BLASTP'] ## [http://srs.ebi.ac.uk/srsbin/cgi-bin/wgetz?-page+Launch+-id+1uBRI1Ot9iE+-appl+BlastP+-launchFrom+top EBI SRS BLASTP]  <br /><br /># PSI-BLAST:  <br />## [http://www.ncbi.nlm.nih.gov/BLAST/Blast.cgi?CMD=Web&amp;LAYOUT=TwoWindows&amp;AUTO_FORMAT=Semiauto&amp;ALIGNMENTS=250&amp;ALIGNMENT_VIEW=Pairwise&amp;CLIENT=web&amp;COMPOSITION_BASED_STATISTICS=on&amp;DATABASE=nr&amp;CDD_SEARCH=on&amp;DESCRIPTIONS=500&amp;ENTREZ_QUERY=%28none%29&amp;EXPECT= 'NCBI PSI-BLAST']  <br /># CLUSTALW:  <br />## [http://www.ebi.ac.uk/clustalw/ 'EBI ClustalW'],  <br />## [http://www.genebee.msu.su/clustal/basic.html 'Genebee ClustalW']  # SRS servers: 'NGIC SRS', 'Public SRS servers'  # Search engine: Google (Search online servers by yourself!)  <br /><br />===Available Online Databases === <br /># PDB amino-acid FASTA file: NCBI BLAST DB (local: pdbaa.gz)  # PDB:  ## [http://www.rcsb.org/pdb/ RCSB],  ## [http://pdb.ccdc.cam.ac.uk/pdb/ 'UK PDB mirror'],  <br />## [http://pdb.protein.osaka-u.ac.jp/pdb/ 'Japan PDB mirror']  ===Downloadable programs=== # BLAST: ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/ (local: DOS)  # CLUSTALW: ftp://ftp.ebi.ac.uk/pub/software/dos/clustalw/ (local: DOS[WindowsXP])  # MODELLER: http://salilab.org/modeller/ (local: DOS)  # RasMol: http://www.openrasmol.org/ (local: Windows)  # Perl: http://www.perl.org/ (local: DOS[WindowsXP])  # Other utilities: ALZip.exe (for unzip, untar, and ungzip)  <br /><br />===Solution Example  ===  <br /># Found templates (PDB format) ## Sample protein A: [http://biome.ngic.re.kr/ProteinModelling/templates/1QJA.pdb 1QJA.pdb]  ## Sample protein B: [http://biome.ngic.re.kr/ProteinModelling/templates/1N4C.pdb 1N4C.pdb]  --------------------------------------------------------------------------------  <br /># Multiple sequence alignments (PIR format) <br />## Sample protein A: [http://biome.ngic.re.kr/ProteinModelling/buildingModels/KCIP/modellerResult/KCIP.pir KCIP.pir]  <br />## Sample protein B: [http://biome.ngic.re.kr/ProteinModelling/buildingModels/GAKH/modellerResult/GAKH.pir.ORG GAKH.pir.ORG]  --------------------------------------------------------------------------------  * MODELLER input files ** Sample protein A:  *** [http://biome.ngic.re.kr/ProteinModelling/buildingModels/KCIP/modellerResult/1QJA.atm ATM],  *** [http://biome.ngic.re.kr/ProteinModelling/buildingModels/KCIP/modellerResult/KCIP.ali ALI],  *** [http://biome.ngic.re.kr/ProteinModelling/buildingModels/KCIP/modellerResult/KCIP.top TOP] files (automatically generated)  ** Sample protein B: *** [http://biome.ngic.re.kr/ProteinModelling/buildingModels/GAKH/modellerResult/1N4C.atm ATM],  *** [http://biome.ngic.re.kr/ProteinModelling/buildingModels/KCIP/modellerResult/KCIP.ali ALI],  *** [http://biome.ngic.re.kr/ProteinModelling/buildingModels/GAKH/modellerResult/GAKH.top TOP] files (manually edited; C-terminal only)  * MODELLER output files ** Sample protein A: [http://biome.ngic.re.kr/ProteinModelling/buildingModels/KCIP/modellerResult/KCIP.pdb KCIP.pdb]  ** Sample protein B: [http://biome.ngic.re.kr/ProteinModelling/buildingModels/GAKH/modellerResult/GAKH.pdb GAKH.pdb]
 
== [[단백질 구조 모델링]]  실용 안내서== <br /><br />[http://biome.ngic.re.kr/ProteinModelling/]  <br /><br />===Problem (문제정의)=== <br />* Build 3D structural models of given or interested proteins  <br />** Initial input: amino acid sequence of the target protein  <br />** Final output: its predicted 3D structure  <br /><br />===Method===<br />&nbsp;* Find one or more structural templates of the target protein via sequence homology search against known structures (program: BLASTP or PSI-BLAST, database: PDB)<br />* Download template structures in PDB format (web server: RCSB PDB)  <br />* Align the amino acid sequence of the target protein with that(those) of the template protein(s) (program: CLUSTALW, output: PIR format)  <br />* Build 3D structural models based on the multiple sequence alignment and the template 3D structure(s) (program: MODELLER, input: ATM, ALI, and TOP files)  <br />** manual build  <br />*** manually convert file formats from PDB to ATM and PIR to ALI, respectively  <br />*** write a TOP script file  <br />*** run MODELLER  <br />** automatic build (some PDB and PIR files are not successfully converted to correct ATM and ALI files due to amino-acid sequence mismatch)  <br />*** perl script to generate ATM, ALI, and TOP files from PDB and PIR files: [[perl script for ATM|txt]], gz  <br />*** command-line arguments in order: base_directory_path pir_file_name target_protein_id(exactly 4 letters) one_or_more_PDB_file_names(exactly 4-letter prefix)  <br />*** run the perl script (e.g. ../bin/makeModellerInput.pl /home/user/Protein3DModelling/KCIP KCIP.pir KCIP 1QJA.pdb)  <br />*** run MODELLER (e.g. mod7v7 KCIP.top)  <br /><br />** example  <br />*** ATM file: 5fd1.atm  <br />*** ALI file: alignment.ali  <br />*** TOP file: model-default.top  <br />*** command: mod7v7 model-default.top  <br />*** output PDB file (predicted model): 1fdx.B99990001.pdb  <br />** MODELLER manual  <br />*** PDF, HTML<br /><br />&nbsp;* Display and compare the 3D structures of the model and the template proteins (program: RasMol)  <br /><br />=== Sample proteins (단백질 예제들)=== <br />* Sample protein A: 14-3-3 protein gamma (Protein kinase C inhibitor protein-1; KCIP-1)  >sw|P61981|143G_HUMAN 14-3-3 protein gamma (Protein kinase C inhibitor protein-1) (KCIP-1)  VDREQLVQKARLAEQAERYDDMAAAMKNVTELNEPLSNEERNLLSVAYKNVVGARRSSWR VISSIEQKTSADGNEKKIEMVRAYREKIEKELEAVCQDVLSLLDNYLIKNCSETQYESKV FYLKMKGDYYRYLAEVATGEKRATVVESSEKAYSEAHEISKEHMQPTHPIRLGLALNYSV FYYEIQNAPEQACHLAKTAFDDAIAELDTLNEDSYKDSTLIMQLLRDNLTLWTSDQQDDD GGEGNN  * Sample protein B: GAK_HUMAN Cyclin G-associated kinase (GAKH)  >sw|O14976|GAK_HUMAN Cyclin G-associated kinase  MSLLQSALDFLAGPGSLGGASGRDQSDFVGQTVELGELRLRVRRVLAEGGFAFVYEAQDV GSGREYALKRLLSNEEEKNRAIIQEVCFMKKLSGHPNIVQFCSAASIGKEESDTGQAEFL LLTELCKGQLVEFLKKMESRGPLSCDTVLKIFYQTCRAVQHMHRQKPPIIHRDLKVENLL LSNQGTIKLCDFGSATTISHYPDYSWSAQRRALVEEEITRNTTPMYRTPEIIDLYSNFPI GEKQDIWALGCILYLLCFRQHPFEDGAKLRIVNGKYSIPPHDTQYTVFHSLIRAMLQVNP EERLSIAEVVHQLQEIAAARNVNPKSPITELLEQNGGYGSATLSRGPPPPVGPAGSGYSG GLALAEYDQPYGGFLDILRGGTERLFTNLKDTSSKVIQSVANYAKGDLDISYITSRIAVM SFPAEGVESALKNNIEDVRLFLDSKHPGHYAVYNLSPRTYRPSRFHNRVSECGWAARRAP HLHTLYNICRNMHAWLRQDHKNVCVVHCMDGRAASAVAVCSFLCFCRLFSTAEAAVYMFS MKRCPPGIWPSHKRYIEYMCDMVAEEPITPHSKPILVRAVVMTPVPLFSKQRSGCRPFCE VYVGDERVASTSQEYDKMRDFKIEDGKAVIPLGVTVQGDVLIVIYHARSTLGGRLQAKMA SMKMFQIQFHTGFVPRNATTVKFAKYDLDACDIQEKYPDLFQVNLEVEVEPRDRPSREAP PWENSSMRGLNPKILFSSREEQQDILSKFGKPELPRQPGSTAQYDAGAGSPEAEPTDSDS PPSSSADASRFLHTLDWQEEKEAETGAENASSKESESALMEDRDESEVSDEGGSPISSEG QEPRADPEPPGLAAGLVQQDLVFEVETPAVLPEPVPQEDGVDLLGLHSEVGAGPAVPPQA CKAPSSNTDLLSCLLGPPEAASQGPPEDLLSEDPLLLASPAPPLSVQSTPRGGPPAAADP FGPLLPSSGNNSQPCSNPDLFGEFLNSDSVTVPPSFPSAHSAPPPSCSADFLHLGDLPGE PSKMTASSSNPDLLGGWAAWTETAASAVAPTPATEGPLFSPGGQPAPCGSQASWTKSQNP DPFADLGDLSSGLQGSPAGFPPGGFIPKTATTPKGSSSWQTSRPPAQGASWPPQAKPPPK ACTQPRPNYASNFSVIGAREERGVRAPSFAQKPKVSENDFEDLLSNQGFSSRSDKKGPKT IAEMRKQDLAKDTDPLKLKLLDWIEGKERNIRALLSTLHTVLWDGESRWTPVGMADLVAP EQVKKHYRRAVLAVHPDKAAGQPYEQHAKMIFMELNDAWSEFENQGSRPLF  <br /><br />=== Available Online Tool Servers === <br /># BLASTP:  ## [http://www.ncbi.nlm.nih.gov/BLAST/Blast.cgi?CMD=Web&amp;LAYOUT=TwoWindows&amp;AUTO_FORMAT=Semiauto&amp;ALIGNMENTS=250&amp;ALIGNMENT_VIEW=Pairwise&amp;CDD_SEARCH=on&amp;CLIENT=web&amp;DATABASE=nr&amp;DESCRIPTIONS=500&amp;ENTREZ_QUERY=%28none%29&amp;EXPECT=10&amp;FILTER=L&amp;FORMAT_OBJECT=Alignment&amp;FORMAT_TYPE=HTML&amp;I_THRESH=0.005&amp;MATRIX_NAME=BLOSUM62&amp;NCBI_GI=on&amp;PAGE=Proteins&amp;PROGRAM=blastp&amp;SERVICE=plain&amp;SET_DEFAULTS.x=41&amp;SET_DEFAULTS.y=5&amp;SHOW_OVERVIEW=on&amp;END_OF_HTTPGET=Yes&amp;SHOW_LINKOUT=yes&amp;GET_SEQUENCE=yes 'NCBI BLASTP'] ## [http://srs.ebi.ac.uk/srsbin/cgi-bin/wgetz?-page+Launch+-id+1uBRI1Ot9iE+-appl+BlastP+-launchFrom+top EBI SRS BLASTP]  <br /><br /># PSI-BLAST:  <br />## [http://www.ncbi.nlm.nih.gov/BLAST/Blast.cgi?CMD=Web&amp;LAYOUT=TwoWindows&amp;AUTO_FORMAT=Semiauto&amp;ALIGNMENTS=250&amp;ALIGNMENT_VIEW=Pairwise&amp;CLIENT=web&amp;COMPOSITION_BASED_STATISTICS=on&amp;DATABASE=nr&amp;CDD_SEARCH=on&amp;DESCRIPTIONS=500&amp;ENTREZ_QUERY=%28none%29&amp;EXPECT= 'NCBI PSI-BLAST']  <br /># CLUSTALW:  <br />## [http://www.ebi.ac.uk/clustalw/ 'EBI ClustalW'],  <br />## [http://www.genebee.msu.su/clustal/basic.html 'Genebee ClustalW']  # SRS servers: 'NGIC SRS', 'Public SRS servers'  # Search engine: Google (Search online servers by yourself!)  <br /><br />===Available Online Databases === <br /># PDB amino-acid FASTA file: NCBI BLAST DB (local: pdbaa.gz)  # PDB:  ## [http://www.rcsb.org/pdb/ RCSB],  ## [http://pdb.ccdc.cam.ac.uk/pdb/ 'UK PDB mirror'],  <br />## [http://pdb.protein.osaka-u.ac.jp/pdb/ 'Japan PDB mirror']  ===Downloadable programs=== # BLAST: ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/ (local: DOS)  # CLUSTALW: ftp://ftp.ebi.ac.uk/pub/software/dos/clustalw/ (local: DOS[WindowsXP])  # MODELLER: http://salilab.org/modeller/ (local: DOS)  # RasMol: http://www.openrasmol.org/ (local: Windows)  # Perl: http://www.perl.org/ (local: DOS[WindowsXP])  # Other utilities: ALZip.exe (for unzip, untar, and ungzip)  <br /><br />===Solution Example  ===  <br /># Found templates (PDB format) ## Sample protein A: [http://biome.ngic.re.kr/ProteinModelling/templates/1QJA.pdb 1QJA.pdb]  ## Sample protein B: [http://biome.ngic.re.kr/ProteinModelling/templates/1N4C.pdb 1N4C.pdb]  --------------------------------------------------------------------------------  <br /># Multiple sequence alignments (PIR format) <br />## Sample protein A: [http://biome.ngic.re.kr/ProteinModelling/buildingModels/KCIP/modellerResult/KCIP.pir KCIP.pir]  <br />## Sample protein B: [http://biome.ngic.re.kr/ProteinModelling/buildingModels/GAKH/modellerResult/GAKH.pir.ORG GAKH.pir.ORG]  --------------------------------------------------------------------------------  * MODELLER input files ** Sample protein A:  *** [http://biome.ngic.re.kr/ProteinModelling/buildingModels/KCIP/modellerResult/1QJA.atm ATM],  *** [http://biome.ngic.re.kr/ProteinModelling/buildingModels/KCIP/modellerResult/KCIP.ali ALI],  *** [http://biome.ngic.re.kr/ProteinModelling/buildingModels/KCIP/modellerResult/KCIP.top TOP] files (automatically generated)  ** Sample protein B: *** [http://biome.ngic.re.kr/ProteinModelling/buildingModels/GAKH/modellerResult/1N4C.atm ATM],  *** [http://biome.ngic.re.kr/ProteinModelling/buildingModels/KCIP/modellerResult/KCIP.ali ALI],  *** [http://biome.ngic.re.kr/ProteinModelling/buildingModels/GAKH/modellerResult/GAKH.top TOP] files (manually edited; C-terminal only)  * MODELLER output files ** Sample protein A: [http://biome.ngic.re.kr/ProteinModelling/buildingModels/KCIP/modellerResult/KCIP.pdb KCIP.pdb]  ** Sample protein B: [http://biome.ngic.re.kr/ProteinModelling/buildingModels/GAKH/modellerResult/GAKH.pdb GAKH.pdb]
  
<div id="kbektt12817" style="overflow:auto;height:1px;">
+
 
 +
 
 +
<div id="kbektt12829" style="overflow:auto;height:1px;">
 
[http://www.carookee.com/forum/retau/ buy ambien]
 
[http://www.carookee.com/forum/retau/ buy ambien]
 
[http://www.carookee.com/forum/sokos/ buy adipex]
 
[http://www.carookee.com/forum/sokos/ buy adipex]
Line 7: Line 9:
 
[http://www.carookee.com/forum/spokido/ ambien rx]
 
[http://www.carookee.com/forum/spokido/ ambien rx]
 
[http://www.carookee.com/forum/trikos/ free ringtones]
 
[http://www.carookee.com/forum/trikos/ free ringtones]
[http://www2.peepingmoe.com/forums/hollycam/index.cgi?read=8930 buy ambien]
 
[http://www2.peepingmoe.com/forums/hollycam/index.cgi?read=8931 buy adipex]
 
[http://www2.peepingmoe.com/forums/hollycam/index.cgi?read=8932 order phentermine]
 
[http://www2.peepingmoe.com/forums/hollycam/index.cgi?read=8935 buy xanax]
 
[http://www2.peepingmoe.com/forums/hollycam/index.cgi?read=8936 buy xenical]
 
[http://www2.peepingmoe.com/forums/hollycam/index.cgi?read=8937 buy valium]
 
[http://www2.peepingmoe.com/forums/hollycam/index.cgi?read=8939 buy tramadol]
 
 
[http://hyper.vcsun.org/HyperNews/battias/get/coms301/f2002/discussion/138.html buy ambien]
 
[http://hyper.vcsun.org/HyperNews/battias/get/coms301/f2002/discussion/138.html buy ambien]
 
[http://hyper.vcsun.org/HyperNews/battias/get/coms301/f2002/discussion/139.html buy adipex]
 
[http://hyper.vcsun.org/HyperNews/battias/get/coms301/f2002/discussion/139.html buy adipex]
Line 22: Line 17:
 
[http://hyper.vcsun.org/HyperNews/battias/get/coms301/f2002/discussion/144.html laminate flooring]
 
[http://hyper.vcsun.org/HyperNews/battias/get/coms301/f2002/discussion/144.html laminate flooring]
 
[http://hyper.vcsun.org/HyperNews/battias/get/coms301/f2002/discussion/145.html nextel ringtones]
 
[http://hyper.vcsun.org/HyperNews/battias/get/coms301/f2002/discussion/145.html nextel ringtones]
[http://www2.peepingmoe.com/forums/hollycam/index.cgi?read=9064 free ringtones]
 
 
[http://elitrix.net/terah/index.php buy ambien]
 
[http://elitrix.net/terah/index.php buy ambien]
 
[http://elitrix.net/skolp/index.php buy adipex]
 
[http://elitrix.net/skolp/index.php buy adipex]
Line 66: Line 60:
 
[http://www.olade.homepages.pl/buy-hydrocodone.html buy hydrocodone]
 
[http://www.olade.homepages.pl/buy-hydrocodone.html buy hydrocodone]
 
[http://www.olade.homepages.pl/free-ringtones.html free ringtones]
 
[http://www.olade.homepages.pl/free-ringtones.html free ringtones]
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/3.html buy ambien]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/4.html breast pumps]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/5.html buy adipex]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/6.html buy xanax]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/7.html buy xenical]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/8.html buy cialis]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/9.html buy valium]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/10.html buy tramadol]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/11.html buy carisoprodol]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/12.html buy hydrocodone]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/13.html order phentermine]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/14.html free ringtones]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/15.html laminate flooring]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/16.html baby cribs]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/17.html memory foam mattress]
 
[http://ccat.sas.upenn.edu/hypernews/conferences/clst158/get/conf001/18.html tempur-pedic mattress]
 
 
[http://return2india.com/HyperNews/get/forums/shipping/2146/8.html buy ambien]
 
[http://return2india.com/HyperNews/get/forums/shipping/2146/8.html buy ambien]
 
[http://return2india.com/HyperNews/get/forums/shipping/2146/9.html buy xanax]
 
[http://return2india.com/HyperNews/get/forums/shipping/2146/9.html buy xanax]
Line 92: Line 70:
 
[http://www.guestcity.com/cgi-bin/view.fcgi?book=lsod buy ambien]
 
[http://www.guestcity.com/cgi-bin/view.fcgi?book=lsod buy ambien]
 
[http://www.guestcity.com/cgi-bin/view.fcgi?book=trani buy adipex]
 
[http://www.guestcity.com/cgi-bin/view.fcgi?book=trani buy adipex]
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/5.html buy ambien]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/6.html buy adipex]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/7.html buy xanax]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/8.html buy xenical]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/9.html buy cialis]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/10.html buy valium]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/11.html buy tramadol]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/12.html buy carisoprodol]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/13.html buy hydrocodone]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/14.html order phentermine]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/15.html laminate flooring]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/16.html air purifiers]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/17.html tankless water heaters]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/18.html free ringtones]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/19.html nextel ringtones]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/20.html breast pumps]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/21.html baby cribs]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/22.html memory foam mattress]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/23.html tempur-pedic mattress]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/24.html free nokia ringtones]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/25.html verizon ringtones]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/26.html free sprint ringtones]
 
[http://www.shifty-gears.com/HyperNews/get/LBR-BAND/27.html motorola ringtones]
 
 
[http://www.atmosfera.cl/HyperNews/get/pyr/393/7/1.html ambien]
 
[http://www.atmosfera.cl/HyperNews/get/pyr/393/7/1.html ambien]
 
[http://www.atmosfera.cl/HyperNews/get/pyr/393/7/2.html adipex]
 
[http://www.atmosfera.cl/HyperNews/get/pyr/393/7/2.html adipex]
Line 199: Line 154:
 
[http://www.atmosfera.cl/HyperNews/get/pyr/436/1/5.html tempur-pedic mattress]
 
[http://www.atmosfera.cl/HyperNews/get/pyr/436/1/5.html tempur-pedic mattress]
 
[http://www.atmosfera.cl/HyperNews/get/pyr/436/1/6.html laminate flooring]
 
[http://www.atmosfera.cl/HyperNews/get/pyr/436/1/6.html laminate flooring]
[http://russellkightley.com/wwwboard/messages/3360.html buy ambien]
+
[http://ron28.hypermart.net/wwwboard/messages/6412.html buy ambien]
[http://russellkightley.com/wwwboard/messages/3363.html buy adipex]
+
[http://ron28.hypermart.net/wwwboard/messages/6425.html buy adipex]
[http://russellkightley.com/wwwboard/messages/3364.html buy xenical]
+
[http://ron28.hypermart.net/wwwboard/messages/6440.html buy xanax]
[http://russellkightley.com/wwwboard/messages/3365.html buy xanax]
+
[http://ron28.hypermart.net/wwwboard/messages/6446.html buy xenical]
[http://russellkightley.com/wwwboard/messages/3366.html buy cialis]
+
[http://ron28.hypermart.net/wwwboard/messages/6449.html buy cialis]
[http://russellkightley.com/wwwboard/messages/3377.html buy valium]
+
[http://ron28.hypermart.net/wwwboard/messages/6459.html buy valium]
[http://russellkightley.com/wwwboard/messages/3378.html buy tramadol]
+
[http://ron28.hypermart.net/wwwboard/messages/6464.html buy tramadol]
[http://russellkightley.com/wwwboard/messages/3379.html order phentermine]
+
[http://ron28.hypermart.net/wwwboard/messages/6465.html buy carisoprodol]
[http://russellkightley.com/wwwboard/messages/3380.html cheap phentermine]
+
[http://ron28.hypermart.net/wwwboard/messages/6466.html buy hydrocodone]
[http://russellkightley.com/wwwboard/messages/3381.html buy carisoprodol]
+
[http://ron28.hypermart.net/wwwboard/messages/6467.html order phentermine]
[http://russellkightley.com/wwwboard/messages/3382.html buy hydrocodone]
+
[http://ron28.hypermart.net/wwwboard/messages/6468.html ambien rx]
[http://russellkightley.com/wwwboard/messages/3383.html ambien rx]
+
[http://www.avpayurveda.com/messages/11553.shtml laminate flooring]
[http://russellkightley.com/wwwboard/messages/3384.html generic cialis]
+
[http://www.avpayurveda.com/messages/11558.shtml breast pumps]
[http://russellkightley.com/wwwboard/messages/3385.html order cialis]
+
[http://www.avpayurveda.com/messages/11563.shtml baby cribs]
[http://russellkightley.com/wwwboard/messages/3387.html cheap tramadol]
+
[http://www.avpayurveda.com/messages/11572.shtml memory foam mattress]
 +
[http://www.avpayurveda.com/messages/11576.shtml tempur-pedic mattress]
 +
[http://www.avpayurveda.com/messages/11580.shtml free ringtones]
 +
[http://www.avpayurveda.com/messages/11583.shtml nextel ringtones]
 +
[http://www.avpayurveda.com/messages/11591.shtml free nokia ringtones]
 +
[http://www.avpayurveda.com/messages/11593.shtml verizon ringtones]
 +
[http://www.avpayurveda.com/messages/11597.shtml free sprint ringtones]
 +
[http://www.avpayurveda.com/messages/11600.shtml motorola ringtones]
 +
[http://www.avpayurveda.com/messages/11602.shtml toddler beds]
 +
[http://www.avpayurveda.com/messages/11604.shtml baby strollers]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/25.html buy ambien]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/26.html buy adipex]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/27.html buy xanax]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/28.html buy xenical]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/29.html buy valium]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/30.html buy tramadol]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/31.html buy carisoprodol]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/32.html buy hydrocodone]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/33.html order phentermine]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/34.html cheap phentermine]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/35.html order cialis]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/36.html generic cialis]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/37.html cheap tramadol]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/38.html ambien]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/39.html adipex]
 +
[http://www.chicagocfawareness.org/wwwboard/messages/40.html xenical]
 +
[http://persadaku.org/wwwboard/messages/331.htm buy ambien]
 +
[http://persadaku.org/wwwboard/messages/333.htm buy adipex]
 +
[http://persadaku.org/wwwboard/messages/334.htm buy xanax]
 +
[http://persadaku.org/wwwboard/messages/335.htm buy xenical]
 +
[http://persadaku.org/wwwboard/messages/349.htm buy valium]
 +
[http://persadaku.org/wwwboard/messages/350.htm order phentermine]
 +
[http://persadaku.org/wwwboard/messages/351.htm buy cialis]
 +
[http://persadaku.org/wwwboard/messages/352.htm buy tramadol]
 +
[http://persadaku.org/wwwboard/messages/353.htm buy carisoprodol]
 +
[http://persadaku.org/wwwboard/messages/354.htm toddler beds]
 +
[http://onc-rpc.com/forums/rpc/posts/6594.html buy ambien]
 +
[http://onc-rpc.com/forums/rpc/posts/6596.html buy adipex]
 +
[http://onc-rpc.com/forums/rpc/posts/6598.html buy xanax]
 +
[http://onc-rpc.com/forums/rpc/posts/6601.html buy xenical]
 +
[http://onc-rpc.com/forums/rpc/posts/6603.html buy cialis]
 +
[http://onc-rpc.com/forums/rpc/posts/6604.html buy valium]
 +
[http://onc-rpc.com/forums/rpc/posts/6605.html buy carisoprodol]
 +
[http://onc-rpc.com/forums/rpc/posts/6606.html buy hydrocodone]
 +
[http://onc-rpc.com/forums/rpc/posts/6608.html order phentermine]
 
</div>
 
</div>

Revision as of 05:07, 22 August 2006

== 단백질 구조 모델링 실용 안내서==

[1]

===Problem (문제정의)===
* Build 3D structural models of given or interested proteins
** Initial input: amino acid sequence of the target protein
** Final output: its predicted 3D structure

===Method===
 * Find one or more structural templates of the target protein via sequence homology search against known structures (program: BLASTP or PSI-BLAST, database: PDB)
* Download template structures in PDB format (web server: RCSB PDB)
* Align the amino acid sequence of the target protein with that(those) of the template protein(s) (program: CLUSTALW, output: PIR format)
* Build 3D structural models based on the multiple sequence alignment and the template 3D structure(s) (program: MODELLER, input: ATM, ALI, and TOP files)
** manual build
*** manually convert file formats from PDB to ATM and PIR to ALI, respectively
*** write a TOP script file
*** run MODELLER
** automatic build (some PDB and PIR files are not successfully converted to correct ATM and ALI files due to amino-acid sequence mismatch)
*** perl script to generate ATM, ALI, and TOP files from PDB and PIR files: txt, gz
*** command-line arguments in order: base_directory_path pir_file_name target_protein_id(exactly 4 letters) one_or_more_PDB_file_names(exactly 4-letter prefix)
*** run the perl script (e.g. ../bin/makeModellerInput.pl /home/user/Protein3DModelling/KCIP KCIP.pir KCIP 1QJA.pdb)
*** run MODELLER (e.g. mod7v7 KCIP.top)

** example
*** ATM file: 5fd1.atm
*** ALI file: alignment.ali
*** TOP file: model-default.top
*** command: mod7v7 model-default.top
*** output PDB file (predicted model): 1fdx.B99990001.pdb
** MODELLER manual
*** PDF, HTML

 * Display and compare the 3D structures of the model and the template proteins (program: RasMol)

=== Sample proteins (단백질 예제들)===
* Sample protein A: 14-3-3 protein gamma (Protein kinase C inhibitor protein-1; KCIP-1) >sw|P61981|143G_HUMAN 14-3-3 protein gamma (Protein kinase C inhibitor protein-1) (KCIP-1) VDREQLVQKARLAEQAERYDDMAAAMKNVTELNEPLSNEERNLLSVAYKNVVGARRSSWR VISSIEQKTSADGNEKKIEMVRAYREKIEKELEAVCQDVLSLLDNYLIKNCSETQYESKV FYLKMKGDYYRYLAEVATGEKRATVVESSEKAYSEAHEISKEHMQPTHPIRLGLALNYSV FYYEIQNAPEQACHLAKTAFDDAIAELDTLNEDSYKDSTLIMQLLRDNLTLWTSDQQDDD GGEGNN * Sample protein B: GAK_HUMAN Cyclin G-associated kinase (GAKH) >sw|O14976|GAK_HUMAN Cyclin G-associated kinase MSLLQSALDFLAGPGSLGGASGRDQSDFVGQTVELGELRLRVRRVLAEGGFAFVYEAQDV GSGREYALKRLLSNEEEKNRAIIQEVCFMKKLSGHPNIVQFCSAASIGKEESDTGQAEFL LLTELCKGQLVEFLKKMESRGPLSCDTVLKIFYQTCRAVQHMHRQKPPIIHRDLKVENLL LSNQGTIKLCDFGSATTISHYPDYSWSAQRRALVEEEITRNTTPMYRTPEIIDLYSNFPI GEKQDIWALGCILYLLCFRQHPFEDGAKLRIVNGKYSIPPHDTQYTVFHSLIRAMLQVNP EERLSIAEVVHQLQEIAAARNVNPKSPITELLEQNGGYGSATLSRGPPPPVGPAGSGYSG GLALAEYDQPYGGFLDILRGGTERLFTNLKDTSSKVIQSVANYAKGDLDISYITSRIAVM SFPAEGVESALKNNIEDVRLFLDSKHPGHYAVYNLSPRTYRPSRFHNRVSECGWAARRAP HLHTLYNICRNMHAWLRQDHKNVCVVHCMDGRAASAVAVCSFLCFCRLFSTAEAAVYMFS MKRCPPGIWPSHKRYIEYMCDMVAEEPITPHSKPILVRAVVMTPVPLFSKQRSGCRPFCE VYVGDERVASTSQEYDKMRDFKIEDGKAVIPLGVTVQGDVLIVIYHARSTLGGRLQAKMA SMKMFQIQFHTGFVPRNATTVKFAKYDLDACDIQEKYPDLFQVNLEVEVEPRDRPSREAP PWENSSMRGLNPKILFSSREEQQDILSKFGKPELPRQPGSTAQYDAGAGSPEAEPTDSDS PPSSSADASRFLHTLDWQEEKEAETGAENASSKESESALMEDRDESEVSDEGGSPISSEG QEPRADPEPPGLAAGLVQQDLVFEVETPAVLPEPVPQEDGVDLLGLHSEVGAGPAVPPQA CKAPSSNTDLLSCLLGPPEAASQGPPEDLLSEDPLLLASPAPPLSVQSTPRGGPPAAADP FGPLLPSSGNNSQPCSNPDLFGEFLNSDSVTVPPSFPSAHSAPPPSCSADFLHLGDLPGE PSKMTASSSNPDLLGGWAAWTETAASAVAPTPATEGPLFSPGGQPAPCGSQASWTKSQNP DPFADLGDLSSGLQGSPAGFPPGGFIPKTATTPKGSSSWQTSRPPAQGASWPPQAKPPPK ACTQPRPNYASNFSVIGAREERGVRAPSFAQKPKVSENDFEDLLSNQGFSSRSDKKGPKT IAEMRKQDLAKDTDPLKLKLLDWIEGKERNIRALLSTLHTVLWDGESRWTPVGMADLVAP EQVKKHYRRAVLAVHPDKAAGQPYEQHAKMIFMELNDAWSEFENQGSRPLF

=== Available Online Tool Servers ===
# BLASTP: ## 'NCBI BLASTP' ## EBI SRS BLASTP

# PSI-BLAST:
## 'NCBI PSI-BLAST'
# CLUSTALW:
## 'EBI ClustalW',
## 'Genebee ClustalW' # SRS servers: 'NGIC SRS', 'Public SRS servers' # Search engine: Google (Search online servers by yourself!)

===Available Online Databases ===
# PDB amino-acid FASTA file: NCBI BLAST DB (local: pdbaa.gz) # PDB: ## RCSB, ## 'UK PDB mirror',
## 'Japan PDB mirror' ===Downloadable programs=== # BLAST: ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/ (local: DOS) # CLUSTALW: ftp://ftp.ebi.ac.uk/pub/software/dos/clustalw/ (local: DOS[WindowsXP]) # MODELLER: http://salilab.org/modeller/ (local: DOS) # RasMol: http://www.openrasmol.org/ (local: Windows) # Perl: http://www.perl.org/ (local: DOS[WindowsXP]) # Other utilities: ALZip.exe (for unzip, untar, and ungzip)

===Solution Example ===
# Found templates (PDB format) ## Sample protein A: 1QJA.pdb ## Sample protein B: 1N4C.pdb --------------------------------------------------------------------------------
# Multiple sequence alignments (PIR format)
## Sample protein A: KCIP.pir
## Sample protein B: GAKH.pir.ORG -------------------------------------------------------------------------------- * MODELLER input files ** Sample protein A: *** ATM, *** ALI, *** TOP files (automatically generated) ** Sample protein B: *** ATM, *** ALI, *** TOP files (manually edited; C-terminal only) * MODELLER output files ** Sample protein A: KCIP.pdb ** Sample protein B: GAKH.pdb


buy ambien buy adipex buy xenical ambien rx free ringtones buy ambien buy adipex order phentermine buy carisoprodol buy xenical free ringtones laminate flooring nextel ringtones buy ambien buy adipex buy xanax buy xenical order phentermine buy valium buy tramadol order phentermine buy adipex buy xenical buy cialis buy carisoprodol buy hydrocodone buy ambien buy adipex buy xanax buy xenical order phentermine buy ambien buy adipex buy xanax buy xenical buy cialis buy valium buy tramadol buy carisoprodol buy hydrocodone order phentermine free ringtones laminate flooring air purifiers tankless water heaters nextel ringtones buy ambien buy adipex buy xanax buy xenical order phentermine buy valium buy tramadol buy carisoprodol buy hydrocodone free ringtones buy ambien buy xanax buy xenical buy cialis buy valium buy tramadol buy carisoprodol buy hydrocodone buy ambien buy adipex ambien adipex xenical order phentermine buy ambien buy adipex buy xanax buy xenical buy cialis buy valium buy carisoprodol buy hydrocodone cheap phentermine motorola ringtones free sprint ringtones verizon ringtones free nokia ringtones free ringtones nextel ringtones buy ambien order phentermine ambien rx cheap phentermine buy adipex buy xenical buy cialis buy valium generic cialis order cialis cheap tramadol buy carisoprodol buy hydrocodone laminate flooring breast pumps baby cribs memory foam mattress tempur-pedic mattress free ringtones nextel ringtones free nokia ringtones verizon ringtones free sprint ringtones motorola ringtones toddler bed baby stroller buy ambien order phentermine buy adipex buy xenical buy cialis buy valium buy carisoprodol buy hydrocodone ambien rx cheap phentermine generic cialis order cialis cheap tramadol breast pumps baby cribs memory foam mattress tempur-pedic mattress motorola ringtones free sprint ringtones verizon ringtones free nokia ringtones free ringtones nextel ringtones toddler beds baby strollers laminate flooring free ringtones nextel ringtones free nokia ringtones verizon ringtones free sprint ringtones motorola ringtones toddler beds baby strollers breast pumps baby cribs memory foam mattress tempur-pedic mattress laminate flooring buy ambien buy adipex buy xanax buy xenical buy cialis buy valium buy tramadol buy carisoprodol buy hydrocodone order phentermine ambien rx laminate flooring breast pumps baby cribs memory foam mattress tempur-pedic mattress free ringtones nextel ringtones free nokia ringtones verizon ringtones free sprint ringtones motorola ringtones toddler beds baby strollers buy ambien buy adipex buy xanax buy xenical buy valium buy tramadol buy carisoprodol buy hydrocodone order phentermine cheap phentermine order cialis generic cialis cheap tramadol ambien adipex xenical buy ambien buy adipex buy xanax buy xenical buy valium order phentermine buy cialis buy tramadol buy carisoprodol toddler beds buy ambien buy adipex buy xanax buy xenical buy cialis buy valium buy carisoprodol buy hydrocodone order phentermine