Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

Processing 'Gen5' 2.06 Exported Data

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.