svincoff commited on
Commit
98bd880
·
verified ·
1 Parent(s): f6063ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,8 +1,8 @@
1
- # SNOOPPI
2
 
3
- SNOOPPI is a curated protein–protein interaction dataset containing positive, negative, and unknown interaction annotations.
4
-
5
- The dataset preserves protein sequences, identifiers, species information, PSI-MI interaction terms, experimental evidence, publications, feature relationships, and annotation provenance where available.
6
 
7
  ## Dataset splits
8
 
@@ -12,7 +12,7 @@ SNOOPPI is distributed in three splits:
12
  | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
13
  | `positive` | Protein pairs retained as positive interactions under the SNOOPPI annotation criteria |
14
  | `negative` | Protein pairs retained as negative interactions under the SNOOPPI annotation criteria |
15
- | `unknown` | Protein pairs present in the source interaction records but not assigned a definitive positive or negative label under the SNOOPPI criteria |
16
 
17
  The `unknown` split should not automatically be interpreted as a negative or as a set of experimentally tested non-interactions. These entries represent interactions for which the available evidence was insufficient, conflicting, or otherwise unresolved under the annotation framework.
18
 
 
1
+ # SNOOPPI: Sequence-Normalized Database of On- and Off-Target Protein-Protein Interactions
2
 
3
+ SNOOPPI is a curated protein–protein interaction (PPI) dataset containing positive, negative, and unknown interaction annotations.
4
+ * SNOOPPI is *sequence-indexed*, meaning one unique SNOOPPI PPI or non-PPI indicates a unique combination of protein sequences.
5
+ * The dataset preserves protein sequences, identifiers, species information, PSI-MI interaction terms, experimental evidence, publications, and feature relationships where available.
6
 
7
  ## Dataset splits
8
 
 
12
  | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
13
  | `positive` | Protein pairs retained as positive interactions under the SNOOPPI annotation criteria |
14
  | `negative` | Protein pairs retained as negative interactions under the SNOOPPI annotation criteria |
15
+ | `unknown` | Protein pairs present in IntAct's source interaction records but not assigned a definitive positive or negative label under the SNOOPPI criteria |
16
 
17
  The `unknown` split should not automatically be interpreted as a negative or as a set of experimentally tested non-interactions. These entries represent interactions for which the available evidence was insufficient, conflicting, or otherwise unresolved under the annotation framework.
18