Main Menu (Mobile)- Block

Main Menu - Block

custom | custom

Search Results

filters_region_cap | custom

Filter

facetapi-Q2b17qCsTdECvJIqZJgYMaGsr8vANl1n | block

Associated Lab

facetapi-W9JlIB1X0bjs93n1Alu3wHJQTTgDCBGe | block
facetapi-61yz1V0li8B1bixrCWxdAe2aYiEXdhd0 | block
facetapi-PV5lg7xuz68EAY8eakJzrcmwtdGEnxR0 | block
general_search_page-panel_pane_1 | views_panes

2691 Janelia Publications

Showing 2091-2100 of 2691 results
04/17/25 | Scalable image-based visualization and alignment of spatial transcriptomics datasets
Preibisch S, Innerberger M, León-Periñán D, Karaiskos N, Rajewsky N
Cell Syst. 2025 Apr 17:. doi: 10.1016/j.cels.2025.101264

We present the "spatial transcriptomics imaging framework" (STIM), an imaging-based computational framework focused on visualizing and aligning high-throughput spatial sequencing datasets. STIM is built on the powerful, scalable ImgLib2 and BigDataViewer (BDV) image data frameworks and thus enables novel development or transfer of existing computer vision techniques to the sequencing domain characterized by datasets with irregular measurement-spacing and arbitrary spatial resolution, such as spatial transcriptomics data generated by multiplexed targeted hybridization or spatial sequencing technologies. We illustrate STIM's capabilities by representing, interactively visualizing, 3D rendering, automatically registering, and segmenting publicly available spatial sequencing data from 13 serial sections of mouse brain tissue and from 19 sections of a human metastatic lymph node. We demonstrate that the simplest alignment mode of STIM achieves human-level accuracy.

 

Preprint: www.biorxiv.org/content/early/2024/10/07/2021.12.07.471629

View Publication Page
01/01/10 | Scanning light-sheet microscopy in the whole mouse brain with HiLo background rejection.
Mertz J, Kim J
Journal of Biomedical Optics. 2010 Jan-Feb;15(1):016027. doi: 10.1117/1.3324890

It is well known that light-sheet illumination can enable optically sectioned wide-field imaging of macroscopic samples. However, the optical sectioning capacity of a light-sheet macroscope is undermined by sample-induced scattering or aberrations that broaden the thickness of the sheet illumination. We present a technique to enhance the optical sectioning capacity of a scanning light-sheet microscope by out-of-focus background rejection. The technique, called HiLo microscopy, makes use of two images sequentially acquired with uniform and structured sheet illumination. An optically sectioned image is then synthesized by fusing high and low spatial frequency information from both images. The benefits of combining light-sheet macroscopy and HiLo background rejection are demonstrated in optically cleared whole mouse brain samples, using both green fluorescent protein (GFP)-fluorescence and dark-field scattered light contrast.

View Publication Page
Druckmann Lab
05/04/18 | Schaffer collateral inputs to CA1 excitatory and inhibitory neurons follow different connectivity rules.
Kwon O, Feng L, Druckmann S, Kim J
The Journal of Neuroscience : the official journal of the Society for Neuroscience. 2018 May 04;38(22):5140-52. doi: 10.1523/JNEUROSCI.0155-18.2018

Neural circuits, governed by a complex interplay between excitatory and inhibitory neurons, are the substrate for information processing, and the organization of synaptic connectivity in neural network is an important determinant of circuit function. Here, we analyzed the fine structure of connectivity in hippocampal CA1 excitatory and inhibitory neurons innervated by Schaffer collaterals (SCs) using mGRASP in male mice. Our previous study revealed spatially structured synaptic connectivity between CA3-CA1 pyramidal cells (PCs). Surprisingly, parvalbumin-positive interneurons (PVs) showed a significantly more random pattern spatial structure. Notably, application of Peters' Rule for synapse prediction by random overlap between axons and dendrites enhanced structured connectivity in PCs, but, by contrast, made the connectivity pattern in PVs more random. In addition, PCs in a deep sublayer of striatum pyramidale appeared more highly structured than PCs in superficial layers, and little or no sublayer specificity was found in PVs. Our results show that CA1 excitatory PCs and inhibitory PVs innervated by the same SC inputs follow different connectivity rules. The different organizations of fine scale structured connectivity in hippocampal excitatory and inhibitory neurons provide important insights into the development and functions of neural networks.Understanding how neural circuits generate behavior is one of the central goals of neuroscience. An important component of this endeavor is the mapping of fine-scale connection patterns that underlie, and help us infer, signal processing in the brain. Here, using our recently developed synapse detection technology (mGRASP and neuTube), we provide detailed profiles of synaptic connectivity in excitatory (CA1 pyramidal) and inhibitory (CA1 parvalbumin-positive) neurons innervated by the same presynaptic inputs (CA3 Schaffer collaterals). Our results reveal that these two types of CA1 neurons follow different connectivity patterns. Our new evidence for differently structured connectivity at a fine scale in hippocampal excitatory and inhibitory neurons provides a better understanding of hippocampal networks and will guide theoretical and experimental studies.

View Publication Page
06/07/18 | Science holds the key to unlocking economic success.
Phillips J, Phillips M
The Telegraph. 2018 Jun 07:

The 2008 crisis should have led us to reshape how our economy works. But a decade on, what has really changed? The public knows that the same attitude that got us into the previous economic crisis will not bring us long-term prosperity, yet there is little vision from our leaders of what the future should look like. Our politicians are sleeping, yet have no dreams. To solve this, we must change emphasis from creating “growth” to creating the future: the former is an inevitable product of the latter.

View Publication Page
09/26/24 | SciJava Ops: An Improved Algorithms Framework for Fiji and Beyond
Gabriel J. Selzer , Curtis T. Rueden , Mark C. Hiner , Edward L. Evans III , David Kolb , Marcel Wiedenmann , Christian Birkhold , Tim-Oliver Buchholz , Stefan Helfrich , Brian Northan , Alison Walter , Johannes Schindelin , Tobias Pietzsch , Stephan Saalfeld , Michael R. Berthold , Kevin W. Eliceiri
Front. Bioinform.. 2024 Sep 26;4:. doi: 10.3389/fbinf.2024.1435733

Decades of iteration on scientific imaging hardware and software has yielded an explosion in not only the size, complexity, and heterogeneity of image datasets but also in the tooling used to analyze this data. This wealth of image analysis tools, spanning different programming languages, frameworks, and data structures, is itself a problem for data analysts who must adapt to new technologies and integrate established routines to solve increasingly complex problems. While many “bridge” layers exist to unify pairs of popular tools, there exists a need for a general solution to unify new and existing toolkits. The SciJava Ops library presented here addresses this need through two novel principles. Algorithm implementations are declared as plugins called Ops, providing a uniform interface regardless of the toolkit they came from. Users express their needs declaratively to the Op environment, which can then find and adapt available Ops on demand. By using these principles instead of direct function calls, users can write streamlined workflows while avoiding the translation boilerplate of bridge layers. Developers can easily extend SciJava Ops to introduce new libraries and more efficient, specialized algorithm implementations, even immediately benefitting existing workflows. We provide several use cases showing both user and developer benefits, as well as benchmarking data to quantify the negligible impact on overall analysis performance. We have initially deployed SciJava Ops on the Fiji platform, however it would be suitable for integration with additional analysis platforms in the future.

View Publication Page
Sternson Lab
07/27/20 | Seeing the forest for the trees in obesity.
Sternson SM
Nature Metabolism. 2020 Jul 27:. doi: 10.1038/s42255-020-0259-9
Simpson Lab
02/01/10 | Segmentation of center brains and optic lobes in 3D confocal images of adult fruit fly brains.
Lam SC, Ruan Z, Zhao T, Long F, Jenett A, Simpson J, Myers EW, Peng H
Methods. 2010 Feb;50(2):63-9. doi: 10.1016/j.ymeth.2009.08.004

Automatic alignment (registration) of 3D images of adult fruit fly brains is often influenced by the significant displacement of the relative locations of the two optic lobes (OLs) and the center brain (CB). In one of our ongoing efforts to produce a better image alignment pipeline of adult fruit fly brains, we consider separating CB and OLs and align them independently. This paper reports our automatic method to segregate CB and OLs, in particular under conditions where the signal to noise ratio (SNR) is low, the variation of the image intensity is big, and the relative displacement of OLs and CB is substantial. We design an algorithm to find a minimum-cost 3D surface in a 3D image stack to best separate an OL (of one side, either left or right) from CB. This surface is defined as an aggregation of the respective minimum-cost curves detected in each individual 2D image slice. Each curve is defined by a list of control points that best segregate OL and CB. To obtain the locations of these control points, we derive an energy function that includes an image energy term defined by local pixel intensities and two internal energy terms that constrain the curve’s smoothness and length. Gradient descent method is used to optimize this energy function. To improve both the speed and robustness of the method, for each stack, the locations of optimized control points in a slice are taken as the initialization prior for the next slice. We have tested this approach on simulated and real 3D fly brain image stacks and demonstrated that this method can reasonably segregate OLs from CBs despite the aforementioned difficulties.

View Publication Page
05/21/16 | Segmenting and Tracking Multiple Dividing Targets Using ilastik.
Haubold C, Schiegg M, Kreshuk A, Berg S, Koethe U, Hamprecht FA
Advances in anatomy, embryology, and cell biology. 2016 May 21;219:199-229. doi: 10.1007/978-3-319-28549-8_8

Tracking crowded cells or other targets in biology is often a challenging task due to poor signal-to-noise ratio, mutual occlusion, large displacements, little discernibility, and the ability of cells to divide. We here present an open source implementation of conservation tracking (Schiegg et al., IEEE international conference on computer vision (ICCV). IEEE, New York, pp 2928-2935, 2013) in the ilastik software framework. This robust tracking-by-assignment algorithm explicitly makes allowance for false positive detections, undersegmentation, and cell division. We give an overview over the underlying algorithm and parameters, and explain the use for a light sheet microscopy sequence of a Drosophila embryo. Equipped with this knowledge, users will be able to track targets of interest in their own data.

View Publication Page
Sternson LabLooger LabLavis Lab
03/27/12 | Selective esterase-ester pair for targeting small molecules with cellular specificity.
Tian L, Yang Y, Wysocki LM, Arnold AC, Hu A, Ravichandran B, Sternson SM, Looger LL, Lavis LD
Proceedings of the National Academy of Sciences of the United States of America. 2012 Mar 27;109:4756-61. doi: 10.1073/pnas.1111943109

Small molecules are important tools to measure and modulate intracellular signaling pathways. A longstanding limitation for using chemical compounds in complex tissues has been the inability to target bioactive small molecules to a specific cell class. Here, we describe a generalizable esterase-ester pair capable of targeted delivery of small molecules to living cells and tissue with cellular specificity. We used fluorogenic molecules to rapidly identify a small ester masking motif that is stable to endogenous esterases, but is efficiently removed by an exogenous esterase. This strategy allows facile targeting of dyes and drugs in complex biological environments to label specific cell types, illuminate gap junction connectivity, and pharmacologically perturb distinct subsets of cells. We expect this approach to have general utility for the specific delivery of many small molecules to defined cellular populations.

View Publication Page
Truman LabCardona Lab
07/12/16 | Selective inhibition mediates the sequential recruitment of motor pools.
Zwart MF, Pulver SR, Truman JW, Fushiki A, Cardona A, Landgraf M
Neuron. 2016 Jul 12;91(3):615-28. doi: 10.1016/j.neuron.2016.06.031

Locomotor systems generate diverse motor patterns to produce the movements underlying behavior, requiring that motor neurons be recruited at various phases of the locomotor cycle. Reciprocal inhibition produces alternating motor patterns; however, the mechanisms that generate other phasic relationships between intrasegmental motor pools are unknown. Here, we investigate one such motor pattern in the Drosophila larva, using a multidisciplinary approach including electrophysiology and ssTEM-based circuit reconstruction. We find that two motor pools that are sequentially recruited during locomotion have identical excitable properties. In contrast, they receive input from divergent premotor circuits. We find that this motor pattern is not orchestrated by differential excitatory input but by a GABAergic interneuron acting as a delay line to the later-recruited motor pool. Our findings show how a motor pattern is generated as a function of the modular organization of locomotor networks through segregation of inhibition, a potentially general mechanism for sequential motor patterns.

View Publication Page