Skip to content

ylin00/gen5helper

Repository files navigation

gen5helper

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

Installation

You can install gen5helper from CRAN with:

install.packages("gen5helper")

Example

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)

Releases

No releases published

Packages

No packages published

Languages