README.md

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)


yanxianUCSB/gen5helper documentation built on June 22, 2020, 3:35 a.m.