FarmerTao commited on
Commit
d5b0d23
·
verified ·
1 Parent(s): 9669104

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -6,7 +6,11 @@ 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 RASH_HUMAN (GTPase HRas). This protein involved in the activation of Ras protein signal transduction.
 
 
 
 
10
  Ras proteins bind GDP/GTP and possess intrinsic GTPase activity.
11
 
12
  ### Task type
@@ -14,7 +18,9 @@ protein level regression
14
 
15
  ### Dataset description
16
  The dataset is from [Deep generative models of genetic variation capture the effects of mutations](https://www.nature.com/articles/s41592-018-0138-4).
 
17
 
 
18
  ### Model input type
19
  Amino acid sequence
20
 
 
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 [RASH_HUMAN](https://www.uniprot.org/uniprotkb/P01112/entry) (GTPase HRas).
11
+
12
+ ## Protein Function
13
+ This protein involved in the activation of Ras protein signal transduction.
14
  Ras proteins bind GDP/GTP and possess intrinsic GTPase activity.
15
 
16
  ### Task type
 
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_RASH_HUMAN).
22
 
23
+ Label means fitness score of each mutant amino acid sequence.
24
  ### Model input type
25
  Amino acid sequence
26