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
"Model Selection/Acitivty Call: Select the winning model, define
1175
+
"Model Selection/Activity Call: Select the winning model, define
1176
1176
the response cutoff based on methods in the \'mc5_aeid\' table, and
1177
1177
determine activity",
1178
1178
"Flag: Flag potential false positive and false negative fits",
@@ -1861,6 +1861,27 @@ htmlTable(output,
1861
1861
)
1862
1862
```
1863
1863
1864
+
In addition, for certain data, sometimes hitcalling based on model fits alone does not make sense. There are two methods for including a "loec", or the lowest observed effective concentration, within the output of level 5 processing and stored within the mc5_param table. One method stores the "loec" where the other does the same while also overwriting values such as model_type, hitc, fitc (fit category), and modl (winning model). See [Plotting](#additional-examples) for how "loec"-fit data are plot.
"Identify the lowest observed effective concentration (loec) where the values of all responses are outside the cutoff band (i.e. abs(resp) > cutoff). loec is stored alongside winning model and potency estimates. If loec exists, assume hit call = 1, fitc = 100, model_type = 1, and if not, assume hit call = 0.",
1871
+
"Identify the lowest observed effective concentration (loec) where the values of all responses are outside the cutoff band (i.e. abs(resp) > cutoff). loec is stored alongside winning model and potency estimates."
caption="Table 12: Level 5 methods for including loec values and overwriting others."
1882
+
)
1883
+
```
1884
+
1864
1885
The example we include in this vignette for demonstrating the assignment of level 5 methods specifies three different efficacy cutoff estimates for consideration. These efficacy cutoff estimates include $3*\mathit{bmad}$, $log_2(1.2)$, and $5*\mathit{bmad}$, which correspond to $\mathit{mthd\_id}$ assignments 1, 3, and 5 respectively, and the largest of these three values will be selected as the cutoff for the endpoint. With the methods assigned, the data are ready for MC5 processing.
1865
1886
1866
1887
```{r eval=FALSE}
@@ -3251,7 +3272,9 @@ tcplPlot(dat = plot_data, by = "aeid", multi = TRUE, output = "pdf", fileprefix
<fontface="CMTT10">tcplPlot</font> now supports the plotting of vertical "LOEC" lines, automatically detecting when multi-concentration data is hit-called using the new level 5 processing method "loec.coff". Comparison LOEC plotting with other LOEC samples or crossed with traditional hit-called data with winning models is also supported.
3275
+
<fontface="CMTT10">tcplPlot</font> now supports the plotting of vertical "LOEC" lines, automatically detecting when multi-concentration data is hit-called using the new level 5 processing method "ow_loec.coff". Comparison LOEC plotting with other LOEC samples or crossed with traditional hit-called data with winning models is also supported.
3276
+
3277
+
Note - for data processed with the level 5 method "include_loec.coff", <fontface="CMTT10">tcplPlot</font> will not automatically generate this kind of plot. A current workaround is to pre-load the plot data using `tcplPlotLoadData` and update the $\mathit{model\_type}$ column to `1` for any or all sample(s). Future <fontface="CMTT10">tcpl</font> versions may include additive "LOEC" lines as an option.
0 commit comments