Giter VIP home page Giter VIP logo

eupathdb-organismdb's Introduction

EuPathDB OrganismDB package generator

DEPRECATION NOTICE

Note Oct 2018: This package has been deprecated and is no longer being actively maintained. Instead, users interested in accessing EuPathDB resources in R/Biocondcutor can now use the much simpler AnnotationHub interface to query for resources.

See the Accessing EuPathDB Resources using AnnotationHub vignette for examples.

Overview

This script uses resources from EuPathDB databases such as TriTrypDB and ToxoDB to generate a Bioconductor Organism annotation packages.

Requirements

For this script to work, you must have installed the following R libraries:

Usage

The use this script, begin by modifying or creating a new YAML configuration file specifying the details for the species you wish to process. Examples configuration files for several species can be found in the settings folder. Next, modify the build_xx.r scripts to point to the setting file you wish you use.

Note that at present, you may also need to edit the build_orgdb.r script to enable it to properly map KEGG identifiers to EuPathDB identifiers for your target species. In the future, this will be generalized if possible so that this can be handled via config settings.

Now we are ready to construct the OrgDb and TranscriptDb packages:

$ Rscript build_orgdb.r
$ Rscript build_txdb.r
$ sh prepare_dbs.sh

This will generate OrgDb and TranscriptDb packages in the current working directory. The prepare_dbs.sh script performs some post-processing to replace default names with desired before generating the final Organism package.

The final step then is to construct an OrganismDb package. In order to proceed, however, you must first install the OrgDb and TranscriptDb packages generated above.

You can then use the install.packages command to install the annotations database locally, e.g.:

install.packages("./org.LmjF.tritryp.db", repos=NULL)

Finally, the Organism package can be constructed using the following command:

$ Rscript build_organismdb.r

All done!

Getting Help

This script has been designed to work with any EuPathDB organisms for which both GFF and gene TXT annotations are available. Currently, however, it has only been tested on L. major Friedlin annotations. If you encounter issues using it for your organism of interest, feel free to submit fixes via pull requests, or report the problem as an issue.

For questions, feel free to contact me at [email protected].

Generated Packages

Below are a list of packages generated for serveral species using these scripts:

  • TODO

See Also

eupathdb-organismdb's People

Contributors

abelew avatar khughitt avatar wanjauk 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.