Git Product home page Git Product logo

bbgmod's Introduction

bbgMod

bbgMod is a computational tool that employs nanopore data to extract modified positions. The model employs two sets of reads, one from the untreated/control sample and one from the treated sample. Statistical comparison of both sets is carried out so as to extract a curated list of modified positions

Contents

Installation

Clone repository

First download bbgMod from the github repository:

    git clone add/final/github/path

Install dependencies

We highly recommend to use a virtual environment for the installation and employment of bbgMod:

Option 1: pip install -e .

In order to install tombo:

    conda install -c bioconda ont-tombo

Usage

Detect modifications:

    bbgMod detect-modifications -f5 path/to/control/fast5/reads/ -af5 path/to/alternate/fast5/reads/ -cpu 56 -o path/output

Example in the cluster:

    pwd: /workspace/projects/nanopore
    
    python analysis_libs/stats.py -f5 /workspace/datasets/nanopore/experiment_3/X4_2_FAL40053/fast5/pre_resquiggle_merge/untreated/reads/ -af5 /workspace/datasets/nanopore/experiment_3/X4_2_FAL40053/fast5/pre_resquiggle_merge/cisplatin/reads/ -o test/test_modifications/

Run logistic regression on errors analysis:

    bbgMod error-analysis -te path/to/extracted/errors/treated -ue path/to/extracted/errors/untreated -cpu 56 -o path/output

Location of error features in the cluster:

    /workspace/projects/nanopore/stockholm/EpiNano/novoa_features  

Location of data sets of our experiments in the cluster (further explanation needed):

    /workspace/datasets/nanopore

Arguments

Plotting Arguments

Other Arguments

Example data

bbgmod's People

Contributors

pepebonet avatar

Watchers

Miquel L. Grau avatar  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.