Giter VIP home page Giter VIP logo

tqbio / mrcnn Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 6.0 12 KB

MRCNN provides a deep-learning method for prediction of single-CpG-site methylation level with only local DNA sequences. It is implemented by deep learning library Tensorflow (version of tensorflow-gpu 1.2.0). It can be used for regression of continuous value of methylation and at present it is used for human methylation.

License: MIT License

Python 100.00%

mrcnn's Introduction

MRCNN

MRCNN provides a deep-learning method for prediction of single-CpG-site methylation level with only local DNA sequences. It is implemented by deep learning library Tensorflow (version of tensorflow-gpu 1.2.0). It can be used for regression of continuous value of methylation and at present it is used for human methylation.

Installation

Download MRCNN by

https://github.com/TQBio/MRCNN.git

1)Installation has been tested in Linux with Python 2.7.

2)Since the package is written in python 2.7, python 2.7 with the pip tool must be installed first. MRCNN uses the following dependencies: numpy, scipy, pandas, scikit-learn, keras, tensorflow-gpu version>=1.2.0

You can install these packages first, by the following commands:

pip install pandas

pip install numpy

pip install scipy

pip install scikit-learn

pip install tensorflow-gpu

pip install keras

Run the different functions

Preprocess.py --- For Data pre-processing and extract DNA sequences with corresponding CpG loci.

Model.py --- For contribution of convolutional neural networks, MRCNN gets different structure with CNN.

Run.py --- For training the model and output the predicted values.

Evalution.py --- For evalution of model performances and including regression and classification performances.

Motifs.py --- For obtaining the conventional position weight matrices which can be visualized as sequence logos.

Figure.py --- For drawing the corresponding images to visualize the results.

mrcnn's People

Contributors

tqbio avatar

Stargazers

Piyush Acharya avatar fred monroe avatar  avatar Dense AI avatar Tomoya YAMAZAKI avatar Muhammad Azam Sheikh avatar Joshua Levy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.