A Collection of Functions for Processing Gen5 2.06 Exported Data
You can install gen5helper from github with:
# install.packages("devtools")
devtools::install_github("yanxianucsb/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.clean('data.txt')
## add time intervals
df <- g5h.set_time(df)
## add mean, standard deviation, treatment and dose.
df <- g5h.annotate(df)
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.