DAPA Datasets for Data Wrangling

The demonstration of Data Wrangling will utilize Dapagliflozin (DAPA) datasets within PumasCP's Data Wrangler. The two datasets are available at the following links: PC and EX.

PC Dataset:

The pc dataset contains pharmacokinetic data, including plasma concentration measurements at various times after administering the study drug. These times are presented in both actual and nominal formats. This dataset is fundamental for pharmacokinetic analysis, offering in-depth information on the drug's absorption, distribution, metabolism, and elimination kinetics.

EX Dataset:

The ex dataset contains information on the exposure of subjects or patients to investigational drugs or interventions in a clinical trial. It usually includes details like the start and end dates of exposure, dosage, route of administration, and other pertinent information concerning the drug or intervention's administration.

Data Structure

The "pc" dataset is structured as a tabular data format, with each row representing a unique observation or timepoint. Dimensions [1536 X 19] Its consists of data for 24 subjects, DAPA01-001, DAPA01-002, ..., DAPA-024. 64 samples per subject.

column namecolumn labelcolumn typeDescription
STUDYIDStudy IdentifierStringUnique identifier for a study.
DOMAINDomain AbbreviationStringTwo-character abbreviation for the domain.
USUBJIDUnique Subject IdentifierStringUnique subject identifier within the submission.
PCSEQSequence NumberNumberSequence number given to ensure uniqueness of subject records within a domain. May be any valid number.
PCTESTCDPharmacokinetic Test Short NameStringShort name of the analyte or specimen characteristic.
PCTESTPharmacokinetic Test NameStringName of the analyte or specimen characteristic.
PCORRESResult or Finding in Original UnitsStringResult of the measurement or finding as originally received or collected.
PCORRESUOriginal UnitsStringOriginal units in which the data were collected. The unit for PCORRES. Example: "mg/L".
PCSTRESCCharacter Result/Finding in Std FormatStringContains the result value for all findings, copied or derived from PCORRES in a standard format or standard units. PCSTRESC should store all results or findings in character format.
PCSTRESNNumeric Result/Finding in Standard UnitsNumberUsed for continuous or numeric results or findings in standard format. PCSTRESN should store all numeric test results or findings.
PCSTRESUStandard UnitsStringStandardized unit used for PCSTRESC and PCSTRESN.
PCSPECSpecimen Material TypeStringDefines the type of specimen used for a measurement. Examples: "SERUM", "PLASMA", "URINE".
PCLLOQLower Limit of QuantitationNumberIndicates the lower limit of quantitation for an assay. Units should be those used in PCSTRESU.
VISITVisit NameStringProtocol-defined description of clinical encounter. Used in addition to VISITNUM.
VISITNUMVisit NumberNumberTiming Clinical encounter number
PCDTCDate/Time of Specimen CollectionStringDate/time of specimen collection represented in character format. If there is no end time, then this will be the collection time.
PCDYActual Study Day of Specimen CollectionNumberStudy day of specimen collection, measured as integer days.
PCTPTPlanned Time Point NameStringText description of time when specimen should be taken.
PCTPTNUMPlanned Time Point NumberNumberNumerical version of PCTPT to aid in sorting.

PC

The "ex" dataset is structured as a tabular data format, with each row representing a unique observation or timepoint. Dimensions [96 X 15] Its consists of dose data for 24 subjects, 4 doses per subject.

column namecolumn labelcolumn typeDescription
STUDYIDStudy IdentifierStringUnique identifier for a study.
DOMAINDomain AbbreviationStringTwo-character abbreviation for the domain.
USUBJIDUnique Subject IdentifierStringUnique subject identifier within the submission.
EXSEQSequence NumberNumberSequence Number given to ensure uniqueness of subject records within a domain. May be any valid number.
EXTRTName of TreatmentStringTopic Name of the protocol-specified study treatment given during the dosing period for the observation.
EXDOSEDoseNumberAmount of EXTRT dose administered.
EXDOSUDose UnitsStringUnits for EXDOSE representing protocol-specified values. Examples: "ng", "mg", "mg/kg", "mg/m2".
EXDOSFRMDose FormStringDose form for EXTRT. Examples: "TABLET", "LOTION".
EXDOSFRQDosing Frequency per IntervalStringUsually expressed as the number of repeated administrations of EXDOSE within a specific time period. Examples: "ONCE", "QD", "BID".
EXROUTERoute of AdministrationStringRoute of administration for the intervention. Examples: "ORAL", "INTRAVENOUS".
VISITVisit NameStringProtocol-defined description of clinical encounter. Used in addition to VISITNUM.
VISITDYPlanned Study Day of VisitNumberPlanned study day of the visit.
EXSTDTCStart Date/Time of TreatmentStringThe date/time when administration of the treatment indicated by EXTRT and EXDOSE began.
EXSTDYStudy Day of Start of TreatmentNumberStudy day of EXSTDTC.

EX