Skip to content
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

Closes #124 rs_ca125: add rs_onco_ca125 #131

Merged
merged 11 commits into from
Jan 15, 2025
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Authors@R: c(
person("Stefan", "Bundfuss", role = "aut", comment = c(ORCID = "0009-0005-0027-1198")),
person("Zelos", "Zhu", role = "aut"),
person("Sadchla", "Mascary", role = "aut"),
person("Vladyslav", "Shuliar", role = "aut", comment = c(ORCID = "0009-0008-2354-8999"))
person("Vladyslav", "Shuliar", role = "aut", comment = c(ORCID = "0009-0008-2354-8999")),
person("Vinh", "Nguyen", role = "aut")
)
Description: A set of Study Data Tabulation Model (SDTM) datasets from the Clinical
Data Interchange Standards Consortium (CDISC) pilot project used for testing
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# pharmaversesdtm 1.1.0

## New features
## New Features

- Oncology response data for GCIG criteria (`rs_onco_ca125` and
`supprs_onco_ca125`) was added. (#124)

- Pediatrics data for anthropometric measures (`dm_peds` and `vs_peds`) was added. (#88)

Expand Down
16 changes: 16 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,22 @@
#' @author Vinh Nguyen
"supprs_onco_imwg"

#' Disease Response (GCIG)
#'
#' A SDTM RS dataset using GCIG criteria. The dataset contains just a few patients.
#' It is intended for vignettes and examples of ADaM dataset creation.
#'
#' @author Vinh Nguyen
"rs_onco_ca125"

#' Supplemental Qualifiers for RS_ONCO_CA125
#'
#' A SDTM supplemental RS dataset using GCIG criteria. It is intended to be used
#' together with `rs_onco_ca125`.
#'
#' @author Vinh Nguyen
"supprs_onco_ca125"

#' Supplemental Adverse Events
#'
#' A SDTM SUPPAE dataset from the CDISC pilot project
Expand Down
158 changes: 158 additions & 0 deletions data-raw/rs_supprs_onco_ca125.R

Large diffs are not rendered by default.

Binary file added data/rs_onco_ca125.rda
Binary file not shown.
Binary file added data/supprs_onco_ca125.rda
Binary file not shown.
4 changes: 2 additions & 2 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ ADEG
ADaM
AE
CDISC
CICD
Contesti
DM
DS
EG
GCIG
Gopi
IMWG
Immunogenicity
Expand Down Expand Up @@ -34,10 +36,8 @@ TAs
Thampi
VFQ
Vegesna
Vinh
anonymized
anthropometric
iRECIST
nolint
pharmaverse
CICD
1 change: 1 addition & 0 deletions man/pharmaversesdtm-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions man/rs_onco_ca125.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions man/supprs_onco_ca125.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading