Skip to content

ylin00/gen5helper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

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