Blog

Search results

31 results found

Building a container image with Podman

Authors: Esteban Miglietta and Nodar Gogoberidze In a previous post, we have already discussed what Docker containers are and how to build them. Here, we're going to talk about an alternative to Docker for managing containers: Podman. But first... What are software containers? Software containers...

Docker for Biologists

Docker is discussed in the bioimage analysis world a lot these days. But what are dockers? How does Docker make life easier? In this blog post, I will try to explain the basics of docker and why it matters to biologists. Have you ever faced package dependency issues when creating Python environments...

Best Practices for Jupyter Notebook

When you are new to the coding world, a lot of new information can be overwhelming. Staying organized might help ease the learning process. This blog post is about simple ways to organize your Jupyter notebooks to make them more reproducible and user-friendly. First, let me begin by introducing the...

How to export tiles of large histology images in QuPath

Rebecca Senft With slide scanners and other automated, high-throughput microscopes becoming more and more common, it’s important to understand how to work with the large image files they produce. Whole slide file formats (e.g., .mrxs, .svslide, .svs, .vms) are often massive when uncompressed (>40 GB...

Customizing a Model for Fiber Segmentation, Part 4: Analyzing the Results

Melissa Gillis In the final section of this blogpost series, I will discuss some of the benefits and drawbacks of this model and discuss some of the data I acquired from the images. This model was able to successfully segment the images that were not able to be accurately segmented by Pearl’s...

Customizing a Model for Fiber Segmentation, Part 2: Creating an ilastik Model

Melissa Gillis In the first part of this blogpost I described some of the tools I tried to accurately segment collagen IV fibers including, CellProfiler, Cellpose, and Piximi. Unfortunately none of these methods were successful in accurately segmenting the fibers so I decided to develop a machine...

UnmixColors Modules Tutorial

Mario Costa Cruz If you have color images stained with light-absorbing dyes, the UnmixColors module might be able to separate the dyes into separate channels so that they can be analyzed separately. Separating the dyes into channels can be a difficult task with traditional methods such as split...