Skip to content

Commit 0f640de

Browse files
committed
more docu
1 parent 36db6a4 commit 0f640de

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

structure/special.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Chromophores
88

9-
A chromophore is the part of a molecule responsible for its color. Several proteins, such as GFP contain a chromopohre that consists of three modified residues. BioJava represents this as a single group in terms of atoms, however as three amino acids when creating the amino acid sequences.
9+
A [http://en.wikipedia.org/wiki/Chromophore](chromophore) is the part of a molecule responsible for its color. Several proteins, such as GFP contain a chromopohre that consists of three modified residues. BioJava represents this as a single group in terms of atoms, however as three amino acids when creating the amino acid sequences.
1010

1111
```java
1212

@@ -46,6 +46,21 @@ A chromophore is the part of a molecule responsible for its color. Several prote
4646
}
4747
```
4848

49+
This will give this output
50+
51+
```
52+
note 'DYG' at position 66
53+
60
54+
...01234567890
55+
...AAFDYGNRVFTEY...
56+
57+
...
58+
62 65 PHE amino F L-PEPTIDE LINKING
59+
63 66 DYG amino DYG L-PEPTIDE LINKING
60+
64 69 ASN amino N L-PEPTIDE LINKING
61+
...
62+
```
63+
4964
## Microheterogeneity
5065

5166

0 commit comments

Comments
 (0)