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

Add ADAL01 #116

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

Add ADAL01 #116

wants to merge 21 commits into from

Conversation

edelarua
Copy link
Contributor

@edelarua edelarua commented Sep 8, 2023

Work from #38 moved here due to repo restructuring since previous PR was created.

Closes #37

@edelarua edelarua added the sme label Sep 8, 2023
@edelarua edelarua mentioned this pull request Sep 8, 2023
@edelarua
Copy link
Contributor Author

edelarua commented Sep 8, 2023

Hi @qiliu1013,

After your refactor of ADAB in random.cdisc.data, the "treatment emergent status" data is no longer present in adab (see change here), and the ATACHAR variable is no longer present in adab (see change here). Consequently, the "Characterization Results", "Patient Treatment Emergent ADA Status", and "Patient Treatment Emergent NAb Status" columns can no longer be derived in this listing. How should we proceed?

I have commented out the broken parts of the code to create the listing for now, which generates ADAL01 without the four missing columns until this is fixed.

@qiliu1013
Copy link

qiliu1013 commented Sep 8, 2023

Hi @qiliu1013,

After your refactor of ADAB in random.cdisc.data, the "treatment emergent status" data is no longer present in adab (see change here), and the ATACHAR variable is no longer present in adab (see change here). Consequently, the "Characterization Results", "Patient Treatment Emergent ADA Status", and "Patient Treatment Emergent NAb Status" columns can no longer be derived in this listing. How should we proceed?

I have commented out the broken parts of the code to create the listing for now, which generates ADAL01 without the four missing columns until this is fixed.

I will be out of office for the upcoming week but if you have any questions please feel free to reach out to anyone on the SME team!

Hi @edelarua, no need to show "Characterization Results" and "Patient Treatment Emergent NAb Status" in the ADAL01. A the new standard specs, there were move into PARAM now. We don't need to consider them.
"Patient Treatment Emergent ADA Status" now was in PARAMCD = "ADASTAT1".

Did I answer all your questions?

Thanks,
Qi

@edelarua
Copy link
Contributor Author

edelarua commented Sep 8, 2023

Did I answer all your questions?

To confirm - "Patient Treatment Emergent ADA Status" also no longer need to be considered, correct? If so then yes you answered all my questions, and the template should be ready for review! Thanks Qi!!

@qiliu1013
Copy link

Did I answer all your questions?

To confirm - "Patient Treatment Emergent ADA Status" also no longer need to be considered, correct? If so then yes you answered all my questions, and the template should be ready for review! Thanks Qi!!

Sorry. Patient Treatment Emergent ADA Status is PARAMCD = "ADASTAT1". No need to consider "Patient Treatment Emergent NAb Status"

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2023

Unit Tests Summary

    1 files  2 suites   1m 9s ⏱️
  26 tests 0 ✔️   26 💤 0
287 runs  0 ✔️ 287 💤 0

Results for commit f60e542.

♻️ This comment has been updated with latest results.

@qiliu1013
Copy link

Hi @edelarua, can you please share the output with me? Thanks!

@shajoezhu
Copy link
Contributor

@edelarua
Copy link
Contributor Author

@qiliu1013 see a screenshot of the TLG-C output here:

adal01_screenshot

# A tibble: 24 × 9
USUBJID VISIT ISTPT NFRLT RES_ADA TU_ADA RES_NAB TU_NAB AVAL_pk
<lstng_ky> <lstng_ky> <fct> <dbl> <chr> <chr> <chr> <chr> <chr>
1 AB12345-RUS-16-id-165 Day 2 24H 24 Negative N/A NA N/A 0.00
Copy link

@qiliu1013 qiliu1013 Sep 20, 2023

Choose a reason for hiding this comment

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

@edelarua, do you know why AVAL_PK is 0.00? It should be some numbers or NA. RES_ADA and TU_ADA seems not matched to me. I checked the data, they were matched. Can you please take a look?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@qiliu1013 I believe those AVAL values were set to 0 in adpc in random.cdisc.data. I have added a line in to convert 0 values as well as NAs to "N/A" for this column.

@shajoezhu shajoezhu marked this pull request as draft October 18, 2023 05:46
@shajoezhu
Copy link
Contributor

blocking this for the moment. It seems we need some refactoring in the rcd data again.

@qiliu1013
Copy link

@shajoezhu and @edelarua, can you please let me know where to find the latest adal01 code? I didn't see it under 37_adal01 branch. Thanks!

Copy link
Contributor

github-actions bot commented Sep 28, 2024


🎉 Thank you for your contribution! Before this PR can be accepted, we require that you all read and agree to our Contributor License Agreement.
You can digitally sign the CLA by posting a comment on this Pull Request in the format shown below. This agreement will apply to this PR as well as all future contributions on this repository.


I have read the CLA Document and I hereby sign the CLA


3 out of 4 committers have signed the CLA.
✅ (edelarua)[https://github.com/edelarua]
✅ (Melkiades)[https://github.com/Melkiades]
✅ (shajoezhu)[https://github.com/shajoezhu]
@Qi Liu
Qi Liu seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@shajoezhu
Copy link
Contributor

I have read the CLA Document and I hereby sign the CLA

@qiliu1013
Copy link

I have read the CLA Document and I hereby sign the CLA

@shajoezhu shajoezhu marked this pull request as ready for review September 28, 2024 08:33
Copy link
Contributor

@shajoezhu shajoezhu left a comment

Choose a reason for hiding this comment

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

need to update snapshot

@shajoezhu
Copy link
Contributor

hi @edelarua , could you update the snapshot, once insightsengineering/random.cdisc.data#317 is in please. Thanks!

@shajoezhu
Copy link
Contributor

this is potentially blocked by insightsengineering/random.cdisc.data#319

@edelarua
Copy link
Contributor Author

Snapshot has been updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ADAL01
4 participants