Git Product home page Git Product logo

vencode-django's Introduction

Module for VEnCode-related projects based on FANTOM5 databases

This module contains classes and functions that perform intersectional genetics-related operations to find VEnCodes using databases provided by the FANTOM5 consortium, namely the CAGE enhancer and transcription start site (TSS) databases.

For more information on the VEnCode technology, please refer to Macedo and Gontijo, bioRxiv 2019. DOI:10.1101/552984

Getting started

These instructions are designed to:

  • Get you a copy of the project up and running on your local machine for development and testing purposes;
  • Install the VEnCode package in your python library environment for use in your projects.

Prerequisites

To effectively use this module you will need Python3 with some external libraries installed in your machine. Check the requirements file. If you install the package with pip, it should resolve the library requirements for you.

Additionally, you will have to download the unannotated TSS files from FANTOM5 consortium website. More specifically, for human, this file for promoter analysis, and this one and the ID-sample name map for enhancers. Finally, download the curated sample category file.

Those 4 files are enough to find CAGE-based VEnCodes for human.

Installing

  1. Make sure you have the prerequisites;

If you want to edit the project:

  1. Fork this project;
  2. Put the missing FANTOM5 prerequisite files (only the large TSS files are missing) in the directory called "Files".

If you are a user:

  1. Install VEnCode with pip;
  2. Put all the FANTOM5 prerequisite files in a directory of your choice and when creating DataTpm objects remember to pass the argument: files_path=your_dir_path.

Deployment

To develop your own projects, import objects directly from VEnCode using, for example:

import VEnCode
object1 = VEnCode.DataTpm(...)

You can see examples of some functions and objects being used at the VEnCode Capsule hosted in CodeOcean.

Alternatively, you can look at more advanced usage by going to the "Scripts" folder inside the package.

Running the Tests

Tests for this module can be run in several ways; some examples:

  1. In the command-line:

1.1. Run python's standard module "unittest" in the tests directory. Basic example in command line:

python -m unittest test_internals

1.2. Install nosetests python package and run nosetests in the "tests" directory. Basic example in command line:

nosetests test_internals.py
  1. By importing the VEnCode module in python:
from VEnCode import tests
tests.test_internals_()

Contributing

Please read CONTRIBUTING.rst for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see:

Authors

See also the list of contributors who participated in this project.

License

Refer to file LICENSE.

Acknowledgements

  • Integrative Biomedicine Laboratory @ CEDOC, NMS, Lisbon (supported by FCT: UID/Multi/04462/2019; PTDC/MED-NEU/30753/2017; and PTDC/BIA-BID/31071/2017 and FAPESP: 2016/09659-3)
  • CEDOC: Chronic Diseases Research Center, Nova Medical School, Lisbon
  • The MIT Portugal Program (MITEXPL/BIO/0097/2017)
  • LIGA PORTUGUESA CONTRA O CANCRO (LPCC) 2017.
  • FCT (IF/00022/2012, SFRH/BD/94931/2013, PTDC/BEXBCM/1370/2014)
  • Prof. Dr. Ney Lemke and Ms. Benilde Pondeca for important discussions.

vencode-django's People

Contributors

andremacedo88 avatar dependabot[bot] avatar

Watchers

 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.