bloyal commited on
Commit
36f2a44
1 Parent(s): bcf742f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ size_categories:
4
+ - 100K<n<1M
5
+ ---
6
+
7
+ # Paired SARS-COV-2 heavy/light chain sequences from the Observed Antibody Space database
8
+
9
+ Human paired heavy/light chain amino acid sequences from the Observed Antibody Space (OAS) database obtained from SARS-COV-2 studies.
10
+
11
+ https://opig.stats.ox.ac.uk/webapps/oas/
12
+
13
+ Please include the following citation in your work:
14
+
15
+ ```
16
+ Olsen, TH, Boyles, F, Deane, CM. Observed Antibody Space: A diverse database of cleaned, annotated, and translated unpaired and paired antibody sequences. Protein Science. 2022; 31: 141–146. https://doi.org/10.1002/pro.4205
17
+ ```
18
+ ## Data Preparation
19
+ This data was obtained on August 3, 2023 by searching the OAS Paired Sequence database with the following criteria:
20
+ - Species = "human"
21
+ - Disease = "SARS-COV-2"
22
+
23
+ This returned 704,652 filtered sequences from 3 studies split across 63 .csv.gz data unit files. These were extracted and filtered for records where both the `complete_vdj_heavy` and `complete_vdj_light` values were "T". Finally, the `sequence_alignment_aa_heavy` and `sequence_alignment_aa_light` fields were extracted into dataset and a 90/10 train/test applied. The resulting data was saved in pyarrow format.