A Collection of Functions for Processing Gen5 2.06 Exported Data
Packege info and documentation: https://cran.r-project.org/web/packages/gen5helper/index.html
You can install gen5helper from CRAN with:
install.packages("gen5helper")
After exporting tab-delim ascii files (named 'data.txt' for instance), this is a basic example for further cleaning and annotating:
## clean
df <- g5h.clean2('data.txt')
## add time interval.
df <- g5h.annotate(df)