Giter VIP home page Giter VIP logo

microscope's Introduction

MicroScope

About

MicroScope is a user-friendly ChIP-seq and RNA-seq software suite designed for the interactive visualization and analysis of gene expression heatmaps, including integrated features to support: principal component analysis, differential expression analysis, gene ontology analysis, and dynamic network visualization of genes directly from a heatmap.

MicroScope is financially supported by the United States Department of Defense (DoD) through the National Defense Science and Engineering Graduate Fellowship (NDSEG) Program. This research was conducted with Government support under and awarded by DoD, Army Research Office (ARO), National Defense Science and Engineering Graduate (NDSEG) Fellowship, 32 CFR 168a.

Please cite: "Khomtchouk BB, Hennessy JR, Dargis-Robinson V, Wahlestedt C. “MicroScope: ChIP-seq and RNA-seq software analysis suite for gene expression heatmaps” (submitted). bioRxiv doi: http://dx.doi.org/10.1101/034694" within any source that makes use of any methods inspired by MicroScope.

Usage (for general public)

Installation (for developers only)

Requirements for developers

  • R programming language
    • RStudio

How to run (for developers only)

Git clone this repo to your computer, and in RStudio type:
  • setwd("~/path/to/my_directory/Microscope")
  • install.packages("shiny")
  • library(shiny)
  • install.packages("d3heatmap")
  • library(d3heatmap)
  • install.packages("RColorBrewer")
  • library(RColorBrewer)
  • install.packages("htmlwidgets")
  • library(htmlwidgets)
  • install.packages("networkD3")
  • library(networkD3)
  • install.packages("data.table")
  • library(data.table)
  • install.packages("dplyr")
  • library(dplyr)
  • source("https://bioconductor.org/biocLite.R")
  • biocLite("edgeR")
  • library(edgeR)
  • biocLite("GO.db")
  • library(GO.db)
  • biocLite("goseq")
  • library(goseq)
  • biocLite("org.Bt.eg.db")
  • biocLite("org.Ce.eg.db")
  • biocLite("org.Cf.eg.db")
  • biocLite("org.Dm.eg.db")
  • biocLite("org.Dr.eg.db")
  • biocLite("org.Hs.eg.db")
  • biocLite("org.Mm.eg.db")
  • biocLite("org.Pt.eg.db")
  • biocLite("org.Rn.eg.db")
  • biocLite("org.Ss.eg.db")
  • biocLite("org.Sc.sgd.db")
  • runApp("microscope")

Screenshots

fig1

fig2

fig3

fig4

fig5

fig6

microscope's People

Contributors

bohdan-khomtchouk avatar sebastiancoin avatar vdargisrobinson avatar

Watchers

Prakash R Timilsena 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.