Skip to content

Commit

Permalink
#123 - updated supp data for 1028
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhn23 committed Oct 16, 2024
1 parent 80ae61a commit a1127a3
Showing 1 changed file 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 @@ -109,12 +109,13 @@ supprs_onco_ca125 <- tibble::tribble(
"CDISCPILOT01", "RS", "01-701-1130", "RSSEQ", 9L, "CA2XULRR", "CA-125 pre-treatment 2x ULRR", "Y",
"CDISCPILOT01", "RS", "01-701-1130", "RSSEQ", 6L, "CNOTNORM", "CA125 not norm, lab increased >=2x nadir", "Y",
"CDISCPILOT01", "RS", "01-701-1130", "RSSEQ", 9L, "CNOTNORM", "CA125 not norm, lab increased >=2x nadir", "Y",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 3L, "CA125EFL", "CA-125 response evaluable", "Y",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 6L, "CA125EFL", "CA-125 response evaluable", "Y",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 9L, "CA125EFL", "CA-125 response evaluable", "Y",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 6L, "CA2XULRR", "CA-125 pre-treatment 2x ULRR", "N",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 3L, "CA125EFL", "CA-125 response evaluable", "N",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 6L, "CA125EFL", "CA-125 response evaluable", "N",
"CDISCPILOT01", "RS", "01-701-1028", "RSSEQ", 9L, "CA125EFL", "CA-125 response evaluable", "N",
"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-1034", "RSSEQ", 3L, "CA125EFL", "CA-125 response evaluable", "Y",
Expand Down

2 comments on commit a1127a3

@starosto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @vinhn23, I have some small additional comments below:

  1. I see update in code but SUPPRS dataset is not refreshed and I still see "01-701-1028" before changes

  2. line 39
    "01-701-1034" has "NON-CR/NON-PD" as RECIST1.1 overall response, please update

  3. line 118-120
    "01-701-1028" has PD, is flagged as not evaluable with baseline level not elevated , but as a reason of PD we have CNOTNORM = Y instead of CANORM2X = Y (category C of PD)

  4. line 136
    "01-701-1015" took mouse antibodies but there is no SUPPRS record for combined response. Should we add such a record? I exclude records after mouse antibodies for RSCAT="CA-125", but I assume this should be the case for RSCAT="RECIST 1.1 - CA125" records

@vinhn23
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@starosto items 1,2,3 should be resolved. I added a record for the mouse antibodies; however, I am unsure how that would fit into the derivation of the combined response since we do not have a combined crf page or guidance. @amitjaingsk do you have any insight on item 4?

Please sign in to comment.