Git Product home page Git Product logo

mgcount's Introduction

MGcount

MGcount is a program for counting whole-transcriptome RNA-seq reads from one or more input alignment files (.bam). It is specially designed to incorporate multi-mapping and multi-overlapping reads in the quantification using a flexible methodology that is compatible with any biotype. At the end of its execution, it produces a count matrix, compatible with any downstream analysis.

Requirements

MGcount deppends on FeatureCounts. Please download it from the following link: http://subread.sourceforge.net/

Installation

MGcount is written in Python and is executed from the command line. You can either download the executable version (single binary file) or install it as a Python3 module.

Install and run as a Python3 module

You can install the package as a Python module:

pip3 install git+https://github.com/hitaandrea/MGcount.git

Once the package is installed, run the tool as a Python installed module:

python3 -m mgcount [args]

Download and run the executable program

Alternatively can download the latest release as a binary executable file here.

Save the program file to your Linux system and set the permissions to allow executing the file as program:

chmod +x mgcount

Once the file is executable, run the tool by calling the file from the command line with the desired arguments.

MGcount [args]

Documentation

MGcount user guide can be found inside the docs subfolder or accessed through the following link: Link to User Guide!

Credits

The work is funded by a Marie Curie early stage researcher fellowship. (European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No. 813282).

Licences

MGcount itself is free software distributed under GPL.

Publication

For more details, please, check our paper! https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-021-04544-3

mgcount's People

Contributors

hitaandrea avatar migaalee 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.