Skip to content

Commit 1c3b690

Browse files
kohchuanhockandreasprlic
authored andcommitted
Change to wiki page
1 parent 4614355 commit 1c3b690

File tree

2 files changed

+19
-22
lines changed

2 files changed

+19
-22
lines changed

_wikis/BioJava:CookBook:AAPROP:profeat.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ title: BioJava:CookBook:AAPROP:profeat
77
BioJava provides a set of APIs to generate PROFEAT properties.
88
PROFEAT generate properties of a protein sequence based on its
99
converted attributes.
10-
\* The seven different attributes are
1110

12-
`* Hydrophobicity (Polar, Neutral, Hydrophobicity)`
13-
` * Normalized van der Waals volume (Range 0 - 2.78, 2.95 - 4.0, 4.03 - 8.08)`
14-
` * Polarity (Value 4.9 - 6.2, 8.0 - 9.2, 10.4 - 13.0)`
15-
` * Polarizability (Value 0 - 1.08, 0.128 - 0.186, 0.219 - 0.409)`
16-
` * Charge (Positive, Neutral, Negative)`
17-
` * Secondary structure (Helix, Strand, Coil)`
18-
` * Solvent accessibility (Buried, Exposed, Intermediate)`
11+
- The seven different attributes are
12+
- Hydrophobicity (Polar, Neutral, Hydrophobicity)
13+
- Normalized van der Waals volume (Range 0 - 2.78, 2.95 - 4.0, 4.03 -
14+
8.08)
15+
- Polarity (Value 4.9 - 6.2, 8.0 - 9.2, 10.4 - 13.0)
16+
- Polarizability (Value 0 - 1.08, 0.128 - 0.186, 0.219 - 0.409)
17+
- Charge (Positive, Neutral, Negative)
18+
- Secondary structure (Helix, Strand, Coil)
19+
- Solvent accessibility (Buried, Exposed, Intermediate)
1920

2021
Please see
2122
[PROFEAT](http://nar.oxfordjournals.org/content/34/suppl_2/W32.abstract)
@@ -60,10 +61,6 @@ a:attribute2Transition2Double.keySet()){
6061

6162
} </java>
6263

63-
(See also: [How to define the XML files to customize mass of Amino Acids
64-
in the computation of Molecular
65-
Weight?](BioJava:CookBook:AAPROP:xmlfiles "wikilink"))
66-
6764
Short Example 3: Computing the position with respect to the sequence where the given distribution of the grouping can be found
6865
------------------------------------------------------------------------------------------------------------------------------
6966

_wikis/BioJava:CookBook:AAPROP:profeat.mediawiki

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
BioJava provides a set of APIs to generate PROFEAT properties.<br>
44

55
PROFEAT generate properties of a protein sequence based on its converted attributes.<br/>
6-
* The seven different attributes are<p/>
7-
* Hydrophobicity (Polar, Neutral, Hydrophobicity)<br/>
8-
* Normalized van der Waals volume (Range 0 - 2.78, 2.95 - 4.0, 4.03 - 8.08)<br/>
9-
* Polarity (Value 4.9 - 6.2, 8.0 - 9.2, 10.4 - 13.0)<br/>
10-
* Polarizability (Value 0 - 1.08, 0.128 - 0.186, 0.219 - 0.409)<br/>
11-
* Charge (Positive, Neutral, Negative)<br/>
12-
* Secondary structure (Helix, Strand, Coil)<br/>
13-
* Solvent accessibility (Buried, Exposed, Intermediate)<br/>
6+
<ul>
7+
<li>The seven different attributes are</li>
8+
<li>Hydrophobicity (Polar, Neutral, Hydrophobicity)</li>
9+
<li>Normalized van der Waals volume (Range 0 - 2.78, 2.95 - 4.0, 4.03 - 8.08)</li>
10+
<li>Polarity (Value 4.9 - 6.2, 8.0 - 9.2, 10.4 - 13.0)</li>
11+
<li>Polarizability (Value 0 - 1.08, 0.128 - 0.186, 0.219 - 0.409)</li>
12+
<li>Charge (Positive, Neutral, Negative)</li>
13+
<li>Secondary structure (Helix, Strand, Coil)</li>
14+
<li>Solvent accessibility (Buried, Exposed, Intermediate)</li>
15+
</ul>
1416

1517
Please see [http://nar.oxfordjournals.org/content/34/suppl_2/W32.abstract PROFEAT] for more information about these properties.<br>
1618

@@ -47,8 +49,6 @@ for(ATTRIBUTE a:attribute2Transition2Double.keySet()){
4749
}
4850
</java>
4951

50-
(See also: [[BioJava:CookBook:AAPROP:xmlfiles|How to define the XML files to customize mass of Amino Acids in the computation of Molecular Weight?]])
51-
5252
==Short Example 3: Computing the position with respect to the sequence where the given distribution of the grouping can be found==
5353

5454
<java>

0 commit comments

Comments
 (0)