Skip to content

Commit b0ba9ea

Browse files
Merge pull request #131 from pharmaverse/123_rs_ca125
Closes #124 rs_ca125: add rs_onco_ca125
2 parents 590229a + 400e9f2 commit b0ba9ea

10 files changed

+223
-4
lines changed

DESCRIPTION

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Authors@R: c(
1010
person("Stefan", "Bundfuss", role = "aut", comment = c(ORCID = "0009-0005-0027-1198")),
1111
person("Zelos", "Zhu", role = "aut"),
1212
person("Sadchla", "Mascary", role = "aut"),
13-
person("Vladyslav", "Shuliar", role = "aut", comment = c(ORCID = "0009-0008-2354-8999"))
13+
person("Vladyslav", "Shuliar", role = "aut", comment = c(ORCID = "0009-0008-2354-8999")),
14+
person("Vinh", "Nguyen", role = "aut")
1415
)
1516
Description: A set of Study Data Tabulation Model (SDTM) datasets from the Clinical
1617
Data Interchange Standards Consortium (CDISC) pilot project used for testing

NEWS.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# pharmaversesdtm 1.1.0
22

3-
## New features
3+
## New Features
4+
5+
- Oncology response data for GCIG criteria (`rs_onco_ca125` and
6+
`supprs_onco_ca125`) was added. (#124)
47

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

R/data.R

+16
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,22 @@
178178
#' @author Vinh Nguyen
179179
"supprs_onco_imwg"
180180

181+
#' Disease Response (GCIG)
182+
#'
183+
#' A SDTM RS dataset using GCIG criteria. The dataset contains just a few patients.
184+
#' It is intended for vignettes and examples of ADaM dataset creation.
185+
#'
186+
#' @author Vinh Nguyen
187+
"rs_onco_ca125"
188+
189+
#' Supplemental Qualifiers for RS_ONCO_CA125
190+
#'
191+
#' A SDTM supplemental RS dataset using GCIG criteria. It is intended to be used
192+
#' together with `rs_onco_ca125`.
193+
#'
194+
#' @author Vinh Nguyen
195+
"supprs_onco_ca125"
196+
181197
#' Supplemental Adverse Events
182198
#'
183199
#' A SDTM SUPPAE dataset from the CDISC pilot project

data-raw/rs_supprs_onco_ca125.R

+158
Large diffs are not rendered by default.

data/rs_onco_ca125.rda

1017 Bytes
Binary file not shown.

data/supprs_onco_ca125.rda

814 Bytes
Binary file not shown.

inst/WORDLIST

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ ADEG
22
ADaM
33
AE
44
CDISC
5+
CICD
56
Contesti
67
DM
78
DS
89
EG
10+
GCIG
911
Gopi
1012
IMWG
1113
Immunogenicity
@@ -34,10 +36,8 @@ TAs
3436
Thampi
3537
VFQ
3638
Vegesna
37-
Vinh
3839
anonymized
3940
anthropometric
4041
iRECIST
4142
nolint
4243
pharmaverse
43-
CICD

man/pharmaversesdtm-package.Rd

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rs_onco_ca125.Rd

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/supprs_onco_ca125.Rd

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)