Difference between revisions of "Lab journal task 4"
From Bioinformatikpedia
(Created page with "The following four alignment methods were used: LGA: http://proteinmodel.org/AS2TS/LGA/lga.html SSAP: http://protein.hbu.cn/cath/cathwww.biochem.ucl.ac.uk/cgi-bin/cath/GetSsapR…") |
|||
Line 1: | Line 1: | ||
+ | <css> |
||
− | The following four alignment methods were used: |
||
+ | table.colBasic2 { |
||
+ | margin-left: auto; |
||
+ | margin-right: auto; |
||
+ | border: 2px solid black; |
||
+ | border-collapse:collapse; |
||
+ | width: 70%; |
||
+ | } |
||
+ | .colBasic2 th,td { |
||
+ | padding: 3px; |
||
+ | border: 2px solid black; |
||
+ | } |
||
+ | |||
+ | .colBasic2 td { |
||
+ | text-align:left; |
||
+ | } |
||
+ | |||
+ | .colBasic2 tr th { background-color:#efefef; color: black;} |
||
+ | .colBasic2 tr:first-child th { background-color:#adceff; color:black;} |
||
+ | |||
+ | </css> |
||
+ | |||
+ | |||
+ | The following four alignment methods were used: |
||
+ | {|class="colBasic2" |
||
− | LGA: http://proteinmodel.org/AS2TS/LGA/lga.html |
||
+ | ! method name || location |
||
− | SSAP: http://protein.hbu.cn/cath/cathwww.biochem.ucl.ac.uk/cgi-bin/cath/GetSsapRasmol.html |
||
+ | |- |
||
− | TopMatch: https://topmatch.services.came.sbg.ac.at/ |
||
− | + | |LGA || http://proteinmodel.org/AS2TS/LGA/lga.html |
|
+ | |- |
||
+ | | SSAP || http://protein.hbu.cn/cath/cathwww.biochem.ucl.ac.uk/cgi-bin/cath/GetSsapRasmol.html |
||
+ | |- |
||
+ | | TopMatch || https://topmatch.services.came.sbg.ac.at/ |
||
+ | |- |
||
+ | | CE || http://source.rcsb.org/jfatcatserver/index.jsp |
||
+ | |- |
Revision as of 12:21, 9 August 2013
<css> table.colBasic2 { margin-left: auto; margin-right: auto; border: 2px solid black; border-collapse:collapse; width: 70%; }
.colBasic2 th,td { padding: 3px; border: 2px solid black; }
.colBasic2 td { text-align:left; }
.colBasic2 tr th { background-color:#efefef; color: black;} .colBasic2 tr:first-child th { background-color:#adceff; color:black;}
</css>
The following four alignment methods were used: