-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated *_mthds.R and invitrodb to reflect new method desc #103
Updated *_mthds.R and invitrodb to reflect new method desc #103
Conversation
…odb for the following *_mthds.R files: sc1, sc2, mc2, mc3, mc4, mc5, and mc6. Removed bmed.aeid.lowconc.twells, no.gnls.fit, and nmad.apid.null.zwells and unused commented out functions from from mc4_mthds.R to align with invitrodb.
R/mc5_mthds.R
Outdated
#' \item{log10_2}{Add a cutoff value of log10(2).} | ||
#' \item{neglog2_0.88}{Add a cutoff value of -1*log2(0.88).} | ||
#' \item{bmad3}{Add a cutoff value of 3 multiplied by the baseline median absolute deviation | ||
#' (bmad). By default, bmad is calculated using test compound wells (wllt = t) for the endpoint.} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This by default sentence only applies to single conc. Could replace as "Add a cutoff value of 3 multiplied by the baseline median absolute deviation (bmad) as defined at Level 4."
Updated descriptions for level 6 flags in mc6_mthds.R to reflect new descriptions in invitrodb. Added self to contributor list in "DESCRIPTION"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please run devtools::document() so that the .Rd files that create the manual are updated
Rendered documents using devtools::document() to update the manual.
…corresponding rendered manual.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need to be rebased after #102 is merged
# added to line 261
Updated method descriptions to reflect new descriptions now in invitrodb for the following *_mthds.R files: sc1, sc2, mc2, mc3, mc4, mc5, and mc6.
Removed bmed.aeid.lowconc.twells, no.gnls.fit, and nmad.apid.null.zwells and unused commented out functions from from mc4_mthds.R to align with invitrodb.