- Home
- Bioconductor 3.23
- Software Packages
- RBioFormats (development version)
RBioFormats
This is the development version of RBioFormats; for the stable release version, see RBioFormats.
R interface to Bio-Formats
Bioconductor version: Development (3.23)
An R package which interfaces the OME Bio-Formats Java library to allow reading of proprietary microscopy image data and metadata.
Author: Andrzej Oleś [aut, cre] ORCID iD ORCID: 0000-0003-0285-2787 , John Lee [ctb] ORCID iD ORCID: 0000-0001-5884-4247
Maintainer: Andrzej Oleś <andrzej.oles at gmail.com>
citation("RBioFormats")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("RBioFormats")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("RBioFormats")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.