Skip to content

Commit

Permalink
typo+title
Browse files Browse the repository at this point in the history
  • Loading branch information
jminnier committed Mar 22, 2016
1 parent 21a78d2 commit 3b351b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 186 deletions.
184 changes: 0 additions & 184 deletions README.html

This file was deleted.

11 changes: 11 additions & 0 deletions data/.Rapp.history
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
load("/Users/minnier/Dropbox/Work/OHSU/KnightCardio/Nelson_Barnes/ShinyApps/2014_RNASeqViewer/ShinySeqVis/data/mousecounts_example_analysis_results.RData")
ls()
head(results)
load("/Users/minnier/Dropbox/Work/OHSU/KnightCardio/Nelson_Barnes/ShinyApps/2014_RNASeqViewer/ShinySeqVis/data/mousecounts_example_analyzed.RData")
x=load("/Users/minnier/Dropbox/Work/OHSU/KnightCardio/Nelson_Barnes/ShinyApps/2014_RNASeqViewer/ShinySeqVis/data/mousecounts_example_analyzed.RData")
x
head(example_data_results)
load("/Users/minnier/Desktop/STAR_results_2016-03-20-mousecounts.RData")
x = load("/Users/minnier/Desktop/STAR_results_2016-03-20-mousecounts.RData")
x
head(results)
4 changes: 2 additions & 2 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ navbarPage(
fluid = TRUE,theme = "bootstrap.min.united.css",
#United theme from http://bootswatch.com/
#customHeaderPanel(title="START: RNAseq Analysis and Visualization Resource"),#img(src="KCardio_CMYK_4C_pos_small.jpg",height=50,width= 92,align="right") ,
title="START: RNAseq Analysis and Visualization Resource",
title="START: Shiny Transcriptome Analysis Resource Tool",
## =========================================================================== ##
## DOWNLOAD DATA TABS
## =========================================================================== ##
Expand All @@ -60,7 +60,7 @@ navbarPage(
## ==================================================================================== ##
footer=p(hr(),p("ShinyApp created by ", strong("{Jessica Minnier + Jiri Sklenar + Jonathan Nelson}")," of ",align="center",width=4),
p(("Knight Cardiovascular Institute, Oregon Health & Science University"),align="center",width=4),
p(("Copyright (C) 2014-2016, code licenesed under GPLv3"),align="center",width=4),
p(("Copyright (C) 2014-2016, code licensed under GPLv3"),align="center",width=4),
p(("Code available on Github:"),a("https://github.com/jminnier/STARTapp",href="https://github.com/jminnier/STARTapp"),align="center",width=4)
)

Expand Down

0 comments on commit 3b351b8

Please sign in to comment.