Skip to content

bapoorva/MAGNet_browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MAGnet

The Myocardial Applied Genomics Network MAGNet is a collaborative effort by a group of investigators to understand human myocardial disease using genomic approaches.

Data Analysis

MAGNet harvested human cardiac tissue from patients with heart failure undergoing transplantation as well as donor hearts with normal function but unviable for transplant. RNA Sequencing libraries we prepared from the RNA extracted from these samples and sequenced. The data analysis pipeline can be found here

Visualization

The MAGNet Browser is an easy-to-use application that utilizes the R Shiny framework to make the data easily accessible to the users as well as provide an interactive platform to look at the results of differential expression and eQTL analysis

Requirements

  • R (version > 3.4)
  • RStudio Server
  • Shiny Server (if you need to host it online)

If you need help installing the above or getting started, refer to this

Installation

Run the following commands in R to install all required packages

install.packages(c("devtools","shiny","shinydashboard","shinyjs","shinyBS","RColorBrewer","reshape2","ggplot2","ggrepel",
                   "dplyr","tidyr","plotly","htmlwidgets","DT","shinyRGL","rgl","rglwidget","readxl","png","FactoMineR","factoextra"
                    "data.table","NMF","readr"))

## try http:// if https:// URLs are not supported
biocManager::install(c("biomaRt","Biobase","SPIA","gage","gageData","KEGGgraph","KEGGREST",
                  "GO.db","limma""ReactomePA"))
                  
devtools::install_github("rstudio/d3heatmap")

Input Data format

The data is analyzed using the pipeline and results are saved as an RData file which is read into the Shiny application as an input

Data Download

  • Parameter file

  • Input RData File

  • Genotype Information

    Note : The original VCF file with the genotype information for all 366 samples is too large. The file provided in the link above is a subset. Please note that the index file has to be generated for the vcf file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages