-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added dropdown to select plots of doseresponse
- Loading branch information
1 parent
e143bc2
commit 9269b24
Showing
6 changed files
with
54 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
output: html_document | ||
--- | ||
|
||
## Overview | ||
|
||
- 1. Describe DOE in Excel | ||
* Number of parameters | ||
* Boundaries of parameters | ||
- 2. Rscript | ||
* generates DOE matrix | ||
- 3. TPA sends DOE matrix back to ELN | ||
- 4. User collects DOE matrix via chemotion python API using the Device computer | ||
- 5. Device measures samples and sends results back to ELN via Inbox (via Shuttle) | ||
|
||
## Alternative | ||
|
||
- 1. Describe DOE in Excel | ||
* Number of parameters | ||
* Boundaries of parameters | ||
- 2. Rscript | ||
* generates DOE matrix | ||
* uses python API to generate one reaction variation per row in the DOE matrix | ||
- 3. User collects Reaction variation via python API | ||
- 4. Device measures samples and sends results back to ELN via Inbox (via Shuttle) | ||
- 5. Maybe, python API can link the results with the respective Reaction variation |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
Sys.setenv(RUN_MODE = "BROWSER") | ||
library(bs) | ||
app <- bs::app() | ||
shiny::shinyApp(app$ui, app$server) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters