KatLeChat commited on
Commit
f9c0aa3
·
verified ·
1 Parent(s): 9261731

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -9,7 +9,10 @@ tags:
9
  ---
10
  # Epigenomic Classifer - Assay
11
 
12
- Epigenome Assay/Target classifier trained on the [EpiATLAS dataset](https://ihec-epigenomes.org/epiatlas/data/). The classes are IHEC reference epigenome ChIP assays (7 assays: H3k27ac, H3k27me3, H3k36me3, H3k4me1, H3k4me3, H3k9me3, input)
 
 
 
13
 
14
  The model is a simple fense feedforward neural network, with one hidden layer of 3000 nodes.The model was trained using PyTorch Lightning. See Github repository [rabyj/epi_ml](https://github.com/rabyj/epi_ml/blob/master/src/python/epi_ml/core/model_pytorch.py) for model code.
15
 
 
9
  ---
10
  # Epigenomic Classifer - Assay
11
 
12
+ Epigenome Assay/Target classifier trained on the [EpiATLAS dataset](https://ihec-epigenomes.org/epiatlas/data/). The classes correspond to the minimal elements of the [IHEC reference epigenome](https://ihec-epigenomes.org/research/reference-epigenome-standards/index.html):
13
+ - Seven (7) ChIP: assays H3k27ac, H3k27me3, H3k36me3, H3k4me1, H3k4me3, H3k9me3, input
14
+ - RNA-Seq (two protocols, mrna/total)
15
+ - WGBS (two protocols, pbat/standard)
16
 
17
  The model is a simple fense feedforward neural network, with one hidden layer of 3000 nodes.The model was trained using PyTorch Lightning. See Github repository [rabyj/epi_ml](https://github.com/rabyj/epi_ml/blob/master/src/python/epi_ml/core/model_pytorch.py) for model code.
18