Crandore Hub

bioimagetools

Tools for Microscopy Imaging

Tools for 3D imaging, mostly for biology/microscopy. Read and write TIFF stacks. Functions for segmentation, filtering and analyzing 3D point patterns.

README

# bioimagetools

<!-- badges: start -->
  [![CRAN status](https://www.r-pkg.org/badges/version/bioimagetools)](https://CRAN.R-project.org/package=bioimagetools)
[![CRAN_Download_Badge](https://cranlogs.r-pkg.org/badges/bioimagetools)](https://cran.r-project.org/package=bioimagetools)
[![CRAN_Download_Badge](https://cranlogs.r-pkg.org/badges/grand-total/bioimagetools)](https://cran.r-project.org/package=bioimagetools)
<!-- badges: end -->
  
## Synopsis

bioimagetools is an R package for working with images in 3D and 4D, mostly for biology/microscopy. 

* Read and write TIFF stacks. 
* Functions for filtering and segmentation.
* Analysis of 3D point patterns.

## Installation

The stable version is available on [CRAN](https://cran.r-project.org/):

    setRepositories(ind=c(1,2))
    install.packages("bioimagetools")

The development version is available on [github](https://github.com/bioimaginggroup): 

    setRepositories(ind=c(1,2))
    install.packages(c("devtools","tiff","EBImage"))
    remotes::install_github("bioimaginggroup/bioimagetools")

You may need to install additional libraries on your OS before you can install bioimagetools. E.g. on Ubuntu/Debian systems, please execute

    sudo apt install libssl-dev libcurl4-openssl-dev libtiff5-dev libfftw3-dev
in the terminal before installing bioimagetools.

## Contributors

This package is developed at the BioImaging group at the Department of Statistics, in cooperation with the Biocenter, Department of Biology II, both at LMU Munich.

* Main development and implementation: Volker J Schmid
* Biological expertise: Marion and Thomas Cremer, Barbara Hübner, Yolanda Markaki, Jens Popken, Lothar Schermelleh, Daniel Smeets
* Alpha testing: Priyanka Kukreja, Ramin Norousi and Marius Wagner
* Contributions by Priyanka Kukreja and Fabian Scheipl

Versions across snapshots

VersionRepositoryFileSize
1.1.9 rolling linux/jammy R-4.5 bioimagetools_1.1.9.tar.gz 793.5 KiB
1.1.9 rolling linux/noble R-4.5 bioimagetools_1.1.9.tar.gz 793.5 KiB
1.1.9 rolling source/ R- bioimagetools_1.1.9.tar.gz 793.5 KiB
1.1.9 latest linux/jammy R-4.5 bioimagetools_1.1.9.tar.gz 793.5 KiB
1.1.9 latest linux/noble R-4.5 bioimagetools_1.1.9.tar.gz 793.5 KiB
1.1.9 latest source/ R- bioimagetools_1.1.9.tar.gz 793.5 KiB
1.1.9 2026-04-26 source/ R- bioimagetools_1.1.9.tar.gz 793.5 KiB
1.1.9 2026-04-23 source/ R- bioimagetools_1.1.9.tar.gz 793.5 KiB
1.1.8 2025-04-20 source/ R- bioimagetools_1.1.8.tar.gz 795.0 KiB

Dependencies (latest)

Imports

Suggests