Overview
The iRfcb
R package offers a suite of tools for managing and performing quality control on plankton data generated by the Imaging FlowCytobot (IFCB). It streamlines the processing and analysis of IFCB data, facilitating the preparation of IFCB data and images for publication (e.g. in GBIF, OBIS, EMODNet Biology, SHARK or EcoTaxa). It is especially useful for researchers using, or partly using, the MATLAB ifcb-analysis package.
Key Features
- Data Management: Comprehensive functions for reading IFCB files, counting and summarizing annotated and classified image data, correcting and merging manually annotated datasets.
- Quality Control: Tools for geospatial quality control of IFCB data and analysis of Particle Size Distribution.
- Image Extraction: Tools to extract and prepare images for publication.
- Taxonomical Data: Tools for handling and analyzing taxonomic data and calculating biomass concentration from image data.
Installation
You can install the package from GitHub using the devtools
package:
# install.packages("devtools")
devtools::install_github("EuropeanIFCBGroup/iRfcb", dependencies = TRUE)
Some functions in iRfcb
require Python. You can download Python from the official website: python.org/downloads. For more details, please visit the project’s webpage.
Documentation and Tutorials
Reference
For a detailed overview of all available iRfcb
functions, please visit the reference section:
Repository
For more details and the latest updates, visit the GitHub repository.