Skip to content

Using deep neural networks to locate FOX transcription factors in genomes

License

Notifications You must be signed in to change notification settings

ManiacMaxo/Thesis

Repository files navigation

Genetics-ML

Using deep neural networks to locate transcription factors in genomes

Documentation

Installation

  • follow the steps for conda if you do not have it installed already
  • create an environment for the project:

    $ conda env create -f environment.yml
    $ conda activate genetics

  • run a jupyter notebook server (you could use the script ./server.sh start for a headless run)
  • you could always test it in Open In Collab

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details