Code Monkey home page Code Monkey logo

shiny_fi_network's Introduction

Functional Networks of Gene Interactions (FuNGIn)

Fungin like fun+engine

Shiny app for plotting gene functional interaction networks

So far, the idea is that you can view interactions among gene(s) of interest, and overlay expression data if available, OR view interactions among your top N significant genes from uploaded data

Use cases:

  • Enter a few genes to view their interacting neighbors, e.g. BRCA2,MSH2 alt text
  • Enter mature microRNA(s) to view their interacting neighbors (targets)
    • Select at least mirTarBase as the data source
    • Select "Reactome_FI" to view interactions among target genes also alt text
  • Use expression data with any combination of the above
    • Use top differentially expressed genes from a file alt text
    • Enter query genes and overlay expression information alt text

How to run

Install R and RStudio

Here's an installation guide if you don't have these already.

Install Required Packages

list.of.packages <- c("shiny","shinyjs","shinyBS","openxlsx","igraph","qgraph","ggnetwork","network","intergraph","RColorBrewer","ggnewscale","svgPanZoom","gridSVG","svglite","shinycssloaders","shinyWidgets", "shinyalert")
new.packages <- list.of.packages[!(list.of.packages %in% installed.packages()[,"Package"])]
if(length(new.packages)) install.packages(new.packages)

list.of.bioc.packages <- c("maftools")
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
new.bioc.packages <- list.of.bioc.packages[!(list.of.bioc.packages %in% installed.packages()[,"Package"])]
if(length(new.bioc.packages)) BiocManager::install(new.bioc.packages)

Run from GitHub in RStudio

library(shiny)
runGitHub( "shiny_FI_network", "mtandon09", ref="master")

Differential Expression Data

You can also upload a tab/comma-delimited or .xlsx file with differential expression information. The following data are recognized:

  • HUGO Gene Symbol (required)
  • Fold-change Value (log fold-change values make for better coloring)
  • Significance Value (adjusted p-value, FDR, etc.)

Data Sources

Reactome FI

From the Wu et. al 2010 paper, this dataset expands on the Reactome pathway database by adding annotation data.

We have constructed a protein functional interaction network by extending curated pathways with non-curated sources of information, including protein-protein interactions, gene coexpression, protein domain interaction, Gene Ontology (GO) annotations and text-mined protein interactions, which cover close to 50% of the human proteome.

The data can be found in the Downloads page at Reactome under "Functional interactions (FIs) derived from Reactome, and other pathway and interaction databases".

miRNA Targets

miRTarBase [paper][website]

To Do

  • Enable file upload to overlay mutation data
  • Lots of control flow changes for better Shiny-ness
  • Lots of aesthetic changes for the network plot
    • Legends don't really work/look crappy
  • Lots of UI changes

shiny_fi_network's People

Contributors

mtandon09 avatar

Watchers

 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.