I do not know

Description

ScientiFig is a free tool to help you create, format or reformat scientific figures. It comes either as a stand alonesoftware, either as a Fiji/IJ plugin.

has topic
has function
scientifig
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