Datasets:
Update README.md
Browse files
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
|
|
|
|
| 29 |
- Dataset: GSE study ID
|
| 30 |
-
-
|
| 31 |
-
-
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|