lhallee commited on
Commit
b1ade89
·
verified ·
1 Parent(s): ff718b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -25,3 +25,30 @@ configs:
25
  - split: train
26
  path: data/train-*
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  - split: train
26
  path: data/train-*
27
  ---
28
+
29
+ # BIOGRID release 4.4.243 (Feb 2025)
30
+
31
+ BIOGRID can be downloaded [here](https://downloads.thebiogrid.org/BioGRID/Release-Archive/BIOGRID-4.4.243/).
32
+ SwissProt and Trembl IDs are matched to sequences with [this](https://www.uniprot.org/id-mapping) tool.
33
+ For each interaction pair we keep examples where A and B both have a mapped sequence.
34
+ We use the SwissProt IDs preferentially if there are multiple for the same entity.
35
+
36
+ ## Citation
37
+
38
+ If you use this dataset please cite their work:
39
+ ```
40
+ @article{Oughtred2020,
41
+ title = {The <scp>BioGRID</scp> database: A comprehensive biomedical resource of curated protein, genetic, and chemical interactions},
42
+ volume = {30},
43
+ ISSN = {1469-896X},
44
+ url = {http://dx.doi.org/10.1002/pro.3978},
45
+ DOI = {10.1002/pro.3978},
46
+ number = {1},
47
+ journal = {Protein Science},
48
+ publisher = {Wiley},
49
+ author = {Oughtred, Rose and Rust, Jennifer and Chang, Christie and Breitkreutz, Bobby‐Joe and Stark, Chris and Willems, Andrew and Boucher, Lorrie and Leung, Genie and Kolas, Nadine and Zhang, Frederick and Dolma, Sonam and Coulombe‐Huntington, Jasmin and Chatr‐aryamontri, Andrew and Dolinski, Kara and Tyers, Mike},
50
+ year = {2020},
51
+ month = nov,
52
+ pages = {187–200}
53
+ }
54
+ ```