harmonize_details: FOR INTERNAL PACKAGE USE. Take as input an existing...

View source: R/harmonize_details.R

harmonize_detailsR Documentation

FOR INTERNAL PACKAGE USE. Take as input an existing data.frame or list of experimental details and make it be a list with standard items

Description

harmonize_details takes as input an object created from running extractExpDetails, extractExpDetails_mult, annotateDetails, or deannotateDetails and makes it conform to the data structure the rest of the package needs: a list with the following items, which can be added to in the future: 1) MainDetails, 2) CustomDosing, 3) DissolutionProfiles, 4) ReleaseProfiles, 5) ConcDependent_fup, and 6) ConcDependent_BP.

Usage

harmonize_details(existing_exp_details)

Arguments

existing_exp_details

an object created from running extractExpDetails, extractExpDetails_mult, annotateDetails, or deannotateDetails

Value

Returns a list

Examples

# none

shirewoman2/Consultancy documentation built on Feb. 18, 2025, 10 p.m.