FarmerTao commited on
Commit
6bcc994
·
verified ·
1 Parent(s): 0bdc7eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -6,7 +6,10 @@ library_name: peft
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
- This model is used to predict mutation fitness score of protein UBC9_HUMAN (SUMO-conjugating enzyme UBC9).
 
 
 
10
  This proterin can accepts the ubiquitin-like proteins SUMO1, SUMO2, SUMO3, SUMO4 and SUMO1P1/SUMO5 from the UBLE1A-UBLE1B E1 complex and
11
  catalyzes their covalent attachment to other proteins with the help of an E3 ligase such as RANBP2, CBX4 and ZNF451.
12
 
@@ -15,7 +18,9 @@ protein level regression
15
 
16
  ### Dataset description
17
  The dataset is from [Deep generative models of genetic variation capture the effects of mutations](https://www.nature.com/articles/s41592-018-0138-4).
 
18
 
 
19
  ### Model input type
20
  Amino acid sequence
21
 
 
6
  # Model Card for Model ID
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
+ This model is trained on a sigle site deep mutation scanning dataset and
10
+ can be used to predict fitness score of mutant amino acid sequence of protein [UBC9_HUMAN](https://www.uniprot.org/uniprotkb/P63279/entry) (SUMO-conjugating enzyme UBC9).
11
+
12
+ ## Protein Function
13
  This proterin can accepts the ubiquitin-like proteins SUMO1, SUMO2, SUMO3, SUMO4 and SUMO1P1/SUMO5 from the UBLE1A-UBLE1B E1 complex and
14
  catalyzes their covalent attachment to other proteins with the help of an E3 ligase such as RANBP2, CBX4 and ZNF451.
15
 
 
18
 
19
  ### Dataset description
20
  The dataset is from [Deep generative models of genetic variation capture the effects of mutations](https://www.nature.com/articles/s41592-018-0138-4).
21
+ And can also be found on [SaprotHub dataset](https://huggingface.co/datasets/SaProtHub/DMS_UBC9_HUMAN).
22
 
23
+ Label means fitness score of each mutant amino acid sequence.
24
  ### Model input type
25
  Amino acid sequence
26