Fetches study design results from local folder. Checks that study design files are internally consistent.
Usage
read_study_design(path_to_study_design, prefix = character(0))
Arguments
- path_to_study_design
(character) path to folder containing study design files.
- prefix
(character) optional prefix for study design tables.
Examples
path_to_study_design <- system.file("extdata/study_design",
package = "PlexedPiperTestData")
study_design <- read_study_design(path_to_study_design)
fractions <- study_design$fractions
samples <- study_design$samples
references <- study_design$references