miraesunnykim commited on
Commit
825aadc
·
verified ·
1 Parent(s): 2a603ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -4
README.md CHANGED
@@ -25,11 +25,30 @@ mvalues files contain methylation M-values preprocessed and quality controlled u
25
 
26
  meta files contain the following:
27
  - Sample ID
28
- - training.ID: UBERON ID used for training (physiologically similar IDs merged, few tissues labeled as system-level node to aid in training)
 
29
  - Dataset: GSE study ID
30
- - Annotated.tissue: initially annotated tissue
31
- - UBERON.ID: annotated tissue's most descriptive UBERON ID
32
- - merged.ID: UBERON IDs after merging physiologically similar IDs
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  ## Citation Information
35
 
 
25
 
26
  meta files contain the following:
27
  - Sample ID
28
+ - training.ID: UBERON ID used for training
29
+ - training.Name: Tissue name for training ID
30
  - Dataset: GSE study ID
31
+ - Original.ID: Most descriptive UBERON ID
32
+ - Original.Name: Tissue name for original ID
33
+
34
+ ## Quick start
35
+ If using our model:
36
+ ```
37
+ git clone https://github.com/ylaboratory/methylation-classification.git
38
+ cd methylation-classification
39
+ conda env create -f env.yml --name methyl-classify
40
+ conda activate methyl-classify
41
+ mkdir download
42
+ cd download
43
+ huggingface-cli download ylab/methyl-classification
44
+ ```
45
+
46
+ If using only our data:
47
+ ```
48
+ mkdir methyl-classification
49
+ cd download
50
+ huggingface-cli download ylab/methyl-classification
51
+ ```
52
 
53
  ## Citation Information
54