https://github.com/const-ae/neural_network_dna_demo
Jupyter Notebook to demonstrate the use of Neural Networks for Transcription Factor Binding Site Prediction
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.2%) to scientific vocabulary
Keywords
Repository
Jupyter Notebook to demonstrate the use of Neural Networks for Transcription Factor Binding Site Prediction
Basic Info
Statistics
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
Neural Network for Sequence Data
This project is an example how the recent advancements in Neural Networks can be applied to sequence data, namely DNA.
We will take a collection of sequences plus information if they are bound by a transcription factor as input data and after training a convolutional neural network we will be able to make predictions for new sequences. In addition we will extract what the network learned and make a plot of the motif.
The example are chosen such that it is not necessary to have a GPU and should learn just fine on a CPU.
Preparation
To make sure everybody can play around with the example easily and you do not need to install the dependencies, please follow the instructions below.
The code for this tutorial is written in Python and you will need a 2.7 or 3.5 installation (https://www.python.org/downloads/). If you have
Neural Networks are a complex topic and there are quite a few packages you need to install to get going. The easiest way to install packages in Python is to use Anaconda. In the following I will assume that you only have Anaconda installed.
Libraries
To run the the code in the tutorial you will need the following libraries:
- Jupyter / IPython
- Keras
- Theano or Tensorflow
- Numpy
Installation Steps
After the successful installation of Anaconda we will create a new conda environment to not pollute the default environment:
Shell
$ conda create -n seqnn python=3.5
```Shell
On Windows
$ activate seqnn
On Mac / Linux
$ source activate seqnn ```
Install Theano
Shell
$ conda install theano pygpu
Install other dependencies
Shell
$ conda install scikit-learn keras numpy scipy matplotlib ipython jupyter pandas sympy nose nb_conda
Download the Neural_Network_DNA_Demo project either by cloning it with git
Shell
$ git clone https://github.com/const-ae/Neural_Network_DNA_Demo.git
OR download this zip file and extracting it somewhere.
Move with the command line to the Neural_Network_DNA_Demo folder:
Shell
$ cd <LOCATION_OF_DOWNLOAD>/Neural_Network_DNA_Demo
and start the Jupyter notebook:
Shell
$ jupyter notebook
A new browser page should open where you can click on the .ipynb file
and start experimenting.
Problems, Issues etc.
If you have problems with the installation of ...
or just open an issue here.
Owner
- Name: Constantin
- Login: const-ae
- Kind: user
- Location: Heidelberg, Germany
- Company: EMBL
- Website: https://twitter.com/const_ae
- Repositories: 64
- Profile: https://github.com/const-ae
PhD Student, Biostats, R
GitHub Events
Total
- Watch event: 3
Last Year
- Watch event: 3
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- MohammadRezaKL (1)