sendSweetAlert(messageId="DemoDataset",title="Success",text=paste("Data of",DemoDataset[[1]][2],"were successfully loaded. You can go to statistical analysis section."),type="success",html=TRUE)
#sendSweetAlert(messageId="DemoDataset", title = "Success", text = paste("Data of", DemoDataset[[1]][2], "were successfully loaded. You can go to statistical analysis section."), type = "success", html=TRUE)
sendSweetAlert(session,title="Success",text=paste("Data of",DemoDataset[[1]][2],"were successfully loaded. You can go to statistical analysis section."),type="success",html=TRUE)
sendSweetAlert(messageId="LoadResMasque",title="Success",text="Processed data were successfully loaded. You can go to statistical analysis part to analyze your data with SHAMAN.",type="success",html=TRUE)
#sendSweetAlert(messageId="LoadResMasque", title = "Success", text = "Processed data were successfully loaded. You can go to statistical analysis part to analyze your data with SHAMAN.", type = "success", html=TRUE)
sendSweetAlert(session,title="Success",text="Processed data were successfully loaded. You can go to statistical analysis part to analyze your data with SHAMAN.",type="success",html=TRUE)
sendSweetAlert(messageId="LoadResMasque_home",title="Success",text="Processed data were successfully loaded. You can go to statistical analysis part to analyze your data with SHAMAN.",type="success",html=TRUE)
#sendSweetAlert(messageId="LoadResMasque_home", title = "Success", text = "Processed data were successfully loaded. You can go to statistical analysis part to analyze your data with SHAMAN.", type = "success", html=TRUE)
sendSweetAlert(session,title="Success",text="Processed data were successfully loaded. You can go to statistical analysis part to analyze your data with SHAMAN.",type="success",html=TRUE)
p("If you use SHAMAN for your project, please cite our first application of SHAMAN in Quereda et al. 2016.",style="font-family: 'times'; font-si16pt"),
p("Publication using SHAMAN:",style="font-family: 'times'; font-si18pt; font-style: strong"),
p("Publication using SHAMAN:",style="font-family: 'times'; font-si18pt; font-style: strong"),
p(a("Prediction of the intestinal resistome by a three-dimensional structure-based method.",href="https://www.ncbi.nlm.nih.gov/pubmed/30478291"),"Ruppé E, Ghozlane A, Tap J, et al.;Nature microbiology 2018",style="font-family: 'times'; font-si16pt"),
p(a("Diverse laboratory colonies of Aedes aegypti harbor the same adult midgut bacterial microbiome.",href="https://www.ncbi.nlm.nih.gov/pubmed/29587819"),"Dickson LB, Ghozlane A, Volant S, Bouchier C, Ma L, Vega-Rúa A, Dusfour I, Jiolle D, Paupy C, Mayanja MN, Kohl A, Lutwama JJ, Duong V, Lambrechts L; Parasit Vectors 2018",style="font-family: 'times'; font-si16pt"),
...
...
@@ -441,9 +441,9 @@ function(request) {
),
div(style="text-align:center;",
actionButton("submit",strong("Check and submit"),icon("chevron-circle-right"),class="btn-primary",style="color: #fff"),
selectInput("DemoDataset",h6(strong('Or select a dataset')),c("..."="...","ZymoBIOMICS mock 16S"=c("30a47fca2dc3|Volant et al. 2019 in review")),selected="..."),
receiveSweetAlert(messageId="DemoDataset")
selectInput("DemoDataset",h6(strong('Or select a dataset')),c("..."="...","ZymoBIOMICS mock 16S"=c("30a47fca2dc3|Volant et al. 2019 in review")),selected="...")#,