The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
A Collection of Functions for Processing Gen5 2.06 Exported Data
You can install gen5helper from github with:
# install.packages("devtools")
::install_github("yanxianucsb/gen5helper") devtools
After exporting tab-delim ascii files (named ‘data.txt’ for instance), this is a basic example for further cleaning and annotating:
## clean
<- g5h.clean('data.txt')
df ## add time intervals
<- g5h.set_time(df)
df ## add mean, standard deviation, treatment and dose.
<- g5h.annotate(df) df
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.