Skip to content

Commit

Permalink
#123 - Updated per comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhn23 committed Nov 13, 2024
1 parent a1127a3 commit 16bfd5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions data-raw/rs_supprs_onco_ca125.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rs_onco_ca125 <- tibble::tribble(
"RS", "CDISCPILOT01", "01-701-1028", 2L, "WEEK 3", "RECIST 1.1", "OVRLRESP", "Overall Response", "PR", "PR", "INVESTIGATOR", NA, NA, "2013-08-09", 12L,
"RS", "CDISCPILOT01", "01-701-1028", 3L, "WEEK 6", "RECIST 1.1", "OVRLRESP", "Overall Response", "PD", "PD", "INVESTIGATOR", NA, NA, "2013-08-30", 15L,
"RS", "CDISCPILOT01", "01-701-1028", 4L, "WEEK 9", "RECIST 1.1", "OVRLRESP", "Overall Response", "PD", "PD", "INVESTIGATOR", NA, NA, "2013-09-30", 18L,
"RS", "CDISCPILOT01", "01-701-1034", 2L, "WEEK 3", "RECIST 1.1", "OVRLRESP", "Overall Response", "NON-CR/NON-PD", "NON-CR/NON-PD", "INVESTIGATOR", NA, NA, "2014-07-22", 12L,
"RS", "CDISCPILOT01", "01-701-1034", 2L, "WEEK 3", "RECIST 1.1", "OVRLRESP", "Overall Response", "CR", "CR", "INVESTIGATOR", NA, NA, "2014-07-22", 12L,
"RS", "CDISCPILOT01", "01-701-1034", 3L, "WEEK 6", "RECIST 1.1", "OVRLRESP", "Overall Response", "CR", "CR", "INVESTIGATOR", NA, NA, "2014-08-20", 15L,
"RS", "CDISCPILOT01", "01-701-1097", 2L, "WEEK 3", "RECIST 1.1", "OVRLRESP", "Overall Response", "SD", "SD", "INVESTIGATOR", NA, NA, "2014-01-22", 12L,
"RS", "CDISCPILOT01", "01-701-1115", 2L, "WEEK 3", "RECIST 1.1", "OVRLRESP", "Overall Response", "SD", "SD", "INVESTIGATOR", NA, NA, "2012-12-21", 12L,
Expand Down Expand Up @@ -115,9 +115,9 @@ supprs_onco_ca125 <- tibble::tribble(
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 3L, "CA2XULRR", "CA-125 pre-treatment 2x ULRR", "N",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 6L, "CA2XULRR", "CA-125 pre-treatment 2x ULRR", "N",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 9L, "CA2XULRR", "CA-125 pre-treatment 2x ULRR", "N",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 3L, "CNOTNORM", "CA125 not norm, lab increased >=2x nadir", "Y",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 6L, "CNOTNORM", "CA125 not norm, lab increased >=2x nadir", "Y",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 9L, "CNOTNORM", "CA125 not norm, lab increased >=2x nadir", "Y",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 3L, "CANORM2X", "CA125 normal, lab increased >=2x ULRR", "Y",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 6L, "CANORM2X", "CA125 normal, lab increased >=2x ULRR", "Y",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 9L, "CANORM2X", "CA125 normal, lab increased >=2x ULRR", "Y",
"CDISCPILOT01", "RS", "01-701-1034", "RSSEQ", 3L, "CA125EFL", "CA-125 response evaluable", "Y",
"CDISCPILOT01", "RS", "01-701-1034", "RSSEQ", 6L, "CA125EFL", "CA-125 response evaluable", "Y",
"CDISCPILOT01", "RS", "01-701-1034", "RSSEQ", 3L, "CA2XULRR", "CA-125 pre-treatment 2x ULRR", "Y",
Expand All @@ -134,6 +134,7 @@ supprs_onco_ca125 <- tibble::tribble(
"CDISCPILOT01", "RS", "01-701-1015", "RSSEQ", 9L, "CA2XULRR", "CA-125 pre-treatment 2x ULRR", "Y",
"CDISCPILOT01", "RS", "01-701-1015", "RSSEQ", 9L, "CA50RED", ">50% reduction from baseline", "Y",
"CDISCPILOT01", "RS", "01-701-1015", "RSSEQ", 6L, "MOUSEANT", "Received mouse antibodies", "Y",
"CDISCPILOT01", "RS", "01-701-1015", "RSSEQ", 24L, "MOUSEANT", "Received mouse antibodies", "Y",
"CDISCPILOT01", "RS", "01-701-1115", "RSSEQ", 3L, "CA125EFL", "CA-125 response evaluable", "Y",
"CDISCPILOT01", "RS", "01-701-1115", "RSSEQ", 6L, "CA125EFL", "CA-125 response evaluable", "Y",
"CDISCPILOT01", "RS", "01-701-1115", "RSSEQ", 9L, "CA125EFL", "CA-125 response evaluable", "Y",
Expand Down
Binary file modified data/rs_onco_ca125.rda
Binary file not shown.
Binary file modified data/supprs_onco_ca125.rda
Binary file not shown.

0 comments on commit 16bfd5c

Please sign in to comment.