tcplPlot()
gains a compare
parameter, which replaces the compare.val
parameter, for selecting a plot-data field by which samples are grouped into
comparison plots. tcplPlot()
also gains group.fld
, group.threshold
, and
hide_losing_models
parameters, providing more customizability to comparison
and individual concentration-response plots alike.tcplLoadData()
, and by extension tcplPlot()
and tcplPlotLoadData()
, now
support chemical queries via the fld
parameter (#162).tcplVarMat()
now produces a z-score matrix by default, customizable via the
std_vars
parameter (#326).tcplRun()
gains a ready_only
parameter to only process endpoints annotated
with export_ready = 1
(#263).tcplPlot()
functionality, among many other small, general
improvements.tcplSubsetChid()
now preserves the continuous hitcall and the binary hitcall
is stored as actc
(#189).NEWS.md
file to track changes to the package.fixes error from ggplot2
minor bug fixes
add functionality for additional model fitting with tcplfit2
updated vignettes for new fitting
created updated plotting function
updated for release with toxcast invitrodb data
added option to allow change in single conc bmad calculation
Major change for tcpl v2.0:
Incorporation of tcplLite into the package, a functionality that allows the user to work from local files formatted like invitrodb tables, rather than a MySQL database.
Using tcplLite is ideal for handling smaller datasets.
The SQLite driver was removed from the package.
Changes from v1.2.2
.plotFit (not exported) was updated to work with the new behavior of nchar
for R>3.3 (PR#10/#26)
tcplPlotPlate now works with single-conc data. Previously it only worked with the multi-conc data. (PR#14)
Deleted out the 'nddr' level 6 methods. They were specific to one dataset and are no longer used. (PR#16)
Removed all instances of "with = FALSE" in data.table calls. (PR#25)
The package no longer writes to the installation directory. The vignette is now built in TMPDIR and the location of the configuration file must be specified by the user. This is to comply CRAN policies. The benefit to users that share an installation, is they can now each have their own config file. (PR#28)
The specific method imports were removed for the RSQLite and RMySQL packages. This change reflects the new behavior of the RSQLite package. The RMySQL imports were removed to simplify the package, as they were found unnecessary. (PR#29)
Changes from v1.2.2
.plotFit (not exported) was updated to work with the new behavior of nchar
for R>3.3 (PR#10/#26)
tcplPlotPlate now works with single-conc data. Previously it only worked with the multi-conc data. (PR#14)
Deleted out the 'nddr' level 6 methods. They were specific to one dataset and are no longer used. (PR#16)
Removed all instances of "with = FALSE" in data.table calls. (PR#25)
The package no longer writes to the installation directory. The vignette is now built in TMPDIR and the location of the configuration file must be specified by the user. This is to comply CRAN policies. The benefit to users that share an installation, is they can now each have their own config file. (PR#28)
The specific method imports were removed for the RSQLite and RMySQL packages. This change reflects the new behavior of the RSQLite package. The RMySQL imports were removed to simplify the package, as they were found unnecessary. (PR#29)
Changes from v1.2
Changes from beta versions:
rapply
the package now must use
R version 3.2.0 or higher.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.