- Rename "grp_labels.txt" to "group_labels.txt".
- Export an additional file "labels_modules.txt" that links (all) labels to the module.
- Export also date_first_added and date_last_edited labels (columns need to be manually added).
- Export validator function.
- Change
groups
generic from S4 to S3.
- Add script to create the ScanningSWATH TDFF module.
- Add Rmd describing usage of the ScanningSWATH TDFF module.
- Add script to create the p180 metabolomics TDFF module.
- Add Rmd describing usage of the CHRIS p180 metabolomics module.
- Add script to create the CHRIS Somalogic TDFF module.
- Add Rmd describing usage of the CHRIS Somalogic module.
- Use AIDs as
rownames
for thedata.frame
returned bydata
and drop the additional column"aid"
.
- Add Rmd for TDFF usage of the metabolomics_p180 data set.
- Skip (re)formatting of AIDs if AIDs are provided as
character
(assuming that they are already in the correct format).
- Add function
remove_participants
function. - Add several utility functions.
- Data export writes also a NEWS.md file.
- Importer for categorical values drops category representing
NA
encoding.
- Add vignette.
- Fix import of data files: support
'
and"
. - Fix validator for categorical variables: check only variables declared to be categorical.
- Store additional label information in a file labels_additional_information.txt (was labels_add.txt).
- .labels imports also labels_additional_information.txt file.
- Add
DataModule
and code to represent CHRIS Data modules. - Add methods to import data from data modules.
- Add functionality to extract CTFF-compliant data from a
SummarizedExperiment
: methodschris_data
,chris_labels
andchris_groups
.
- Add documentation and fix small issues.
- Add functionality to export data in the CTF format.