Coder Social home page Coder Social logo

geosearch's Introduction

GEOsearch: Extendable Search Engine for Gene Expression Omnibus

Overview

GEOsearch is an extendable search engine for NCBI GEO (Gene Expression Omnibus). Instead of directly searching the term, GEOsearch can find all the gene names contained in the search term and search all the aliases of the gene names simultaneously in GEO database. GEOsearch also provides other functions such as keyword enrichment analysis.

GEOsearch Online User Interface

GEOsearch user interface can be directly launched online without installing any software package: https://zhiji.shinyapps.io/GEOsearch. Users can also install GEOsearch on their own computers with following procedures.

GEOsearch Installation

GEOsearch software can be installed via Github. Users should have R installed on their computer before installing GEOsearch. R can be downloaded here: http://www.r-project.org/. To install the latest version of GEOsearch package via Github, run following commands in R:

if (!require("devtools"))
  install.packages("devtools")
devtools::install_github("zji90/GEOsearch")

To launch user interface after installation, run following commands in R:

library(GEOsearch)
GEOsearchui()

For users with R programming experience, command line tools are also available in GEOsearch R package. Please check the manual package included in the package for details.

Contact the Author

Author: Zhicheng Ji, Hongkai Ji

Report bugs and provide suggestions by sending email to:

Maintainer: Zhicheng Ji ([email protected])

Or open a new issue in this Github page.

geosearch's People

Contributors

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