Giter Site home page Giter Site logo

preston / idclight Goto Github PK

View Code? Open in Web Editor NEW
1.0 7.0 0.0 116 KB

A Ruby gem for accessing the freely available IDClight (IDConverter Light) web service, which convert between different types of gene IDs such as Hugo and Entrez. Queries are screen scraped from http://idclight.bioinfo.cnio.es.

Home Page: http://prestonlee.com

License: MIT License

Ruby 100.00%

idclight's Introduction

idclight

A Ruby gem for accessing the freely available IDClight (IDConverter Light) web service at the Spanish National Cancer Centre at idclight.bioinfo.cnio.es, which convert between different types of gene ID systems such as Hugo and Entrez. Queries are screen scraped (yucky, I know) due to lack of an actually web services API.

Command-Line Usage

Examples

hugo_to_entrez.rb kras hugo_to_ensembl.rb kras ensembl_to_hugo.rb ENSG00000133703 ensembl_to_entrez.rb ENSG00000133703

Application Usage

Converting a Hugo ID to an Entrez ID

require ‘idclight’ include IDConverter::Light hugo_id_to_entrez_id(‘BRCA2’)

Getting Raw Data With Advanced Queries

require ‘idclight’ include IDConverter::Light data = search(@@HUGO, id, @@MOUSE) # See IDConverter::Light for a full list of supported constants.

Copyright © 2010 Preston Lee. See LICENSE for details.

idclight's People

Stargazers

Preston Lee avatar

Watchers

Jason Corneveaux avatar Eric Harrison avatar  avatar  avatar Chelsea  avatar Jim 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.