Difference between revisions of "Task 8: Sequence-based mutation analysis"
From Bioinformatikpedia
(Created page with "Lab journal task 8") |
|||
Line 1: | Line 1: | ||
+ | |||
+ | <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> |
||
+ | |||
+ | |||
+ | |||
[[Lab journal task 8]] |
[[Lab journal task 8]] |
||
+ | |||
+ | |||
+ | == Mutation selection == |
||
+ | |||
+ | <figtable id="selected structures"> |
||
+ | {|class="colBasic2" |
||
+ | !colspan= "3" | mutation |
||
+ | ! nucleotide change | amino acid change |
||
+ | |- |
||
+ | | || Val53Met |
||
+ | |- |
||
+ | | || H63D |
||
+ | |- |
||
+ | | || Arg67His |
||
+ | |- |
||
+ | | || Met97Ile |
||
+ | |- |
||
+ | | || Asn130Ser |
||
+ | |- |
||
+ | | || Glu168Gln |
||
+ | |- |
||
+ | | || Leu183Pro |
||
+ | |- |
||
+ | | || Thr217Ile |
||
+ | |- |
||
+ | | || C282Y |
||
+ | |- |
||
+ | | || Arg330Met |
||
+ | |- |
||
+ | |+ style="caption-side: bottom; text-align: left" |<font size=2>'''Table 1:''' Table of the selected pdb structures, the chain, the CATH annotation, their sequence identity to the refeerence 1A6Z_A and the protein type. |
||
+ | |} |
||
+ | </figtable> |
Revision as of 15:23, 22 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>
Mutation selection
<figtable id="selected structures">
mutation | amino acid change | ||
---|---|---|---|
Val53Met | |||
H63D | |||
Arg67His | |||
Met97Ile | |||
Asn130Ser | |||
Glu168Gln | |||
Leu183Pro | |||
Thr217Ile | |||
C282Y | |||
Arg330Met |
</figtable>