JOOOOOOOOOOJ commited on
Commit
1ebbec4
·
verified ·
1 Parent(s): 4d80fbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -10,6 +10,13 @@ license: mit
10
  <h1>Nucleic Acid Knowledgebase (NAKB)</h1>
11
  <p>NAKB data set contains 21166 structures including Nucleic Acids, Protein, and Ligand Annotations, and determined 3D structures found in the Nucleic Acid Database (NDB) and the Protein Data Bank (PDB), including structures determined by X-ray, Electron Microscopy, and Nuclear Magnetic Resonance. Information contained in this data set is PDB/NDB ID, Release Date, Sequence, Polymer Composition, and Molecular Weight.</p>
12
 
 
 
 
 
 
 
 
13
 
14
 
15
 
 
10
  <h1>Nucleic Acid Knowledgebase (NAKB)</h1>
11
  <p>NAKB data set contains 21166 structures including Nucleic Acids, Protein, and Ligand Annotations, and determined 3D structures found in the Nucleic Acid Database (NDB) and the Protein Data Bank (PDB), including structures determined by X-ray, Electron Microscopy, and Nuclear Magnetic Resonance. Information contained in this data set is PDB/NDB ID, Release Date, Sequence, Polymer Composition, and Molecular Weight.</p>
12
 
13
+ <h1>Quickstart Usage</h1>
14
+ <p>Install HuggingFace Datasets package</p>
15
+ <p>Each subset can be loaded into python using the Huggingface datasets library. First, from the command line install the datasets library:</p>
16
+ ```python
17
+ pip install datasets
18
+ import datasets
19
+ ```
20
 
21
 
22