Code Monkey home page Code Monkey logo

bioanno's Introduction

bioAnno Build status Project Status:

Build Annotation package by using information from KEGG, NCBI, Ensembl and return OrgDb object such as org.Hs.eg.db. The bioAnno package support all organisms list in Ensembl, KEGG, NCBI.

Description

With the increasing of high throughput data generated, the requirement for having annotation package ready is necessary for people doing functional enrichment analysis, id conversion and other type related analysis. bioAnno provide wrap functions include fromKEGG, fromEnsembl, fromNCBI and fromAnnoHub to build annotation package. And you can easily to build annotation package with the KEGG species code (except fromEnsembl which require scientific name).

Installation

library(devtools)
install_github("guokai8/bioAnno")

Software Usage

library(bioAnno)
## build Annotation package by using fromKEGG
fromKEGG(species="hsa")
## which will build and install package "org.hsa.eg.db" which will include KEGG, GO annotation 
## build Annotation package by using fromEnsembl 
fromEnsembl(species="Human")    
## build from AnnotationHub   
fromAnnHub(species="human")

2.4 Main Functions

-- fromKEGG build annotation package by extracting annotation information from Kyoto Encyclopedia of Genes and Genomes database (KEGG). You can use kegg species code as query species name.

-- fromNCBI build annotation package by extracting annotation information from NCBI database.

-- fromENSEMBL build annotation package by extracting annotation information fromENSEMBL database. It includes function to build annotaion package for plant with parameter plant = TRUE

-- fromAnnhub build annotation package with the AnnotationHub package

Note

The bioAnno provide wrap function which help me to easily build annotation package.

Contact information

For any questions please contact [email protected]

bioanno's People

Contributors

guokai8 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.