GithubHelp home page GithubHelp logo

f-krause / rnadegformer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shujun-he/rnadegformer

0.0 0.0 0.0 257 KB

Fork of RNAdegformer for DAP: Explainable mRNA Degradation Prediction

License: MIT License

Shell 2.61% Python 97.39%

rnadegformer's Introduction

RNAdegformer

Source code to reproduce results in the paper "RNAdegformer: Accurate Prediction of mRNA Degradation at Nucleotide Resolution with Deep Learning".

How to use the models

I also made a web app to use the models. Check it out at https://github.com/Shujun-He/RNAdegformer-Webapp

Home page

home_page

RNA degradation prediction

In this page you can predict RNA degradation at each nucleotide and visualize the attention weights of the RNAdegformer

RNA degradation

Requirements

I included a file (environment.yml) to recreate the exact environment I used. Since I also use this environment for computer vision tasks, it includes some other packages as well. This should take around 10 minutes. After installing anaconda:

conda env create -f environment.yml

Then to activate the environment

conda activate torch

Additionally, you will need Nvidai Apex: https://github.com/NVIDIA/apex

git clone https://github.com/NVIDIA/apex
cd apex
pip install .

Also you need to install the Ranger optimizer

git clone https://github.com/lessw2020/Ranger-Deep-Learning-Optimizer
cd Ranger-Deep-Learning-Optimizer
pip install -e .

Repo file structure

The src folder includes all the code needed to reproduce results in the paper and the OpenVaccine competition. Additional instructions are in the folder

src/OpenVaccine includes all the code needed to run a ten-fold model for the openvaccine dataset

Datasets

OpenVaccine dataset

For original dataset, see https://www.kaggle.com/c/stanford-covid-vaccine/data

In addition to the secondary structure features given by Das Lab, I also generated additional secondary structure features at 2 temperatures with 6 biophysical packages (12x), for these features, see https://www.kaggle.com/shujun717/openvaccine-12x-dataset

rnadegformer's People

Contributors

shujun-he 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.