Giter Club home page Giter Club logo

lowmacaapp's Introduction

LowMACAApp

Shiny app around the Bioconductor package LowMACA

LowMACA app is a GUI extension of LowMACA package with new interactive plots and analysis types. For our Bioconductor package, visit http://www.bioconductor.org/packages/release/bioc/html/LowMACA.html

HOW TO INSTALL

LowMACA was tested on Windows, Linux and MacOS but there are some things you have to do before running the app according to your operating system. If you are a Windows user, you should be able to run the app without any installation required. Just skip to "how to run the App"

If you are a MacOS or Linux user, you are required to install Clustal Omega (our trusted aligner) and Ghostscript. The latter is often already present in the major unix distribution but check if the version is > 9.1.

HOW TO RUN THE APP

LowMACA relies on some external libraries. Let's start by installing them.

myLibraries <- c("devtools","googleVis","reshape2","plyr","d3Network","ggplot2"
                ,"dplyr","shinythemes","shinydashboard","DT","gmp")
sapply(myLibraries , function(x) if(!x %in% installed.packages()[,1]) install.packages(x))

source("https://bioconductor.org/biocLite.R")
biocLite("LowMACAAnotation")
biocLite("LowMACA")

If everything is ok, run the app in this way:

if (!require('shiny')) install.packages("shiny")
shiny::runGitHub("LowMACAApp", "gmelloni")

KNOWN ISSUES

  • Package "DT" could be not compatible with R version 3.2.2 . In case runApp.R stops at downloading DT from CRAN, try the development version:
library(devtools)
devtools::install_github('rstudio/DT')
  • Iceweasel Debian browser could have some problems with google charts plots. The LowMACA app was tested successfully on Firefox, Chrome and Safari
  • Beware that R 3.2.0 is not correct. Biostrings and MotIV packages have known issues with this R version

lowmacaapp's People

Contributors

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