menuItem("Upload your data",tabName="Upload",icon=icon("upload")),
# bookmarkButton(),
menuItemOutput("dymMenu"),
...
...
@@ -207,20 +207,20 @@ body <- dashboardBody(
),
tabPanel("R install (RC)",
p("SHAMAN is available for R>3.1.2. The installation, download and execution can all be performed with a small R script :",style="font-family: 'times'; font-si16pt"),
br(),"# Install dependencies,",br(),"# download last version from github,",br(),"# and run SHAMAN in one command:",br(),"runGitHub('aghozlane/shaman')")),
br(),"# Install dependencies,",br(),"# download last version from github,",br(),"# and run SHAMAN in one command:",br(),"runGitHub('aghozlane/shaman')"),
p("This script can also be dowloaded",a("here",target="_blank",href="shamanapp.R"),"and executed as following :"),
checkboxInput("AddFilter","Add a filtering step",value=FALSE),
bsTooltip("AddFilter","If your count matrix is very sparse, you can add a filter on your data","bottom",trigger="click",options=list(container="body"))
bsTooltip("AddFilter","If your count matrix is very sparse, you can add a filter on your data","bottom",trigger="hover",options=list(container="body"))