fetch_pkpd | R Documentation |
Query Generable API for pkpd data in a standard format (biomarkers data and dosing data, merged) returns a data.frame suitable for plotting and analysis.
fetch_pkpd(
project = NULL,
project_version_id = NULL,
pd_measure = NULL,
pk_measure = "concentration"
)
project |
(chr) Name of project to return data for |
project_version_id |
(chr) Optionally, a specific version of project data to return, if not the most recent |
pd_measure |
measurement_name of PD measurement (defaults to NULL - no PD marker) |
pk_measure |
measurement_name of PK measurement (defaults to 'conc', NULL indicates no PK marker) |
data.frame containing merged biomarker & dose data for the PK & PD parameter selected, with columns annotating cycles, time since last SDA, and measurement type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.