lhallee commited on
Commit
5229e80
·
verified ·
1 Parent(s): 75ab87d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -25,3 +25,34 @@ 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
+ This dataset is the MultiValidated (MV) version of BIOGRID. The selection criteria is summarized in the [image](https://wiki.thebiogrid.org/doku.php/biogrid_mv) below.
37
+
38
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/62f2bd3bdb7cbd214b658c48/8f-34ZCfGxamRvQxmqHwL.png)
39
+
40
+ ## Citation
41
+
42
+ If you use this dataset please cite their work:
43
+ ```
44
+ @article{Oughtred2020,
45
+ title = {The <scp>BioGRID</scp> database: A comprehensive biomedical resource of curated protein, genetic, and chemical interactions},
46
+ volume = {30},
47
+ ISSN = {1469-896X},
48
+ url = {http://dx.doi.org/10.1002/pro.3978},
49
+ DOI = {10.1002/pro.3978},
50
+ number = {1},
51
+ journal = {Protein Science},
52
+ publisher = {Wiley},
53
+ 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},
54
+ year = {2020},
55
+ month = nov,
56
+ pages = {187–200}
57
+ }
58
+ ```