Description
Implementation for the ISA Abstract Model.
Description
ISA is a metadata framework to manage an increasingly diverse set of life science, environmental and biomedical experiments. In isatabr methods for reading, modifying and writing of files in the ISA-Tab format are implemented. It also contains methods for processing assay data.
README.md
isatabr
isatabr is an R package for easily reading, modifying and writing files in the Investigation/Study/Assay (ISA) Abstract Model of the metadata framework using the ISA tab-delimited (TAB) format.
Installation
- Install from CRAN:
install.packages("isatabr")
- Install latest development version from GitHub (requires remotes package):
remotes::install_github("Biometris/isatabr", ref = "develop", dependencies = TRUE)