Giter Club home page Giter Club logo

mmsplice_paper's Introduction

Analysis code MMSplice manuscript

MMSplice predict variant effect on PSI, PSI5, PSI3, splicing efficiency and pathogenicity. This repository contains analysis code for MMSplice manuscript. MMSplice version mmsplice==0.2.0.

Software dependencies

The analysis was done with python and ploting was done with R. Required packages are listed in env.yaml.

  1. Install miniconda or anaconda.
  2. Run: conda env create -f env.yaml. This will install a new conda environment mmaplice-manuscript.
  3. Activate the environment: source activate mmaplice-manuscript. Run the analysis code (in jupyter-notebooks) in this environment.
  4. Install COSSMO from https://github.com/PSI-Lab/COSSMO

Folder structure

In general, the jupyter-notebooks were used to process, analysis the data and perform predictions. The result table are saved and read by R scripts for plotting.

  • script/Figure2: Code to generate figure for the Vex-seq and MFASS data.
  • script/Figure3: Code to generate figure for GTEx A5SS amd A3SS variants.
  • script/Figure4: Code to generate figure for MaPSy data.
  • script/Figure5: Code to generate figure for ClinVar data. Result table of other models were obtained from [Kipoi manuscript] (https://github.com/kipoi/manuscript)
  • data/: contains raw and processed data

mmsplice_paper's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mmsplice_paper's Issues

Issue with Loading Models mmsplice.EXON and EXON3 in /Figure2/VexSeq.ipynb

Hello,

I am currently using MMSplice for my research and encountered an issue when loading the models. My MMSplice version matches the one specified in the env.yaml file in the repository.

I tried to run the following code:

exonM5 = load_model(mmsplice.EXON) exonM3 = load_model(mmsplice.EXON3)

However, I encountered the following errors:

AttributeError Traceback (most recent call last) <ipython-input-53-08118d5956f3> in <module>() 1 exonM5 = load_model(mmsplice.EXON) ----> 2 exonM3 = load_model(mmsplice.EXON3) AttributeError: module 'mmsplice' has no attribute 'EXON3'

Additionally, when I tried to get help on mmsplice.EXON, I received a message indicating that no Python documentation was found for the '/opt/conda/lib/python3.6/site-packages/mmsplice/models/Exon.h5' file.

Steps to Reproduce:

Use the MMSplice version specified in env.yaml.
Run the code provided above.

Environment:

Python version: 3.6
TensorFlow version: 1.11.0
MMSplice version: as specified in env.yaml

Screenshots:
image

Request:

Could you please provide guidance on resolving this issue? Is there a specific version of TensorFlow or other dependencies that I should be using to avoid this error?

Thank you for your assistance.

Best regards,

Shanshuimei

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.