All Projects → jminnier → Startapp

jminnier / Startapp

Licence: gpl-3.0
The START App: R Shiny Transcriptome Analysis Resource Tool

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Startapp

Python biologist
Python Programming for Biologists
Stars: ✭ 55 (-24.66%)
Mutual labels:  bioinformatics
Terpene Profile Parser For Cannabis Strains
Parser and database to index the terpene profile of different strains of Cannabis from online databases
Stars: ✭ 63 (-13.7%)
Mutual labels:  bioinformatics
Bcalm
compacted de Bruijn graph construction in low memory
Stars: ✭ 69 (-5.48%)
Mutual labels:  bioinformatics
Pairix
1D/2D indexing and querying on bgzipped text file with a pair of genomic coordinates
Stars: ✭ 57 (-21.92%)
Mutual labels:  bioinformatics
Lambda
LAMBDA – the Local Aligner for Massive Biological DatA
Stars: ✭ 59 (-19.18%)
Mutual labels:  bioinformatics
Gubbins
Rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences using Gubbins
Stars: ✭ 67 (-8.22%)
Mutual labels:  bioinformatics
Supreme
Generate UML diagrams of Shiny modules
Stars: ✭ 52 (-28.77%)
Mutual labels:  shiny
Coursera Specializations
Solutions to assignments of Coursera Specializations - Deep learning, Machine learning, Algorithms & Data Structures, Image Processing and Python For Everybody
Stars: ✭ 72 (-1.37%)
Mutual labels:  bioinformatics
Sever
🔪Good-looking problems: customise your Shiny disconnected screen and error messages
Stars: ✭ 60 (-17.81%)
Mutual labels:  shiny
Charger
Characterization of Germline variants
Stars: ✭ 69 (-5.48%)
Mutual labels:  bioinformatics
Db Dashboard
Project files of the article featured here: http://db.rstudio.com/best-practices/dashboards/
Stars: ✭ 58 (-20.55%)
Mutual labels:  shiny
Qiime16stutorial
A tutorial on methods of 16S analysis with QIIME 1
Stars: ✭ 59 (-19.18%)
Mutual labels:  bioinformatics
Arcs
🌈Scaffold genome sequence assemblies using linked read sequencing data
Stars: ✭ 67 (-8.22%)
Mutual labels:  bioinformatics
Cwl Svg
A library for generating an interactive SVG visualization of CWL workflows
Stars: ✭ 57 (-21.92%)
Mutual labels:  bioinformatics
Globalbioticinteractions
Global Biotic Interactions provides access to existing species interaction datasets
Stars: ✭ 71 (-2.74%)
Mutual labels:  bioinformatics
Sv2
Support Vector Structural Variation Genotyper
Stars: ✭ 52 (-28.77%)
Mutual labels:  bioinformatics
Gramtools
Genome inference from a population reference graph
Stars: ✭ 65 (-10.96%)
Mutual labels:  bioinformatics
Bgt
Flexible genotype query among 30,000+ samples whole-genome
Stars: ✭ 72 (-1.37%)
Mutual labels:  bioinformatics
Awesome Expression Browser
😎 A curated list of software and resources for exploring and visualizing (browsing) expression data 😎
Stars: ✭ 72 (-1.37%)
Mutual labels:  bioinformatics
Explore
R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
Stars: ✭ 69 (-5.48%)
Mutual labels:  shiny

START App

This is the code to run the app described in the manuscript:

Nelson, JW, Sklenar J, Barnes AP, Minnier J. (2016) "The START App: A Web-Based RNAseq Analysis and Visualization Resource." Bioinformatics. doi: 10.1093/bioinformatics/btw624.

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 following commands once to set up the environment:


install.packages(c("reshape2","ggplot2","ggthemes","gplots","ggvis","dplyr","tidyr","DT", "readr",
                   "RColorBrewer","pheatmap","shinyBS","plotly","janitor",
                   "markdown","NMF","scales","heatmaply"))
## try http:// if https:// URLs are not supported
if (!requireNamespace("BiocManager", quietly = TRUE))
  install.packages("BiocManager")
BiocManager::install(c("limma","edgeR"))

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 and OHSU-PSU School of Public Health, Oregon Health & Science University, Portland, OR 97239-3098, USA.

We would appreciate reports of any issues with the app via the issues option of Github or by emailing start.app.help-at-gmail.com.

Instructions

Instructions can be found here: https://github.com/jminnier/STARTapp/blob/master/instructions/Instructions.md

Licensing

This shiny code is licensed under the GPLv3. Please see the file LICENSE.txt for information.

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

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

You may contact the author of this code, Jessica Minnier, at <[email protected]>

Code adapted for use in app:

Law, CW, Chen, Y, Shi, W, and Smyth, GK (2014). Voom: precision weights unlock linear model analysis tools for RNA-seq read counts. Genome Biology 15, R29.

Love MI, Huber W, and Anders S (2014). Moderated estimation of fold change and dispersion for RNA-Seq data with DESeq2. Genome Biology, 15, 550.

DOI

DOI

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].