Skip to content

Using deep learning methods on single-cell sequencing data for classification of cell types

Notifications You must be signed in to change notification settings

coocoky/deep-learning-for-genomics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning for Genomics

Project for special course at DTU Compute together with Maximillian Fornitz Vording in collaboration with Pers Lab.

Using deep learning methods on single-cell sequencing data, we want cluster cells and potentially classify their cell types.

Setup

The model has been implemented in Python using the Theano, Lasagne, and Parmesan modules. In addition, NumPy and matplotlib are also used to for computations and making figures.

Data are expected to be in subdirectory called data. All other necessary subdirectories are created as needed.

Running

For how to run the model, run ./src/main.py -h.

The shell script run.sh has been supplied to make it easier to specify the arguments to ./src/main.py.

Credits

Most of the model specification has been taken from implementation of the variational auto-encoder from the Deep Learning course at DTU.

About

Using deep learning methods on single-cell sequencing data for classification of cell types

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.9%
  • TeX 14.8%
  • Shell 3.3%