R/project.R
Project.Rd
This is a helper that creates the project with empty samples and config slots
Project(file = NULL, amendments = NULL)
file | a character with project configuration yaml file |
---|---|
amendments | a character with the amendments names to be activated |
projectConfig = system.file("extdata", "example_peps-master", "example_amendments1", "project_config.yaml", package="pepr") p=Project(projectConfig)#>#>