Contact us
|
Home
|
Login
| Users Online: 477
Feedback
Subscribe
Advertise
Search
Advanced Search
Month wise articles
Figures next to the month indicate the number of articles in that month
2022
January
[
3
]
2021
December
[
1
]
November
[
3
]
September
[
1
]
May
[
1
]
April
[
3
]
January
[
1
]
2020
December
[
1
]
October
[
1
]
July
[
1
]
2019
April
[
1
]
February
[
1
]
2018
December
[
1
]
September
[
1
]
June
[
1
]
May
[
2
]
April
[
3
]
2017
December
[
1
]
November
[
1
]
October
[
1
]
September
[
1
]
July
[
1
]
June
[
1
]
April
[
2
]
March
[
1
]
February
[
2
]
2016
December
[
1
]
November
[
1
]
October
[
1
]
September
[
2
]
July
[
1
]
May
[
1
]
April
[
1
]
February
[
1
]
January
[
1
]
2015
November
[
2
]
September
[
1
]
August
[
1
]
July
[
2
]
June
[
1
]
March
[
1
]
January
[
2
]
2014
November
[
1
]
September
[
1
]
August
[
1
]
July
[
3
]
March
[
1
]
2013
September
[
1
]
August
[
1
]
January
[
1
]
2012
November
[
1
]
June
[
1
]
April
[
1
]
2011
December
[
1
]
November
[
1
]
October
[
1
]
August
[
1
]
June
[
1
]
May
[
2
]
March
[
1
]
2010
October
[
1
]
May
[
1
]
» Articles published in the past year
To view other articles click corresponding year from the navigation links on the left side.
All
|
Abstracts
|
Book Review
|
Commentaries
|
Commentary
|
Editorial
|
Letters to Editor
|
Original Article
|
Original Articles
|
Original Research
|
Original Research Article
|
Research Article
|
Research Articles
|
Review Articles
|
Symposium
|
Technical Note
|
Technical Note: Software
Export selected to
Endnote
Reference Manager
Procite
Medlars Format
RefWorks Format
BibTex Format
Show all abstracts
Show selected abstracts
Export selected to
Add to my list
Technical Note:
Use of application containers and workflows for genomic data analysis
Wade L Schulz, Thomas Durant, Alexa J Siddon, Richard Torres
J Pathol Inform
2016, 7:53 (30 December 2016)
DOI
:10.4103/2153-3539.197197
PMID
:28163975
Background:
The rapid acquisition of biological data and development of computationally intensive analyses has led to a need for novel approaches to software deployment. In particular, the complexity of common analytic tools for genomics makes them difficult to deploy and decreases the reproducibility of computational experiments.
Methods:
Recent technologies that allow for application virtualization, such as Docker, allow developers and bioinformaticians to isolate these applications and deploy secure, scalable platforms that have the potential to dramatically increase the efficiency of big data processing.
Results:
While limitations exist, this study demonstrates a successful implementation of a pipeline with several discrete software applications for the analysis of next-generation sequencing (NGS) data.
Conclusions:
With this approach, we significantly reduced the amount of time needed to perform clonal analysis from NGS data in acute myeloid leukemia.
[ABSTRACT]
[HTML Full text]
[PDF]
[Mobile Full text]
[EPub]
[Citations (12) ]
[PubMed]
[Sword Plugin for Repository]
Beta
Technical Note:
The growing need for microservices in bioinformatics
Christopher L Williams, Jeffrey C Sica, Robert T Killen, Ulysses G. J. Balis
J Pathol Inform
2016, 7:45 (29 November 2016)
DOI
:10.4103/2153-3539.194835
PMID
:27994937
Objective:
Within the information technology (IT) industry, best practices and standards are constantly evolving and being refined. In contrast, computer technology utilized within the healthcare industry often evolves at a glacial pace, with reduced opportunities for justified innovation. Although the use of timely technology refreshes within an enterprise's overall technology stack can be costly, thoughtful adoption of select technologies with a demonstrated return on investment can be very effective in increasing productivity and at the same time, reducing the burden of maintenance often associated with older and legacy systems. In this brief technical communication, we introduce the concept of microservices as applied to the ecosystem of data analysis pipelines. Microservice architecture is a framework for dividing complex systems into easily managed parts. Each individual service is limited in functional scope, thereby conferring a higher measure of functional isolation and reliability to the collective solution. Moreover, maintenance challenges are greatly simplified by virtue of the reduced architectural complexity of each constitutive module. This fact notwithstanding, rendered overall solutions utilizing a microservices-based approach provide equal or greater levels of functionality as compared to conventional programming approaches. Bioinformatics, with its ever-increasing demand for performance and new testing algorithms, is the perfect use-case for such a solution. Moreover, if promulgated within the greater development community as an open-source solution, such an approach holds potential to be transformative to current bioinformatics software development.
Context:
Bioinformatics relies on nimble IT framework which can adapt to changing requirements.
Aims:
To present a well-established software design and deployment strategy as a solution for current challenges within bioinformatics
Conclusions:
Use of the microservices framework is an effective methodology for the fabrication and implementation of reliable and innovative software, made possible in a highly collaborative setting.
[ABSTRACT]
[HTML Full text]
[PDF]
[Mobile Full text]
[EPub]
[Citations (6) ]
[PubMed]
[Sword Plugin for Repository]
Beta
Technical Note:
Pathology report data extraction from relational database using R, with extraction from reports on melanoma of skin as an example
Jay J Ye
J Pathol Inform
2016, 7:44 (21 October 2016)
DOI
:10.4103/2153-3539.192822
PMID
:28066684
Background:
Different methods have been described for data extraction from pathology reports with varying degrees of success. Here a technique for directly extracting data from relational database is described.
Methods:
Our department uses synoptic reports modified from College of American Pathologists (CAP) Cancer Protocol Templates to report most of our cancer diagnoses. Choosing the melanoma of skin synoptic report as an example, R scripting language extended with RODBC package was used to query the pathology information system database. Reports containing melanoma of skin synoptic report in the past 4 and a half years were retrieved and individual data elements were extracted. Using the retrieved list of the cases, the database was queried a second time to retrieve/extract the lymph node staging information in the subsequent reports from the same patients.
Results:
426 synoptic reports corresponding to unique lesions of melanoma of skin were retrieved, and data elements of interest were extracted into an R data frame. The distribution of Breslow depth of melanomas grouped by year is used as an example of intra-report data extraction and analysis. When the new pN staging information was present in the subsequent reports, 82% (77/94) was precisely retrieved (pN0, pN1, pN2 and pN3). Additional 15% (14/94) was retrieved with certain ambiguity (positive or knowing there was an update). The specificity was 100% for both. The relationship between Breslow depth and lymph node status was graphed as an example of lesion-specific multi-report data extraction and analysis.
Conclusions:
R extended with RODBC package is a simple and versatile approach well-suited for the above tasks. The success or failure of the retrieval and extraction depended largely on whether the reports were formatted and whether the contents of the elements were consistently phrased. This approach can be easily modified and adopted for other pathology information systems that use relational database for data management.
[ABSTRACT]
[HTML Full text]
[PDF]
[Mobile Full text]
[EPub]
[Citations (4) ]
[PubMed]
[Sword Plugin for Repository]
Beta
Technical Note:
Experience of maintaining laboratory educational website's sustainability
Izak B Dimenstein
J Pathol Inform
2016, 7:37 (1 September 2016)
DOI
:10.4103/2153-3539.189702
PMID
:27688928
Laboratory methodology websites are specialized niche websites. The visibility of a niche website transforms it into an authority site on a particular "niche of knowledge." This article presents some ways in which a laboratory methodology website can maintain its sustainability. The optimal composition of the website includes a basic content, a blog, and an ancillary part. This article discusses experimenting with the search engine optimization query results page. Strategic placement of keywords and even phrases, as well as fragmentation of the post's material, can improve the website's visibility to search engines. Hyperlinks open a chain reaction of additional links and draw attention to the previous posts. Publications in printed periodicals are a substantial part of a niche website presence on the Internet. Although this article explores a laboratory website on the basis of our hands-on expertise maintaining "Grossing Technology in Surgical Pathology" (www.grossing-technology.com) website with a high volume of traffic for more than a decade, the recommendations presented here for developing an authority website can be applied to other professional specialized websites. The authority websites visibility and sustainability are preconditions for aggregating them in a specialized educational laboratory portal.
[ABSTRACT]
[HTML Full text]
[PDF]
[Mobile Full text]
[EPub]
[PubMed]
[Sword Plugin for Repository]
Beta
Technical Note:
A novel method for morphological pleomorphism and heterogeneity quantitative measurement: Named cell feature level co-occurrence matrix
Akira Saito, Yasushi Numata, Takuya Hamada, Tomoyoshi Horisawa, Eric Cosatto, Hans-Peter Graf, Masahiko Kuroda, Yoichiro Yamamoto
J Pathol Inform
2016, 7:36 (1 September 2016)
DOI
:10.4103/2153-3539.189699
PMID
:27688927
Background:
Recent developments in molecular pathology and genetic/epigenetic analysis of cancer tissue have resulted in a marked increase in objective and measurable data. In comparison, the traditional morphological analysis approach to pathology diagnosis, which can connect these molecular data and clinical diagnosis, is still mostly subjective. Even though the advent and popularization of digital pathology has provided a boost to computer-aided diagnosis, some important pathological concepts still remain largely non-quantitative and their associated data measurements depend on the pathologist's sense and experience. Such features include pleomorphism and heterogeneity.
Methods and Results:
In this paper, we propose a method for the objective measurement of pleomorphism and heterogeneity, using the cell-level co-occurrence matrix. Our method is based on the widely used Gray-level co-occurrence matrix (GLCM), where relations between neighboring pixel intensity levels are captured into a co-occurrence matrix, followed by the application of analysis functions such as Haralick features. In the pathological tissue image, through image processing techniques, each nucleus can be measured and each nucleus has its own measureable features like nucleus size, roundness, contour length, intra-nucleus texture data (GLCM is one of the methods). In GLCM each nucleus in the tissue image corresponds to one pixel. In this approach the most important point is how to define the neighborhood of each nucleus. We define three types of neighborhoods of a nucleus, then create the co-occurrence matrix and apply Haralick feature functions. In each image pleomorphism and heterogeneity are then determined quantitatively. For our method, one pixel corresponds to one nucleus feature, and we therefore named our method Cell Feature Level Co-occurrence Matrix (CFLCM). We tested this method for several nucleus features.
Conclusion:
CFLCM is showed as a useful quantitative method for pleomorphism and heterogeneity on histopathological image analysis.
[ABSTRACT]
[HTML Full text]
[PDF]
[Mobile Full text]
[EPub]
[Citations (4) ]
[PubMed]
[Sword Plugin for Repository]
Beta
Technical Note:
NDER: A novel web application using annotated whole slide images for rapid improvements in human pattern recognition
Nicholas P Reder, Daniel Glasser, Suzanne M Dintzis, Mara H Rendi, Rochelle L Garcia, Jonathan C Henriksen, Mark R Kilgore
J Pathol Inform
2016, 7:31 (26 July 2016)
DOI
:10.4103/2153-3539.186913
PMID
:27563490
Context:
Whole-slide images (WSIs) present a rich source of information for education, training, and quality assurance. However, they are often used in a fashion similar to glass slides rather than in novel ways that leverage the advantages of WSI. We have created a pipeline to transform annotated WSI into pattern recognition training, and quality assurance web application called novel diagnostic electronic resource (NDER).
Aims:
Create an efficient workflow for extracting annotated WSI for use by NDER, an attractive web application that provides high-throughput training.
Materials and Methods:
WSI were annotated by a resident and classified into five categories. Two methods of extracting images and creating image databases were compared. Extraction Method 1: Manual extraction of still images and validation of each image by four breast pathologists. Extraction Method 2: Validation of annotated regions on the WSI by a single experienced breast pathologist and automated extraction of still images tagged by diagnosis. The extracted still images were used by NDER. NDER briefly displays an image, requires users to classify the image after time has expired, then gives users immediate feedback.
Results:
The NDER workflow is efficient: annotation of a WSI requires 5 min and validation by an expert pathologist requires An additional one to 2 min. The pipeline is highly automated, with only annotation and validation requiring human input. NDER effectively displays hundreds of high-quality, high-resolution images and provides immediate feedback to users during a 30 min session.
Conclusions:
NDER efficiently uses annotated WSI to rapidly increase pattern recognition and evaluate for diagnostic proficiency.
[ABSTRACT]
[HTML Full text]
[PDF]
[Mobile Full text]
[EPub]
[PubMed]
[Sword Plugin for Repository]
Beta
Technical Note:
A real-time dashboard for managing pathology processes
Fawaz Halwani, Wei Chen Li, Diponkar Banerjee, Lysanne Lessard, Daniel Amyot, Wojtek Michalowski, Randy Giffen
J Pathol Inform
2016, 7:24 (4 May 2016)
DOI
:10.4103/2153-3539.181768
PMID
:27217974
Context:
The Eastern Ontario Regional Laboratory Association (EORLA) is a newly established association of all the laboratory and pathology departments of Eastern Ontario that currently includes facilities from eight hospitals. All surgical specimens for EORLA are processed in one central location, the Department of Pathology and Laboratory Medicine (DPLM) at The Ottawa Hospital (TOH), where the rapid growth and influx of surgical and cytology specimens has created many challenges in ensuring the timely processing of cases and reports. Although the entire process is maintained and tracked in a clinical information system, this system lacks pre-emptive warnings that can help management address issues as they arise.
Aims:
Dashboard technology provides automated, real-time visual clues that could be used to alert management when a case or specimen is not being processed within predefined time frames. We describe the development of a dashboard helping pathology clinical management to make informed decisions on specimen allocation and tracking.
Methods:
The dashboard was designed and developed in two phases, following a prototyping approach. The first prototype of the dashboard helped monitor and manage pathology processes at the DPLM.
Results:
The use of this dashboard helped to uncover operational inefficiencies and contributed to an improvement of turn-around time within The Ottawa Hospital's DPML. It also allowed the discovery of additional requirements, leading to a second prototype that provides finer-grained, real-time information about individual cases and specimens.
Conclusion:
We successfully developed a dashboard that enables managers to address delays and bottlenecks in specimen allocation and tracking. This support ensures that pathology reports are provided within time frame standards required for high-quality patient care. Given the importance of rapid diagnostics for a number of diseases, the use of real-time dashboards within pathology departments could contribute to improving the quality of patient care beyond EORLA's.
[ABSTRACT]
[HTML Full text]
[PDF]
[Mobile Full text]
[EPub]
[Citations (4) ]
[PubMed]
[Sword Plugin for Repository]
Beta
Technical Note:
Pathology interface for the molecular analysis of tissue by mass spectrometry
Jeremy L Norris, Tina Tsui, Danielle B Gutierrez, Richard M Caprioli
J Pathol Inform
2016, 7:13 (11 April 2016)
DOI
:10.4103/2153-3539.179903
PMID
:27141319
Background:
Imaging mass spectrometry (IMS) generates molecular images directly from tissue sections to provide better diagnostic insights and expand the capabilities of clinical anatomic pathology. Although IMS technology has matured over recent years, the link between microscopy imaging currently used by pathologists and MS-based molecular imaging has not been established.
Methods:
We adapted the Vanderbilt University Tissue Core workflow for IMS into a web-based system that facilitates remote collaboration. The platform was designed to perform within acceptable web response times for viewing, annotating, and processing high resolution microscopy images.
Results:
We describe a microscopy-driven approach to tissue analysis by IMS.
Conclusion:
The Pathology Interface for Mass Spectrometry is designed to provide clinical access to IMS technology and deliver enhanced diagnostic value.
[ABSTRACT]
[HTML Full text]
[PDF]
[Mobile Full text]
[EPub]
[Citations (6) ]
[PubMed]
[Sword Plugin for Repository]
Beta
Technical Note:
Implementation of Epic Beaker Clinical Pathology at an academic medical center
Matthew D Krasowski, Joseph D Wilford, Wanita Howard, Susan K Dane, Scott R Davis, Nitin J Karandikar, John L Blau, Bradley A Ford
J Pathol Inform
2016, 7:7 (5 February 2016)
DOI
:10.4103/2153-3539.175798
PMID
:26955505
Background:
Epic Beaker Clinical Pathology (CP) is a relatively new laboratory information system (LIS) operating within the Epic suite of software applications. To date, there have not been any publications describing implementation of Beaker CP. In this report, we describe our experience in implementing Beaker CP version 2012 at a state academic medical center with a go-live of August 2014 and a subsequent upgrade to Beaker version 2014 in May 2015. The implementation of Beaker CP was concurrent with implementations of Epic modules for revenue cycle, patient scheduling, and patient registration.
Methods:
Our analysis covers approximately 3 years of time (2 years preimplementation of Beaker CP and roughly 1 year after) using data summarized from pre- and post-implementation meetings, debriefings, and the closure document for the project.
Results:
We summarize positive aspects of, and key factors leading to, a successful implementation of Beaker CP. The early inclusion of subject matter experts in the design and validation of Beaker workflows was very helpful. Since Beaker CP does not directly interface with laboratory instrumentation, the clinical laboratories spent extensive preimplementation effort establishing middleware interfaces. Immediate challenges postimplementation included bar code scanning and nursing adaptation to Beaker CP specimen collection. The most substantial changes in laboratory workflow occurred with microbiology orders. This posed a considerable challenge with microbiology orders from the operating rooms and required intensive interventions in the weeks following go-live. In postimplementation surveys, pathology staff, informatics staff, and end-users expressed satisfaction with the new LIS.
Conclusions:
Beaker CP can serve as an effective LIS for an academic medical center. Careful planning and preparation aid the transition to this LIS.
[ABSTRACT]
[HTML Full text]
[PDF]
[Mobile Full text]
[EPub]
[Citations (11) ]
[PubMed]
[Sword Plugin for Repository]
Beta
Technical Note:
Oxygen supply maps for hypoxic microenvironment visualization in prostate cancer
Niels J Rupp, Peter J Schuffler, Qing Zhong, Florian Falkner, Markus Rechsteiner, Jan H Ruschoff, Christian Fankhauser, Matthias Drach, Remo Largo, Mathias Tremp, Cedric Poyet, Tullio Sulser, Glen Kristiansen, Holger Moch, Joachim Buhmann, Michael Muntener, Peter J Wild
J Pathol Inform
2016, 7:3 (29 January 2016)
DOI
:10.4103/2153-3539.175376
PMID
:26955501
Background:
Intratumoral hypoxia plays an important role with regard to tumor biology and susceptibility to radio. and chemotherapy. For further investigation of hypoxia.related changes, areas of certain hypoxia must be reliably detected within cancer tissues. Pimonidazole, a 2.nitroimindazole, accumulates in hypoxic tissue and can be easily visualized using immunohistochemistry.
Materials and Methods:
To improve detection of highly hypoxic versus normoxic areas in prostate cancer, immunoreactivity of pimonidazole and a combination of known hypoxia.related proteins was used to create computational oxygen supply maps of prostate cancer. Pimonidazole was intravenously administered before radical prostatectomy in n = 15 patients, using the da Vinci robot.assisted surgical system. Prostatectomy specimens were immediately transferred into buffered formaldehyde, fixed overnight, and completely embedded in paraffin. Pimonidazole accumulation and hypoxia.related protein expression were visualized by immunohistochemistry. Oxygen supply maps were created using the normalized information from pimonidazole and hypoxia.related proteins.
Results:
Based on pimonidazole staining and other hypoxia.related proteins (osteopontin, hypoxia.inducible factor 1.alpha, and glucose transporter member 1) oxygen supply maps in prostate cancer were created. Overall, oxygen supply maps consisting of information from all hypoxia.related proteins showed high correlation and mutual information to the golden standard of pimonidazole. Here, we describe an improved computer.based ex vivo model for an accurate detection of oxygen supply in human prostate cancer tissue.
Conclusions:
This platform can be used for precise colocalization of novel candidate hypoxia.related proteins in a representative number of prostate cancer cases, and improve issues of single marker correlations. Furthermore, this study provides a source for further in situ tests and biochemical investigations
[ABSTRACT]
[HTML Full text]
[PDF]
[Mobile Full text]
[EPub]
[Citations (6) ]
[PubMed]
[Sword Plugin for Repository]
Beta
Sitemap
|
What's New
Feedback
|
Copyright and Disclaimer
|
Privacy Notice
© Journal of Pathology Informatics | Published by Wolters Kluwer -
Medknow
Online since 10
th
March, 2010