A2-ai / gilead_ghqc_demo

0 stars 0 forks source link

scripts/DA.R #1

Open jenna-a2ai opened 1 month ago

jenna-a2ai commented 1 month ago

Data Assembly

Note: Please modify the checklist items to insert relevant QC context.

Reproducibility and Organization

yspec

Dataset Assumptions - Automated

:red_circle: These can be done using pointblank and QCer can just confirm these pass!

Data Assumptions - Manual

:red_circle: These CAN’T be done using pointblank and QCer must look closely at specific sections of code.

Misc

Metadata

wes-a2ai commented 1 month ago

https://github.com/A2-ai/gilead_ghqc_demo/blob/aced09b5e323d40eeab922726cccb1d06ed00cd2/scripts/DA.R#L19

Chose the wrong time column

jenna-a2ai commented 1 month ago

@wes-a2ai

thanks, Wes! Nominal time, right?

File Difference

reference commit (older version): aced09b5e323d40eeab922726cccb1d06ed00cd2

comparator commit (newer version): 3bacb8150e08e60d8fd61485e8e065a2139d4b66

@@ - reference:  lines 17-21 @@
@@ + comparator: lines 17-21 @@
  17     CFLAG = 100                                                                                                                                            
  18   ) %>%                                                                                                                                                    
- 19   select(C, LINE, ID, ATFD, ATLD, NTFD, NTLD, TEST, AMT, DV, LDV, EVID, CMT, MDV, BLQ, LLOQ, DOSEA, IMPDOS, STUDY, USUBJID, DTIM, FDOSE, VISIT, TPT, CFLAG)
+ 19   select(C, LINE, ID, NTFD, NTLD, NTFD, NTLD, TEST, AMT, DV, LDV, EVID, CMT, MDV, BLQ, LLOQ, DOSEA, IMPDOS, STUDY, USUBJID, DTIM, FDOSE, VISIT, TPT, CFLAG)
  20 write.csv(pkdf5, file.path(derDir, "PK_AXAN101.csv"), na = ".")                                                                                            
  21                                                                                                                                                            

Metadata