This function creates a .mat
file containing a character vector of class names.
A class2use file can be used for manual annotation using the code in the ifcb-analysis
repository (Sosik and Olson 2007).
Details
This function requires a python interpreter to be installed.
The required python packages can be installed in a virtual environment using ifcb_py_install
.
References
Sosik, H. M. and Olson, R. J. (2007), Automated taxonomic classification of phytoplankton sampled with imaging-in-flow cytometry. Limnol. Oceanogr: Methods 5, 204–216.
Examples
if (FALSE) { # \dontrun{
# Example usage:
classes <- c("unclassified", "Dinobryon_spp", "Helicostomella_spp")
ifcb_create_class2use(classes, "class2use_output.mat", do_compression = TRUE)
} # }