@@ -7,15 +7,16 @@ title: BioJava:CookBook:AAPROP:profeat
77BioJava provides a set of APIs to generate PROFEAT properties.
88 PROFEAT generate properties of a protein sequence based on its
99converted 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
2021Please 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-
6764Short Example 3: Computing the position with respect to the sequence where the given distribution of the grouping can be found
6865------------------------------------------------------------------------------------------------------------------------------
6966
0 commit comments