You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: structure/firststeps.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
First Steps
2
2
===========
3
3
4
-
## First steps
4
+
## First Steps
5
5
6
6
The simplest way to load a PDB file is by using the [StructureIO](http://www.biojava.org/docs/api/org/biojava/nbio/structure/StructureIO.html) class.
7
7
@@ -40,7 +40,7 @@ If you already have a local PDB installation, you can configure where BioJava sh
40
40
-DPDB_DIR=/wherever/you/want/
41
41
</pre>
42
42
43
-
## Memory consumption
43
+
## Memory Consumption
44
44
45
45
Talking about startup properties, it is also good to mention the fact that many PDB entries are large molecules and the default 64k memory allowance for Java applications is not sufficient in many cases. BioJava contains several built-in caches which automatically adjust to the available memory. As such, the more memory you grant your Java applicaiton, the better it can utilize the caches and the better the performance will be. Change the maximum heap space of your Java VM with this startup parameter:
46
46
@@ -86,7 +86,7 @@ This will result in the following view:
86
86
</tr>
87
87
</table>
88
88
89
-
## Asymmetric unit and Biological Assembly
89
+
## Asymmetric Unit and Biological Assembly
90
90
91
91
By default many people work with the *asymmetric unit* of a protein. However for many studies the correct representation to look at is the *biological assembly* of a protein. You can request it by calling
92
92
@@ -105,13 +105,13 @@ By default many people work with the *asymmetric unit* of a protein. However for
105
105
106
106
This topic is important, so we dedicated a [whole chapter](bioassembly.md) to it.
107
107
108
-
## I loaded a Structure object, what now?
108
+
## I Loaded a Structure Object, What Now?
109
109
110
110
BioJava provides a number of algorithms and visualisation tools that you can use to further analyse the structure, or look at it. Here a couple of suggestions for further reads:
111
111
112
112
+[The BioJava Cookbook for protein structures](http://biojava.org/wiki/BioJava:CookBook#Protein_Structure)
113
113
+ How does BioJava [represent the content](structure-data-model.md) of a PDB/mmCIF file?
114
-
+[How to calculate a protein structure alignment using BioJava](http://biojava.org/wiki/BioJava:CookBook:PDB:align)
114
+
+ How to calculate a protein structure alignment using BioJava: [tutorial](alignment.md) or [cookbook](http://biojava.org/wiki/BioJava:CookBook:PDB:align)
115
115
+[How to work with Groups (AminoAcid, Nucleotide, Hetatom)](http://biojava.org/wiki/BioJava:CookBook:PDB:groups)
116
116
117
117
@@ -123,9 +123,9 @@ BioJava provides a number of algorithms and visualisation tools that you can use
123
123
124
124
Navigation:
125
125
[Home](../README.md)
126
-
| [Book 3: The Protein Structure modules](README.md)
126
+
| [Book 3: The Structure modules](README.md)
127
127
| Chapter 2 : First Steps
128
128
129
129
Prev: [Chapter 1 : Installation](installation.md)
130
130
131
-
Next: [Chapter 3 : data model](structure-data-model.md)
131
+
Next: [Chapter 3 : Structure Data Model](structure-data-model.md)
0 commit comments