Skip to content

Commit

Permalink
Merge pull request #131 from pharmaverse/123_rs_ca125
Browse files Browse the repository at this point in the history
Closes #124 rs_ca125: add rs_onco_ca125
  • Loading branch information
manciniedoardo authored Jan 15, 2025
2 parents 590229a + 400e9f2 commit b0ba9ea
Show file tree
Hide file tree
Showing 10 changed files with 223 additions and 4 deletions.
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.

0 comments on commit b0ba9ea

Please sign in to comment.