lhallee commited on
Commit
604ed18
·
1 Parent(s): 337b42c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -4
README.md CHANGED
@@ -1,14 +1,37 @@
1
  ---
2
  license: mit
3
  library_name: transformers
 
 
 
4
  pipeline_tag: text-classification
5
  tags:
6
  - protein language model
 
 
7
  widget:
8
- - text: "M S H S V K I Y D T C I G C T Q C V R A C P T D V L E M I P W G G C K A K Q I A S A P R T E D C V G C K R C E S A C P T D F L S V R V Y L W H E T T R S M G L A Y [SEP] M I N L P S L F V P L V G L L F P A V A M A S L F L H V E K R L L F S T K K I N"
9
- example_title: "Non-interacting proteins"
10
- - text: "M S I N I C R D N H D P F Y R Y K M P P I Q A K V E G R G N G I K T A V L N V A D I S H A L N R P A P Y I V K Y F G F E L G A Q T S I S V D K D R Y L V N G V H E P A K L Q D V L D G F I N K F V L C G S C K N P E T E I I I T K D N D L V R D C K A C G K R T P M D L R H K L S S F I L K N P P D S V S G S K K K K K A A T A S A N V R G G G L S I S D I A Q G K S Q N A P S D G T G S S T P Q H H D E D E D E L S R Q I K A A A S T L E D I E V K D D E W A V D M S E E A I R A R A K E L E V N S E L T Q L D E Y G E W I L E Q A G E D K E N L P S D V E L Y K K A A E L D V L N D P K I G C V L A Q C L F D E D I V N E I A E H N A F F T K I L V T P E Y E K N F M G G I E R F L G L E H K D L I P L L P K I L V Q L Y N N D I I S E E E I M R F G T K S S K K F V P K E V S K K V R R A A K P F I T W L E T A E S D D D E E D D E [SEP] M S I E N L K S F D P F A D T G D D E T A T S N Y I H I R I Q Q R N G R K T L T T V Q G V P E E Y D L K R I L K V L K K D F A C N G N I V K D P E M G E I I Q L Q G D Q R A K V C E F M I S Q L G L Q K K N I K I H G F"
11
- example_title: "Interacting proteins"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
  <img src="https://cdn-uploads.huggingface.co/production/uploads/62f2bd3bdb7cbd214b658c48/Ro4uhQDurP-x7IHJj11xa.png" width="350">
14
 
@@ -53,6 +76,9 @@ prediction = probability.argmax(dim=-1) # 0 for no interaction, 1 for interactio
53
  ## Intended use and limitations
54
  We define a protein-protein interaction as physical contact that mediates chemical or conformational change, especially with non-generic function. However, due to SYNTERACTS propensity to predict false positives we believe that it identifies plausible conformational changes caused by interactions without relevance to function. Therefore, predictions by SYNTERACT should always be taken with a grain of salt and used as a means of hypothesis generation or secondary validation.
55
 
 
 
 
56
  ## Please cite
57
  @article {Hallee2023.06.07.544109,
58
  author = {Logan Hallee and Jason P. Gleghorn},
 
1
  ---
2
  license: mit
3
  library_name: transformers
4
+ datasets:
5
+ - BIOGRID
6
+ - Negatome
7
  pipeline_tag: text-classification
8
  tags:
9
  - protein language model
10
+ - chemistry
11
+ - biology
12
  widget:
13
+ - text: >-
14
+ M S H S V K I Y D T C I G C T Q C V R A C P T D V L E M I P W G G C K A K Q
15
+ I A S A P R T E D C V G C K R C E S A C P T D F L S V R V Y L W H E T T R S
16
+ M G L A Y [SEP] M I N L P S L F V P L V G L L F P A V A M A S L F L H V E K
17
+ R L L F S T K K I N
18
+ example_title: Non-interacting proteins
19
+ - text: >-
20
+ M S I N I C R D N H D P F Y R Y K M P P I Q A K V E G R G N G I K T A V L N
21
+ V A D I S H A L N R P A P Y I V K Y F G F E L G A Q T S I S V D K D R Y L V
22
+ N G V H E P A K L Q D V L D G F I N K F V L C G S C K N P E T E I I I T K D
23
+ N D L V R D C K A C G K R T P M D L R H K L S S F I L K N P P D S V S G S K
24
+ K K K K A A T A S A N V R G G G L S I S D I A Q G K S Q N A P S D G T G S S
25
+ T P Q H H D E D E D E L S R Q I K A A A S T L E D I E V K D D E W A V D M S
26
+ E E A I R A R A K E L E V N S E L T Q L D E Y G E W I L E Q A G E D K E N L
27
+ P S D V E L Y K K A A E L D V L N D P K I G C V L A Q C L F D E D I V N E I
28
+ A E H N A F F T K I L V T P E Y E K N F M G G I E R F L G L E H K D L I P L
29
+ L P K I L V Q L Y N N D I I S E E E I M R F G T K S S K K F V P K E V S K K
30
+ V R R A A K P F I T W L E T A E S D D D E E D D E [SEP] M S I E N L K S F D
31
+ P F A D T G D D E T A T S N Y I H I R I Q Q R N G R K T L T T V Q G V P E E
32
+ Y D L K R I L K V L K K D F A C N G N I V K D P E M G E I I Q L Q G D Q R A
33
+ K V C E F M I S Q L G L Q K K N I K I H G F
34
+ example_title: Interacting proteins
35
  ---
36
  <img src="https://cdn-uploads.huggingface.co/production/uploads/62f2bd3bdb7cbd214b658c48/Ro4uhQDurP-x7IHJj11xa.png" width="350">
37
 
 
76
  ## Intended use and limitations
77
  We define a protein-protein interaction as physical contact that mediates chemical or conformational change, especially with non-generic function. However, due to SYNTERACTS propensity to predict false positives we believe that it identifies plausible conformational changes caused by interactions without relevance to function. Therefore, predictions by SYNTERACT should always be taken with a grain of salt and used as a means of hypothesis generation or secondary validation.
78
 
79
+ ## Our lab
80
+ The [Gleghorn lab](https://www.gleghornlab.com/) is an interdiciplinary research group out of the University of Delaware that focuses on translational problems around biomedicine. Recently we have begun exploration into machine learning for image segmentation and protein language model based projects like this one.
81
+
82
  ## Please cite
83
  @article {Hallee2023.06.07.544109,
84
  author = {Logan Hallee and Jason P. Gleghorn},