Skip to content

A reproduction of the primer tutorial in deep learning genomics proposed in Nature Genetics (2018) in Pytorch.

Notifications You must be signed in to change notification settings

leaxsd/primer-genomics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Deep Learning in Genomics Primer (PyTorch)

A reproduction of the primer tutorial in deep learning genomics proposed in Nature Genetics (2018) in Pytorch.

For details, please refer to the original notebook here.

Files Structure

src/
├── data
│   ├── accuracy.npy
│   ├── models
│   │   ├── best_model.pt
│   │   └── last_model.pt
│   ├── precision.npy
│   ├── recall.npy
│   ├── test_label.npy
│   ├── test_pred.npy
│   ├── train_loss.npy
│   └── val_loss.npy
├── metrics.py
├── model.py
├── results.ipynb
├── run.py
├── train.py
└── tutorial.py

Results

check here : results.ipynb

About

A reproduction of the primer tutorial in deep learning genomics proposed in Nature Genetics (2018) in Pytorch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published