I do not know

Description

WormGUIDES Atlas is an interactive 4D portrayal of neural development in C. elegans. It will ultimately contain nuclear positions for every cell in the embryo, identified and tracked from the 2 cell stage until hatching. Single-cell and subcellular information, including neural outgrowth dynamics for each cell as well as cell function, gene expression, the adult neural connectome and related literature will be collated for each cell from public sources and also integrated with the atlas model. WormGUIDES Atlas integrates tools for exploratory data analyses and insight sharing. Navigation is linked between 3D and lineage tree views. In both contexts, community single cell information can be accessed with a click, creating live web queries that summarize knowledge about a cell. In many cases this information can be used to control cell color, creating customized interactive visualizations. A user's insights can be annotated directly into the embryo model with a note-taking interface that attaches each annotation to a cell or other point in space and time. These multi-dimensionally located notes can then be ordered into a (chrono)logical story sequence that explains developmental events as they unfold in the embryo. Annotations can be saved and shared with collaborators or the community.

WormGuides screenshot
Description

GelBandFitter is a user-friendly software specific for analysis of protein gels and estimation of relative protein content. Using non-linear regression methods to fit mathematical functions to densitometry profiles, it is able to estimate content from protein bands that partially overlap. The software is available either as Matlab code (Optimization toolbox required) or a Windows executable. Reference: Mitov, M. I., Greaser, M. L., & Campbell, K. S. (2009). GelBandFitter – A computer program for analysis of closely spaced electrophoretic and immunoblotted bands. Electrophoresis, 30(5), 848–851. http://doi.org/10.1002/elps.200800583

has topic
has function
GelBandFitter screenshot
Description

COLORLAB is a component for processing, representing and reproducing color in a MATLAB environment. Among others, some of the functionalities it makes able to: -Represent the color content of any image in chromatic diagrams and tristimulus spaces in any system of primaries. -Compute advanced color descriptions of any image using several color appearance models (CIELab, CIEluv, ATD, Rlab, LLab, SVF and CIECAM). An userguide is provided.

has function
need a thumbnail
Description

quote:

Elastix cite{Klein2010} is an open source, command-line program for intensity-based registration of medical images that allows the user to quickly configure, test, and compare different registration methods. SimpleElastix is an extension of SimpleITK cite{Lowekamp2013} that allows you to configure and run Elastix entirely in Python, Java, R, Octave, Ruby, Lua, Tcl and C# on Linux, Mac and Windows. The goal is to bring robust registration algorithms to a wider audience and make it easier to use elastix, e.g. for Java-based enterprise applications or rapid Python prototyping.

Python example

import SimpleITK as sitk
resultImage = sitk.Elastix(sitk.ReadImage("fixedImage.nii"), sitk.ReadImage("movingImage.nii"))
has topic
Description

This is a Java content-based image retrieval software components. It can be runned independantly or connected to a Cytomine server. Content-based image retrieval (CBIR), also known as query by image content (QBIC) and content-based visual information retrieval (CBVIR) is the application of computer vision techniques to the image retrieval problem, that is, the problem of searching for digital images in large databases. Content-based" means that the search algorithm analyzes the contents of the image rather than the metadata such as keywords, tags, or descriptions associated with the image. The term "content" in this context might refer to colors, shapes, textures, or any other information that can be derived from the image itself. The CBIRetrieval library is: Incremental: You can add new images all over the time. Scalable: Run as many server as you want. Client performs search on all servers. Flexible: Run as a simple app (command line) or use the JAR in your own JVM app/server (java import) Opensource/Free: Apache 2.0 CBIRetrieval is a java library for CBIR, CBIRest is a server with a REST HTTP API with CBIRetrieval embedded. If you want to connect a software/webapp with a CBIR engine, you should use CBIRest. This is a fast multi-threaded and noSQL implementation of the algorithm published in: Incremental Indexing and Distributed Image Search using Shared Randomized Vocabularies Marée, Raphaël; Denis, Philippe; Wehenkel, Louis; Geurts, Pierre,in ACM Proceedings MIR 2010 (2010, March). It was applied on histology images and radiology images.

need a thumbnail