Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jminnier committed Mar 23, 2016
1 parent 3b351b8 commit 9213c5c
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 6 deletions.
182 changes: 182 additions & 0 deletions README.html

Large diffs are not rendered by default.

17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
# START App

The START App:
A Web-Based RNAseq Analysis
and Visualization Resource
The Shiny Transcriptome Analysis Resource Tool (START) App:
A Web-Based RNAseq Analysis and Visualization Resource

The app is hosted on Shinyapps.io here:
<https://kcvi.shinyapps.io/START/>

To run this app locally on your machine, download R or RStudio and run the commands:
To run this app locally on your machine, download R or RStudio and run the following commands once to set up the environment:
```
install.packages(c("reshape2","ggplot2","ggthemes","gplots","ggvis","dplyr","tidyr","DT",
"RColorBrewer","pheatmap","shinyBS","plotly","markdown"))
## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite(c("limma","edgeR"))
shiny::runGitHub("STARTapp", "jminnier")
```

You may now run the shiny app with just one command in R:

```
shiny::runGitHub("STARTapp", "jminnier")
```

Jonathan Nelson, Jiri Sklenar, Anthony Barnes, Jessica Minnier.
*The Knight Cardiovascular Institute, Oregon Health & Science University, Portland, OR 97239-3098, USA.*

Expand All @@ -32,7 +36,8 @@ Instructions can be found here: <https://github.com/jminnier/STARTapp/blob/maste
This shiny code is licensed under the GPLv3. Please see the file LICENSE.txt for
information.

START Shiny App for analysis and visualization of transcriptome data.
START (Shiny Transcriptome Analysis Resource Tool) App
Shiny App for analysis and visualization of transcriptome data.
Copyright (C) 2014-2016 Jessica Minnier

This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 9213c5c

Please sign in to comment.