This project involves transforming Study Data Tabulation Model (SDTM) lab data into an Analysis Data Model (ADaM) compliant dataset, specifically for LB (Laboratory Data) data.
-
Read in the SDTM lab data: Load the SDTM LB dataset into the SAS workspace.
-
Check dataset structure: Use
PROC CONTENTS
to examine the structure of the SDTM LB dataset. -
Create the ADaM LB (ADLB) dataset: Generate an ADLB dataset from the SDTM LB data.
-
Variable retention and derivation: Retain necessary variables for analysis and create derived variables for baseline and change from baseline.
-
Flag significant changes: Create a flag for significant changes from baseline.
-
Apply ADaM metadata attributes: This is a placeholder - actual metadata would be study-specific and would be applied based on the ADaM Implementation Guide.
-
Quality Control: Check SAS log for errors or warnings, and validate outputs. Ensure documentation for each step to maintain inspection readiness.
-
Set the input data location: Specify the path to the clinical trial data.
-
Import the data into a SAS dataset: Load the CSV data into a SAS dataset using
PROC IMPORT
. -
Check dataset structure: Use
PROC CONTENTS
to examine the structure of the imported data. -
Data cleaning and manipulation: Recode categorical variables, handle missing values, and create derived variables.
-
Automate repetitive tasks: Create a macro to automate tasks like generating summary statistics for a list of variables.
-
Perform logistic regression: Use
PROC LOGISTIC
to perform a logistic regression analysis. -
Quality Control: Check SAS log for errors or warnings, and validate outputs. Ensure documentation for each step to maintain inspection readiness.
This project requires a solid understanding of SAS programming, SDTM and ADaM data standards, as well as familiarity with clinical trial data.
Contributors are expected to adhere to ADaM Implementation Guide and relevant regulatory guidelines. Please ensure thorough documentation for each step for reproducibility and inspection readiness.
Ojong Tabi
This project is licensed under the MIT License.
This work contributes to improving data transformation practices in clinical trial data analysis, and supports increased transparency and reproducibility.