You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createAlert(session,"warningAlert",alertId="warn1",title="Warning: No survival time columns were found!", content="<p>If you believe this is incorrect, you can review the clinical data and select the appropriate column. </p>",style='danger', dismiss=TRUE, append=TRUE)
52
+
}
53
+
elseif(is.na(y.outcome) &!is.na(x.time)){
54
+
createAlert(session,"warningAlert",alertId="warn1",title="Warning: No survival outcome columns were found!", content="<p>If you believe this is incorrect, you can review the clinical data and select the appropriate column. </p>",style='danger', dismiss=TRUE, append=TRUE)
createAlert(session,"warningAlert",alertId="warn1",title="Warning: No survival outcome columns were found!", content="<p>If you believe this is incorrect, you can review the clinical data and select the appropriate columns. </p>",style='danger', dismiss=TRUE, append=TRUE)
48
60
49
61
}
50
-
elseif(is.na(x.time) &!is.na(y.outcome)){
51
-
createAlert(session,"warningAlert",alertId="warn1",title="Warning: No survival time columns were found!", content="<p>If you believe this is incorrect, you can review the clinical data and select the appropriate columns. </p>",style='danger', dismiss=TRUE, append=TRUE)
createAlert(session, "warningAlert", alertId="warn3", title="Warning: No Columns were found",
108
-
content= c("<p>Oops! shinyGEO could not find columns for survival analysis in your data. Please try the following: <ol><li>View the table and select the columns relevant to time and outcome or..</li><li>Use manual selection and format your data accordingly.</li></ol></p>"), style='danger', dismiss=TRUE, append=TRUE)
115
+
content= c("<p>Oops! shinyGEO could not find columns for survival analysis in your data. Please try the following: <ol><li>View the table and select the columns relevant to time and outcome </li><li>If necessary, manually format the data by exporting the data, reformatting, and uploading your data back into <i>shinyGEO</i>.</li></ol></p>"), style='danger', dismiss=TRUE, append=TRUE)
<p><span style = \'font-weight: bold\'> Michael Gargano </span>
20
-
is currently a Computer Science major at Eastern Connecticut State University graduating in May of 2016. His interests include web application development, text mining, and bioinformatics.
21
-
He currently works as a web application developer intern for Cigna. </p>
20
+
has a BS degree in Computer Science from Eastern Connecticut State University. He is pursuing a Masters in Bioinformatics at Northeastern University.</p>
0 commit comments