Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.06 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.06 KB

deepPsych

Deep learning in predicting functional effects of noncoding variants in brain-specific disorders

Steps:

  1. Data preprocessing (e.g. RNA-seq, CHIP-seq, ATAC-seq, etc.)
  2. Data and Label extraction for genomic bins (of interest)
  3. Numpy conversion of data and labels (for DL usage)
  4. DL training/Validation/Testing (demonstrated in Training 3 subdirectory)

Note: A complete pipeline (R-based) automating the steps 1-3 can be found in full_pipeline.R.