Knowledge Management Enviroments for High Throughput Biology

Total Page:16

File Type:pdf, Size:1020Kb

Knowledge Management Enviroments for High Throughput Biology Knowledge Management Enviroments for High Throughput Biology Abhey Shah A Thesis submitted for the degree of MPhil Biology Department University of York September 2007 Abstract With the growing complexity and scale of data sets in computational biology and chemoin- formatics, there is a need for novel knowledge processing tools and platforms. This thesis describes a newly developed knowledge processing platform that is different in its emphasis on architecture, flexibility, builtin facilities for datamining and easy cross platform usage. There exist thousands of bioinformatics and chemoinformatics databases, that are stored in many different forms with different access methods, this is a reflection of the range of data structures that make up complex biological and chemical data. Starting from a theoretical ba- sis, FCA (Formal Concept Analysis) an applied branch of lattice theory, is used in this thesis to develop a file system that automatically structures itself by it’s contents. The procedure of extracting concepts from data sets is examined. The system also finds appropriate labels for the discovered concepts by extracting data from ontological databases. A novel method for scaling non-binary data for use with the system is developed. Finally the future of integrative systems biology is discussed in the context of efficiently closed causal systems. Contents 1 Motivations and goals of the thesis 11 1.1 Conceptual frameworks . 11 1.2 Biological foundations . 12 1.2.1 Gene expression data . 13 1.2.2 Ontology . 14 1.3 Knowledge based computational environments . 15 1.3.1 Interfaces . 16 1.3.2 Databases and the character of biological data . 17 1.4 Goals of the thesis . 19 1.5 Structure of the thesis . 19 2 Objectivism: Formal Concept Analysis 21 2.1 Epistemology of objectivism . 21 2.1.1 Applying objectivism . 22 2.1.2 Gene expression data . 22 2.1.2.1 Clustering techniques . 23 2.1.2.2 Bi-clustering . 23 2.1.2.3 Formal Concept Analysis . 23 2.1.3 The amino acids: an example data set . 24 2.2 Basics of Formal Concept Analysis . 24 2.2.1 Definitions . 24 2.2.1.1 Formal context: . 24 2.2.1.2 Partial orders: . 25 2.2.1.3 Lattices: . 25 2.2.1.4 Power sets: . 25 2.2.1.5 Formal concept: . 25 2.2.1.6 Hasse diagram . 26 2.2.1.7 Ideals and filters . 27 2.2.1.8 Concept lattices: . 27 1 2.2.1.9 Attribute partial order: . 27 2.2.2 Measures . 27 2.2.2.1 Chains and height . 27 2.2.2.2 Anti-chains and width . 28 2.2.3 Simplifying attributes and feature selection . 28 2.3 Next closure algorithm implementation . 29 2.3.1 Calculating Closed Sets from Next Closure . 29 2.3.1.1 Algorithmic Complexity . 33 2.3.2 Constructing the lattice . 34 2.3.3 Unfolding the lattice to form a hierarchy . 35 2.4 Labelling concepts . 37 2.4.1 Reduced labelling for concept lattices . 37 2.4.2 Naming . 39 2.5 Non-binary data . 39 2.5.1 Nominal scaling . 40 2.5.2 Ordinal scaling . 41 2.5.3 Logical scaling . 41 2.6 Discussion . 42 3 Ontology: algorithms, metrics and representations 43 3.1 Introduction to ontology and applications . 44 3.1.1 Ontology . 44 3.1.2 Structure and implementation of open biomedical Ontologies . 45 3.1.3 Ontologies for labelling . 45 3.1.4 The Gene Ontology . 45 3.1.4.1 Structure . 46 3.1.4.2 Usage of GO . 47 3.1.5 Annotation and curation . 48 3.1.5.1 Functional roles of genes . 48 3.1.5.2 Process of construction . 48 3.1.5.3 Context . 49 3.2 Ontology analysis . 49 3.2.1 Ordered set structural measures . 50 3.2.1.1 Depth . 50 3.2.1.2 Specificity and centrality . 50 3.2.1.3 Coverage . 51 3.2.2 Informational value . 51 3.2.2.1 Metric . 51 3.2.2.2 Atomic symbols within GO terms . 52 3.2.2.3 Gene cluster annotation statistical significance . 53 2 3.2.3 Usage . 53 3.3 Implementing Gene Ontology data services . 54 3.3.1 Introduction . 54 3.3.2 Gene Ontology services . 54 3.3.3 Taxonomies in SQL . 54 3.3.4 Alternate database models and interfaces . 55 3.3.5 GOS . 56 3.3.6 Measure implementation . 56 3.3.6.1 Resnick similarity and coverage . 56 3.3.6.2 Specificity and depth . 57 3.3.7 Query by genes . 57 3.4 GNS . 57 3.5 Usage of the GOS . 58 3.5.1 Initialization . 58 3.5.2 Basic navigational commands . 58 3.5.3 Advanced Usage . 58 3.6 Concept naming: labelling directories of a file system . 60 3.6.1 Criteria . 60 3.6.2 Algorithm implementation . 61 3.6.3 Unfolding the lattice . 62 3.7 Improvements to ontology . 63 3.7.1 Improvements and evolutions to the Gene Ontology . 63 3.7.1.1 Relational biology . 64 3.7.1.2 Annotation and folksonomies . 65 3.8 Summary . 66 4 Formal concept file system 68 4.1 Introduction to Inferno . 68 4.1.1 Inferno and Plan 9 . 68 4.1.2 Architecture . 69 4.1.3 Limbo . 70 4.1.4 Styx: a common network access protocol . 70 4.1.5 Per process file system based interface - computable namespaces . 72 4.1.5.1 An example file server: the network device . 74 4.1.5.2 An example file server: the domain name server . 77 4.1.5.3 HURD: Alternate approach to user level program file systems 78 4.1.6 Heuristics of resources as file servers . 78 4.2 Review of semantic file systems based on FCA . 79 4.2.1 Libferris . 79 4.2.1.1 Libferris example . 80 3 4.2.2 LISFS . 80 4.2.3 LISFS example: exploring two data structures . 81 4.2.4 Review . 83 4.3 Design strategy . 84 4.3.1 Key processes . 84 4.3.2 Data structures . 85 4.4 A prototype system . 86 4.4.1 Feature extraction - Transducers . 86 4.4.2 Concept formation - Conceptderive . 86 4.4.3 Directory generation - FCA2fs . 88 4.4.4 File system traversal and naming . 89 4.5 GO utilities . 89 4.5.0.1 GOS reloadable implementation . 89 4.5.0.2 Distributed middle ware . 91 4.6 Implementation of poly-hierarchy handling . 92 4.6.1 Using the file-system in the.
Recommended publications
  • Small Cell Ovarian Carcinoma: Genomic Stability and Responsiveness to Therapeutics
    Gamwell et al. Orphanet Journal of Rare Diseases 2013, 8:33 http://www.ojrd.com/content/8/1/33 RESEARCH Open Access Small cell ovarian carcinoma: genomic stability and responsiveness to therapeutics Lisa F Gamwell1,2, Karen Gambaro3, Maria Merziotis2, Colleen Crane2, Suzanna L Arcand4, Valerie Bourada1,2, Christopher Davis2, Jeremy A Squire6, David G Huntsman7,8, Patricia N Tonin3,4,5 and Barbara C Vanderhyden1,2* Abstract Background: The biology of small cell ovarian carcinoma of the hypercalcemic type (SCCOHT), which is a rare and aggressive form of ovarian cancer, is poorly understood. Tumourigenicity, in vitro growth characteristics, genetic and genomic anomalies, and sensitivity to standard and novel chemotherapeutic treatments were investigated in the unique SCCOHT cell line, BIN-67, to provide further insight in the biology of this rare type of ovarian cancer. Method: The tumourigenic potential of BIN-67 cells was determined and the tumours formed in a xenograft model was compared to human SCCOHT. DNA sequencing, spectral karyotyping and high density SNP array analysis was performed. The sensitivity of the BIN-67 cells to standard chemotherapeutic agents and to vesicular stomatitis virus (VSV) and the JX-594 vaccinia virus was tested. Results: BIN-67 cells were capable of forming spheroids in hanging drop cultures. When xenografted into immunodeficient mice, BIN-67 cells developed into tumours that reflected the hypercalcemia and histology of human SCCOHT, notably intense expression of WT-1 and vimentin, and lack of expression of inhibin. Somatic mutations in TP53 and the most common activating mutations in KRAS and BRAF were not found in BIN-67 cells by DNA sequencing.
    [Show full text]
  • The Title of the Article
    Mechanism-Anchored Profiling Derived from Epigenetic Networks Predicts Outcome in Acute Lymphoblastic Leukemia Xinan Yang, PhD1, Yong Huang, MD1, James L Chen, MD1, Jianming Xie, MSc2, Xiao Sun, PhD2, Yves A Lussier, MD1,3,4§ 1Center for Biomedical Informatics and Section of Genetic Medicine, Department of Medicine, The University of Chicago, Chicago, IL 60637 USA 2State Key Laboratory of Bioelectronics, Southeast University, 210096 Nanjing, P.R.China 3The University of Chicago Cancer Research Center, and The Ludwig Center for Metastasis Research, The University of Chicago, Chicago, IL 60637 USA 4The Institute for Genomics and Systems Biology, and the Computational Institute, The University of Chicago, Chicago, IL 60637 USA §Corresponding author Email addresses: XY: [email protected] YH: [email protected] JC: [email protected] JX: [email protected] XS: [email protected] YL: [email protected] - 1 - Abstract Background Current outcome predictors based on “molecular profiling” rely on gene lists selected without consideration for their molecular mechanisms. This study was designed to demonstrate that we could learn about genes related to a specific mechanism and further use this knowledge to predict outcome in patients – a paradigm shift towards accurate “mechanism-anchored profiling”. We propose a novel algorithm, PGnet, which predicts a tripartite mechanism-anchored network associated to epigenetic regulation consisting of phenotypes, genes and mechanisms. Genes termed as GEMs in this network meet all of the following criteria: (i) they are co-expressed with genes known to be involved in the biological mechanism of interest, (ii) they are also differentially expressed between distinct phenotypes relevant to the study, and (iii) as a biomodule, genes correlate with both the mechanism and the phenotype.
    [Show full text]
  • Bayesian Hierarchical Modeling of High-Throughput Genomic Data with Applications to Cancer Bioinformatics and Stem Cell Differentiation
    BAYESIAN HIERARCHICAL MODELING OF HIGH-THROUGHPUT GENOMIC DATA WITH APPLICATIONS TO CANCER BIOINFORMATICS AND STEM CELL DIFFERENTIATION by Keegan D. Korthauer A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy (Statistics) at the UNIVERSITY OF WISCONSIN–MADISON 2015 Date of final oral examination: 05/04/15 The dissertation is approved by the following members of the Final Oral Committee: Christina Kendziorski, Professor, Biostatistics and Medical Informatics Michael A. Newton, Professor, Statistics Sunduz Kele¸s,Professor, Biostatistics and Medical Informatics Sijian Wang, Associate Professor, Biostatistics and Medical Informatics Michael N. Gould, Professor, Oncology © Copyright by Keegan D. Korthauer 2015 All Rights Reserved i in memory of my grandparents Ma and Pa FL Grandma and John ii ACKNOWLEDGMENTS First and foremost, I am deeply grateful to my thesis advisor Christina Kendziorski for her invaluable advice, enthusiastic support, and unending patience throughout my time at UW-Madison. She has provided sound wisdom on everything from methodological principles to the intricacies of academic research. I especially appreciate that she has always encouraged me to eke out my own path and I attribute a great deal of credit to her for the successes I have achieved thus far. I also owe special thanks to my committee member Professor Michael Newton, who guided me through one of my first collaborative research experiences and has continued to provide key advice on my thesis research. I am also indebted to the other members of my thesis committee, Professor Sunduz Kele¸s,Professor Sijian Wang, and Professor Michael Gould, whose valuable comments, questions, and suggestions have greatly improved this dissertation.
    [Show full text]
  • Supplemental Table S1
    Entrez Gene Symbol Gene Name Affymetrix EST Glomchip SAGE Stanford Literature HPA confirmed Gene ID Profiling profiling Profiling Profiling array profiling confirmed 1 2 A2M alpha-2-macroglobulin 0 0 0 1 0 2 10347 ABCA7 ATP-binding cassette, sub-family A (ABC1), member 7 1 0 0 0 0 3 10350 ABCA9 ATP-binding cassette, sub-family A (ABC1), member 9 1 0 0 0 0 4 10057 ABCC5 ATP-binding cassette, sub-family C (CFTR/MRP), member 5 1 0 0 0 0 5 10060 ABCC9 ATP-binding cassette, sub-family C (CFTR/MRP), member 9 1 0 0 0 0 6 79575 ABHD8 abhydrolase domain containing 8 1 0 0 0 0 7 51225 ABI3 ABI gene family, member 3 1 0 1 0 0 8 29 ABR active BCR-related gene 1 0 0 0 0 9 25841 ABTB2 ankyrin repeat and BTB (POZ) domain containing 2 1 0 1 0 0 10 30 ACAA1 acetyl-Coenzyme A acyltransferase 1 (peroxisomal 3-oxoacyl-Coenzyme A thiol 0 1 0 0 0 11 43 ACHE acetylcholinesterase (Yt blood group) 1 0 0 0 0 12 58 ACTA1 actin, alpha 1, skeletal muscle 0 1 0 0 0 13 60 ACTB actin, beta 01000 1 14 71 ACTG1 actin, gamma 1 0 1 0 0 0 15 81 ACTN4 actinin, alpha 4 0 0 1 1 1 10700177 16 10096 ACTR3 ARP3 actin-related protein 3 homolog (yeast) 0 1 0 0 0 17 94 ACVRL1 activin A receptor type II-like 1 1 0 1 0 0 18 8038 ADAM12 ADAM metallopeptidase domain 12 (meltrin alpha) 1 0 0 0 0 19 8751 ADAM15 ADAM metallopeptidase domain 15 (metargidin) 1 0 0 0 0 20 8728 ADAM19 ADAM metallopeptidase domain 19 (meltrin beta) 1 0 0 0 0 21 81792 ADAMTS12 ADAM metallopeptidase with thrombospondin type 1 motif, 12 1 0 0 0 0 22 9507 ADAMTS4 ADAM metallopeptidase with thrombospondin type 1
    [Show full text]
  • Introduction to Concurrent Programming
    Introduction to Concurrent Programming Rob Pike Computing Sciences Research Center Bell Labs Lucent Technologies [email protected] February 2, 2000 1 Overview The world runs in parallel, but our usual model of software does not. Programming languages are sequential. This mismatch makes it hard to write systems software that provides the interface between a computer (or user) and the world. Solutions: processes, threads, concurrency, semaphores, spin locks, message-passing. But how do we use these things? Real problem: need an approach to writing concurrent software that guides our design and implementation. We will present our model for designing concurrent software. It’s been used in several languages for over a decade, producing everything from symbolic algebra packages to window systems. This course is not about parallel algorithms or using multiprocessors to run programs faster. It is about using the power of processes and communication to design elegant, responsive, reliable systems. 2 History (Biased towards Systems) Dijkstra: guarded commands, 1976. Hoare: Communicating Sequential Processes (CSP), (paper) 1978. Run multiple communicating guarded command sets in parallel. Hoare: CSP Book, 1985. Addition of channels to the model, rather than directly talking to processes. Cardelli and Pike: Squeak, 1983. Application of CSP model to user interfaces. Pike: Concurrent Window System, (paper) 1988. Application of Squeak approach to systems software. Pike: Newsqueak, 1989. Interpreted language; used to write toy window system. Winterbottom: Alef, 1994. True compiled concurrent language, used to write production systems software. Mullender: Thread library, 1999. Retrofit to C for general usability. 3 Other models exist Our approach is not the only way.
    [Show full text]
  • Molecular and Cellular Mechanisms of the Angiogenic Effect of Poly(Methacrylic Acid-Co-Methyl Methacrylate) Beads
    Molecular and Cellular Mechanisms of the Angiogenic Effect of Poly(methacrylic acid-co-methyl methacrylate) Beads by Lindsay Elizabeth Fitzpatrick A thesis submitted in conformity with the requirements for the degree of Doctor of Philosophy Institute of Biomaterials and Biomedical Engineering University of Toronto © Copyright by Lindsay Elizabeth Fitzpatrick 2012 Molecular and Cellular Mechanisms of the Angiogenic Effect of Poly(methacrylic acid-co-methyl methacrylate) Beads Lindsay Elizabeth Fitzpatrick Doctorate of Philosophy Institute of Biomaterials and Biomedical Engineering University of Toronto 2012 Abstract Poly(methacrylic acid -co- methyl methacrylate) beads were previously shown to have a therapeutic effect on wound closure through the promotion of angiogenesis. However, it was unclear how this polymer elicited its beneficial properties. The goal of this thesis was to characterize the host response to MAA beads by identifying molecules of interest involved in MAA-mediated angiogenesis (in comparison to poly(methyl methacrylate) beads, PMMA). Using a model of diabetic wound healing and a macrophage-like cell line (dTHP-1), eight molecules of interest were identified in the host response to MAA beads. Gene and/or protein expression analysis showed that MAA beads increased the expression of Shh, IL-1β, IL-6, TNF- α and Spry2, but decreased the expression of CXCL10 and CXCL12, compared to PMMA and no beads. MAA beads also appeared to modulate the expression of OPN. In vivo, the global gene expression of OPN was increased in wounds treated with MAA beads, compared to PMMA and no beads. In contrast, dTHP-1 decreased OPN gene expression compared to PMMA and no beads, but expressed the same amount of secreted OPN, suggesting that the cells decreased the expression of the intracellular isoform of OPN.
    [Show full text]
  • Download The
    PROBING THE INTERACTION OF ASPERGILLUS FUMIGATUS CONIDIA AND HUMAN AIRWAY EPITHELIAL CELLS BY TRANSCRIPTIONAL PROFILING IN BOTH SPECIES by POL GOMEZ B.Sc., The University of British Columbia, 2002 A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF SCIENCE in THE FACULTY OF GRADUATE STUDIES (Experimental Medicine) THE UNIVERSITY OF BRITISH COLUMBIA (Vancouver) January 2010 © Pol Gomez, 2010 ABSTRACT The cells of the airway epithelium play critical roles in host defense to inhaled irritants, and in asthma pathogenesis. These cells are constantly exposed to environmental factors, including the conidia of the ubiquitous mould Aspergillus fumigatus, which are small enough to reach the alveoli. A. fumigatus is associated with a spectrum of diseases ranging from asthma and allergic bronchopulmonary aspergillosis to aspergilloma and invasive aspergillosis. Airway epithelial cells have been shown to internalize A. fumigatus conidia in vitro, but the implications of this process for pathogenesis remain unclear. We have developed a cell culture model for this interaction using the human bronchial epithelium cell line 16HBE and a transgenic A. fumigatus strain expressing green fluorescent protein (GFP). Immunofluorescent staining and nystatin protection assays indicated that cells internalized upwards of 50% of bound conidia. Using fluorescence-activated cell sorting (FACS), cells directly interacting with conidia and cells not associated with any conidia were sorted into separate samples, with an overall accuracy of 75%. Genome-wide transcriptional profiling using microarrays revealed significant responses of 16HBE cells and conidia to each other. Significant changes in gene expression were identified between cells and conidia incubated alone versus together, as well as between GFP positive and negative sorted cells.
    [Show full text]
  • Genetic and Genomic Analysis of Hyperlipidemia, Obesity and Diabetes Using (C57BL/6J × TALLYHO/Jngj) F2 Mice
    University of Tennessee, Knoxville TRACE: Tennessee Research and Creative Exchange Nutrition Publications and Other Works Nutrition 12-19-2010 Genetic and genomic analysis of hyperlipidemia, obesity and diabetes using (C57BL/6J × TALLYHO/JngJ) F2 mice Taryn P. Stewart Marshall University Hyoung Y. Kim University of Tennessee - Knoxville, [email protected] Arnold M. Saxton University of Tennessee - Knoxville, [email protected] Jung H. Kim Marshall University Follow this and additional works at: https://trace.tennessee.edu/utk_nutrpubs Part of the Animal Sciences Commons, and the Nutrition Commons Recommended Citation BMC Genomics 2010, 11:713 doi:10.1186/1471-2164-11-713 This Article is brought to you for free and open access by the Nutrition at TRACE: Tennessee Research and Creative Exchange. It has been accepted for inclusion in Nutrition Publications and Other Works by an authorized administrator of TRACE: Tennessee Research and Creative Exchange. For more information, please contact [email protected]. Stewart et al. BMC Genomics 2010, 11:713 http://www.biomedcentral.com/1471-2164/11/713 RESEARCH ARTICLE Open Access Genetic and genomic analysis of hyperlipidemia, obesity and diabetes using (C57BL/6J × TALLYHO/JngJ) F2 mice Taryn P Stewart1, Hyoung Yon Kim2, Arnold M Saxton3, Jung Han Kim1* Abstract Background: Type 2 diabetes (T2D) is the most common form of diabetes in humans and is closely associated with dyslipidemia and obesity that magnifies the mortality and morbidity related to T2D. The genetic contribution to human T2D and related metabolic disorders is evident, and mostly follows polygenic inheritance. The TALLYHO/ JngJ (TH) mice are a polygenic model for T2D characterized by obesity, hyperinsulinemia, impaired glucose uptake and tolerance, hyperlipidemia, and hyperglycemia.
    [Show full text]
  • Fine Mapping Studies of Quantitative Trait Loci for Baseline Platelet Count in Mice and Humans
    Fine mapping studies of quantitative trait loci for baseline platelet count in mice and humans A thesis submitted in fulfillment of the requirements for the degree of Doctor of Philosophy Melody C Caramins December 2010 University of New South Wales ORIGINALITY STATEMENT ‘I hereby declare that this submission is my own work and to the best of my knowledge it contains no materials previously published or written by another person, or substantial proportions of material which have been accepted for the award of any other degree or diploma at UNSW or any other educational institution, except where due acknowledgement is made in the thesis. Any contribution made to the research by others, with whom I have worked at UNSW or elsewhere, is explicitly acknowledged in the thesis. I also declare that the intellectual content of this thesis is the product of my own work, except to the extent that assistance from others in the project's design and conception or in style, presentation and linguistic expression is acknowledged.’ Signed …………………………………………….............. Date …………………………………………….............. This thesis is dedicated to my father. Dad, thanks for the genes – and the environment! ACKNOWLEDGEMENTS “Nothing can come out of nothing, any more than a thing can go back to nothing.” - Marcus Aurelius Antoninus A PhD thesis is never the work of one person in isolation from the world at large. I would like to thank the following people, without whom this work would not have existed. Thank you firstly, to all my teachers, of which there have been many. Undoubtedly, the greatest debt is owed to my supervisor, Dr Michael Buckley.
    [Show full text]
  • The Middle Temporal Gyrus Is Transcriptionally Altered in Patients with Alzheimer’S Disease
    1 The middle temporal gyrus is transcriptionally altered in patients with Alzheimer’s Disease. 2 1 3 Shahan Mamoor 1Thomas Jefferson School of Law 4 East Islip, NY 11730 [email protected] 5 6 We sought to understand, at the systems level and in an unbiased fashion, how gene 7 expression was most different in the brains of patients with Alzheimer’s Disease (AD) by mining published microarray datasets (1, 2). Comparing global gene expression profiles between 8 patient and control revealed that a set of 84 genes were expressed at significantly different levels in the middle temporal gyrus (MTG) of patients with Alzheimer’s Disease (1, 2). We used 9 computational analyses to classify these genes into known pathways and existing gene sets, 10 and to describe the major differences in the epigenetic marks at the genomic loci of these genes. While a portion of these genes is computationally cognizable as part of a set of genes 11 up-regulated in the brains of patients with AD (3), many other genes in the gene set identified here have not previously been studied in association with AD. Transcriptional repression, both 12 pre- and post-transcription appears to be affected; nearly 40% of these genes are transcriptional 13 targets of MicroRNA-19A/B (miR-19A/B), the zinc finger protein 10 (ZNF10), or of the AP-1 repressor jun dimerization protein 2 (JDP2). 14 15 16 17 18 19 20 21 22 23 24 25 26 Keywords: Alzheimer’s Disease, systems biology of Alzheimer’s Disease, differential gene 27 expression, middle temporal gyrus.
    [Show full text]
  • Screening for Subtle Chromosomal Rearrangements in an Egyptian Sample of Children with Unexplained Mental Retardation
    The Egyptian Journal of Medical Human Genetics (2011) 12, 63–68 Ain Shams University The Egyptian Journal of Medical Human Genetics www.ejmhg.eg.net www.sciencedirect.com ORIGINAL ARTICLE Screening for subtle chromosomal rearrangements in an Egyptian sample of children with unexplained mental retardation Rabah M. Shawky *, Farida El-Baz, Ezzat S. Elsobky, Solaf M. Elsayed, Eman Zaky, Riham M. El-Hossiny Faculty of Medicine, Ain Shams University, Cairo, Egypt Received 16 October 2010; accepted 5 December 2010 KEYWORDS Abstract Mental retardation is present in about 1–3% of individuals in the general population, but Idiopathic mental retarda- it can be explained in about half of the cases. A descriptive study was carried out to screen for subtle tion (IMR); chromosomal rearrangements in a group of Egyptian children with idiopathic mental retardation High resolution banding (IMR) to estimate its frequency if detected. The study enrolled 30 patients with IMR, with the per- (HRB); quisite criteria of being <18 years at referral, their IQ <70, and manifesting at least one of the cri- Fluorescent in situ hybrid- teria for selection of patients with subtelomeric abnormalities. Males were 63.3% and females were ization (FISH); 36.7%, with a mean age of 7.08 ± 4.22 years. Full history taking, thorough clinical examination, Subtelomeric chromosomal IQ, visual, and audiological assessment, brain CT scan, plasma aminogram, pelvi-abdominal ultra- rearrangement sonography, echocardiography, and cytogenetic evaluation using routine conventional karyotyp- ing, high resolution banding (HRB), and fluorescent in situ hybridization (FISH) technique with appropriate probes were carried out for all studied patients. All enrolled patients had apparently normal karyotypes within 450 bands resolution, except for one patient who had 46, XY, [del (18) (p11.2)].
    [Show full text]
  • Computerized Patient Record System (CPRS) Setup Guide
    Computerized Patient Record System (CPRS) Setup Guide June 2021 Department of Veterans Affairs Health Data Systems Computerized Patient Record System Product Line Revision History Project Technical Date Patch Page Change Manager Writer 6/17/2021 OR*3*0*547 30 Added row to GUI Parameters SHRPE SHRPE Menu Options for OTH: GUI Add/Edit Local Message for OTH Button. Added Subsection for GUI 37-38 Add/Edit Local Message for OTH Button 10/16/2019 OR*3.0*397 All Added Revision dated REDACTED REDACTED 3/25/2019 (see below). Checked for 508 Compliance. Removed extra space between some pages. Removed extra Table of Contents from Pharmacy Packages section (G). 07/31/2019 OR*3.0*510 88 Added two NOTE: REDACTED REDACTED 3/25/2019 OR*3.0*397 21 Added ORSUPPLY Key REDACTED REDACTED 08/20/2018 XU*8.0*679 28 Added note regarding Electronic REDACTED REDACTED Signature Block restrictions. 03/30/2011 OR*3.0*272 5, 77, Changed references from REDACTED REDACTED 79, Duplicate Drug Class to 81, Duplicate Drug Therapy. 82, 93, 01/25/2007 OR*3.0*245 123 – Added information about the REDACTED REDACTED 125 new option, ORCM QUICK ORDERS BY USER 11/27/06 OR*3.0*242 182 Added information about the REDACTED REDACTED new way to edit items for the Nature of Order file. 12/30/04 36 Added new information about REDACTED REDACTED document templates. Computerized Patient Record System (CPRS) ii June 2021 Setup Guide Project Technical Date Patch Page Change Manager Writer 10/14/98 138 Added information about ORMTIME 10/15/98 14 Added explanation of global journaling 10/20/98
    [Show full text]