Resource Type

Month

2 Matching Results

Results open in a new window/tab.

A system for combined three-dimensional morphological and molecular analysis of thick tissue specimens (open access)

A system for combined three-dimensional morphological and molecular analysis of thick tissue specimens

We present a new system for simultaneous morphological and molecular analysis of thick tissue samples. The system is composed of a computer assisted microscope and a JAVA-based image display, analysis and visualization program that allows acquisition, annotation, meaningful storage, three-dimensional reconstruction and analysis of structures of interest in thick sectioned tissue specimens. We describe the system in detail and illustrate its use by imaging, reconstructing and analyzing two complete tissue blocks which were differently processed and stained. One block was obtained from a ductal carcinoma in situ (DCIS) lumpectomy specimen and stained alternatively with Hematoxilyn and Eosin (H&E), and with a counterstain and fluorescence in situ hybridization (FISH) to the ERB-B2 gene. The second block contained a fully sectioned mammary gland of a mouse, stained for Histology with H&E. We show how the system greatly reduces the amount of interaction required for the acquisition and analysis and is therefore suitable for studies that require morphologically driven, wide scale (e.g., whole gland) analysis of complex tissue samples or cultures.
Date: April 25, 2002
Creator: Fernandez-Gonzalez, Rodrigo; Jones, Arthur; Garcia-Rodriguez, Enrique; Yuan Chen, Ping; Idica, Adam; Lockett, Stephen J. et al.
System: The UNT Digital Library
Compressing bitmap indexes for faster search operations (open access)

Compressing bitmap indexes for faster search operations

In this paper, we study the effects of compression on bitmap indexes. The main operations on the bitmaps during query processing are bitwise logical operations such as AND, OR, NOT, etc. Using the general purpose compression schemes, such as gzip, the logical operations on the compressed bitmaps are much slower than on the uncompressed bitmaps. Specialized compression schemes, like the byte-aligned bitmap code(BBC), are usually faster in performing logical operations than the general purpose schemes, but in many cases they are still orders of magnitude slower than the uncompressed scheme. To make the compressed bitmap indexes operate more efficiently, we designed a CPU-friendly scheme which we refer to as the word-aligned hybrid code (WAH). Tests on both synthetic and real application data show that the new scheme significantly outperforms well-known compression schemes at a modest increase in storage space. Compared to BBC, a scheme well-known for its operational efficiency, WAH performs logical operations about 12 times faster and uses only 60 percent more space. Compared to the uncompressed scheme, in most test cases WAH is faster while still using less space. We further verified with additional tests that the improvement in logical operation speed translates to similar improvement in query …
Date: April 25, 2002
Creator: Wu, Kesheng; Otoo, Ekow J. & Shoshani, Arie
System: The UNT Digital Library