Skip to main content
Genes logoLink to Genes
. 2024 Oct 24;15(11):1362. doi: 10.3390/genes15111362

PhenoMetaboDiff: R Package for Analysis and Visualization of Phenotype Microarray Data

Rini Pauly 1,2, Mehtab Iqbal 3, Narae Lee 2, Bridgette Allen Moffitt 4, Sara Moir Sarasua 4,*, Luyi Li 3, Nina Christine Hubig 3, Luigi Boccuto 1,2,4
Editors: Zhaohui S Qin, Ayse Demirkan
PMCID: PMC11593505  PMID: 39596562

Abstract

Background: PhenoMetaboDiff is a novel R package for computational analysis and visualization of data generated by Biolog Phenotype Mammalian Microarrays (PM-Ms). These arrays measure the energy production of mammalian cells in different metabolic environments, assess the metabolic activity of cells exposed to various drugs or energy sources, and compare the metabolic profiles of cells from individuals affected by specific disorders versus healthy controls. Methods: PhenoMetaboDiff has several modules that facilitate statistical analysis by sample comparisons using non-parametric Mann–Whitney U-test, the integration of the OPM package (an R package for analysing OmniLog® phenotype microarray data) for robust file conversion, and calculation of slope and area under the curve (AUC). In addition, the built-in visualization allows specific wells to be visualized in selected pathways for a particular time slice. Results: Compared to the standard OPM package, the features developed in PhenoMetaboDiff assess metabolic profiles by employing statistical tests and visualize the dynamic nature of the energy production in several conditions. Examples of how this package can be used are demonstrated for several rare disease conditions. The incorporation of a graphical user interface expands the utility of this program to both expert and novice users of R. Conclusions: PhenoMetaboDiff makes the deployment of the cutting-edge Biolog system available to any researcher.

Keywords: microarrays, metabolic profiles, computational analysis

1. Introduction

The recent advancement in next-generation sequencing technologies has led to a dramatic increase in the detection of genetic variants and consequently in the diagnostic yield for disorders where the genetic etiology is not well characterized. However, the augmented detection of novel variants calls for functional validation of candidate genes. High-throughput transcriptomic and proteomic assays have allowed for a broad investigation of the functional impact of variants, but a more refined approach is necessary to access the metabolic effects of genetic variants. Two general types of metabolomic assessments are used: measurements of circulating metabolites and cell-based approaches. Comprehensive strategies have been developed to analyze the data generated by metabolomic assays based on the assessment of circulating levels of various metabolites [1]. However, a similar strategy would be beneficial for cell-based metabolic studies because metabolic profiling has allowed the characterization and identification of markers for altered metabolic pathways and biomarker discovery [2,3,4]. Analytic approaches are not as well developed for cell-based metabolic profiling. These metabolic profiling studies utilized the Biolog Phenotype Mammalian Microarray (PM-M) technology to generate data based on cells’ energy production in different metabolic environments. The system uses plates with 96 wells, each containing a different substrate; cell energy production is measured colorimetrically and data for each well are generated. Such data can be analyzed by the OPM package [5] offered by Biolog and open-source tools, but the analysis is cumbersome and requires advanced programming skills. The complexity has limited the usability of the OPM package. Still, such approaches present intrinsic limitations, such as the impossibility of comparing data from wells within the same array or the lack of customized reports and visuals that can address specific goals of individual projects. Metabolic profiling of different cell types represents a promising in vitro model to investigate the functional effects of multiple variants on multiple metabolic pathways. For metabolic profiling to be most useful, analysis methods need to be readily available and usable for researchers without relying upon highly trained programmers to develop custom analysis pipelines. Developing a more user-friendly analytic tool that could address the limitations of the available software packages will dramatically benefit the investigators and, ultimately, the patients.

To address the shortcomings mentioned above, we developed PhenoMetabodiff, a novel R package for computational analysis and data visualization generated by Biolog PM-Ms. This tool includes a simple data import utility within each module.

The data import utility uses a standard browse feature to allow the user to find and upload the standard data file produced by the Biolog system. The import utility handles both CSV and XLSX file types and allows the user to preview the data. The tab for each of the three modules includes its own data import utility.

  • PhenoDiff Module: The main functionality of this module is to identify significant differences in the utilization of metabolites between two comparison groups using the non-parametric Mann–Whitney U-test.

  • Kinetic Analysis: The Kinetic Analysis module plots a kinetic profile of the substrate utilization over time. These kinetic values can then be used to construct metabolic profiles of individual substrates over time. The user-defined feature can be used to visualize absorbance differences/overlap between two groups by either selecting specific wells or by customizing the interval time.

  • Slope and AUC Calculator: The “Slope and AUC” module calculates the descriptive curve parameters, including lag phase, steepness of the slope, maximum curve height, and area under the curve, AUC.

The purpose of this manuscript is to describe the functionality of the new software PhenoMetaboDiff (v1.0.0) and to demonstrate its utility with examples from three recent applications, even though the software has been successfully employed in numerous other studies focused on metabolic profiling of genetic and complex disorders [6,7,8,9,10,11]. In the remainder of this paper, we discuss the materials and methods used and the software engineering that took place to generate this package.

2. Materials and Methods

2.1. Data

For demonstration purposes, modules in PhenoMetaboDiff were applied to the analysis of three separate sets of patient samples:

  1. PhenoDiff on Autism Spectrum Disorder (ASD) [2].

  2. Kinetic Analysis on Kosaki Overgrowth Syndrome [4]

  3. Slope and AUC Calculator on Snyder–Robinson Syndrome (SRS) [3].

Informed consent was approved by the Self Regional Healthcare Institutional Review Board (IRB) for Human Research and was reviewed and signed by all the participants evaluated and their legal guardians. The IRB approved the use of the samples in the studies reported in this paper. Clinical and genetic features of the patients enrolled in the three studies were discussed in [2,3,4], as well as the data generated via the OPM package (v1.3.77).

2.2. Description of the Biolog Metabolic Arrays and Customized Plates

A description of the cutting-edge Biolog system is needed to understand the importance of the back-end analysis performed by PhenoMetaboDiff. The Phenotype Mammalian MicroArray (PM-M), developed by Biolog Inc.(Hayward, CA, USA), is designed to provide an unbiased scan of the activity of cellular metabolic pathways involved in the rate of production of NADH. Each well contains a single chemical as the sole energy source, and production of NADH per well is monitored. The Omnilog® system collects optical density reads every 15 min, generating 96 data points for each well. The system also generates a kinetic curve for the metabolic reaction in each well and extrapolates parameters such as the slope, highest point, endpoint, the area under the curve (AUC), and lag. From previous observations, AUC resulted in the most comprehensive and informative parameter to assess the kinetics of the metabolic reaction of the cell lines. At the end of the final 24 h incubation with the Biolog Redox Dye Mix MB, the plates were analyzed utilizing a microplate reader with readings at 590 and 750 nm. The first value (A590) indicated the highest absorbance peak of the redox dye, and the second value (A750) gave a measure of the background noise. The relative absorbance (A590750) was calculated per well with values ranging between 0 (minimum) and 2 (maximum.)

2.3. Components of PhenoMetaboDiff

2.3.1. Implementation

The infrastructure for the tool was created using the open-source programming language R (v4.1.2) (http://www.r-project.org, accessed on 2 August 2024) for the analytical modules, Perl (v5.40.0) (http://www.perl.org, accessed on 2 August 2024) for parsing the Omnilog® PM-M data, and finally, Shiny R (v1.9.1) was used for the graphical user interface (GUI). The code is available online: https://anonymous.4open.science/r/phenoMetaboDiff-62D4 (accessed on 2 August 2024).

2.3.2. Data Processing and Statistical Analysis

For the PM-M data, the endpoint absorbance values were read into a CSV file. This CSV file is read into our first module, PhenoDiff. The goal of this module is to identify compounds that are differentially metabolized by patient versus control cells, as measured by NADH levels in each well of the 96-well plate. In our example, we compared people with autism spectrum disorder with age-matched controls. Non-parametric U-tests are run to obtain Benjamini–Hochberg (BH) adjusted p-values once the user-defined options, such as logarithmic transformation, are selected. The Mann–Whitney U-test was used because it is a robust non-parametric method to compare distributions without requiring that the samples be normally distributed, as is the assumption for the t-test. When sample sizes are small, the Mann–Whitney U-test is more conservative than the t-test. The kinetic table stores the time-point data for each of the phenotypes in the OmniLog® screen. Data from the OmniLog® instrument are exported as comma-separated values (CSVs) to upload into the system. Upon loading, the user links the kinetic dataset to each entry and a set of phenotypes. For search and analytical functionality, the initial landing screen of the application presents a choice of optional views. The user can select the search criteria of interest and then drill down following a selection hierarchy. In cases where replicates have been generated, the user can choose to average all phenotype replicates for the same experiment. The averaged result file can serve as an input in the PhenoDiff tab. Each Tab describes the input and output file structure. Once the records have been generated, the analysis modules are demonstrated to the user for further selections (Figure 1). The following outline describes each of the modules:

Figure 1.

Figure 1

Workflow diagram for the analysis process using PhenoMetaboDiff.

2.3.3. PhenoDiff

PhenoDiff (Figure 2) is an analytical functionality for conducting a non-parametric Mann–Whitney U-test between two groups of samples. This module includes the CSV data file, selecting the plate# to identify the correct normalization factor. In addition to a CSV data file, PhenoMetaboDiff is also able to read Microsoft’s XLSX files. When reading a Microsoft Excel file, the software allows the user to choose the appropriate sheet. As a default setting, the first sheet is selected. After loading the CSV or XLSX file, a preview is shown on the selected sheet so the user can check the validity of the input data. Following that, the user is also able to select the header to offset dynamically.

Figure 2.

Figure 2

PhenoDiff allows the comparison of two groups using the non-parametric Mann–Whitney U-test. In this case, we compared patients with ASD to controls by uploading CSV files. The user specifies which columns belong to patients or controls. Additionally, the user can select several analysis features, such as the type of place, and types of analysis values, such as endpoint absorbance, slope, and AUC. In this case, rows with adjusted p value less than 0.05 are highlighted.

2.3.4. Kinetic Analysis

The Kinetic Analysis module (Figure 3) plots a kinetic profile of substrate utilization over time. These kinetic values can then be used to construct metabolic profiles of individual substrates over time. The user-defined features can be used to visualize absorbance differences/overlaps between two groups by either selecting specific wells of interest or by customizing the time intervals.

Figure 3.

Figure 3

The kinetic analysis tab allows the user to designate a start and end time to generate a series of pathways taken by the well.

2.3.5. Slope and AUC Calculator

The Slope and AUC Calculator module calculates descriptive curve parameters, lag phase, steepness of the slope, maximum curve height, and area under the curve, AUC, using the R package OPM. To compute the aforementioned results, the module takes raw absorbance values as input. The input is a CSV file with column names as corresponding wells. The first eight rows are the well description numbers with readings every 15 min.

The module also acts as an auxiliary to the Kinetic Analysis module by behaving as an exporting tool for the results of the kinetic analysis. The slope and AUC in the output CSV file can be the slope and AUC of the kinetic graph, given the same input data are used in both modules.

The initial interface of the module is shown in Figure 4. The output of the module is another CSV file with all the values computed and formatted neatly to be imported into external tools for further analyses. This module was used along with the Kinetic Analysis module for the data from the patient with Kosaki overgrowth syndrome.

Figure 4.

Figure 4

The Slope and AUC Calculator module calculates descriptive curve parameters, such as the lag phase, steepness of the slope, maximum curve height, and area under the curve, AUC, using the R package OPM (v1.3.77) [5].

2.4. Demonstration Example: Kinetic Analysis of NADH

In order to demonstrate the utility of our package, we use two cases. For the first use case, we utilize data from a rare disorder, Kosaki overgrowth syndrome, characterized by distinctive facial features, brain white matter lesions, and developmental delay, as described in a previous paper [4]. Here, we consider data from a 19-year-old patient with Kosaki overgrowth syndrome. The Phenotype Mammalian MicroArray (PM-M) system was used to scan the activity of the cellular metabolic pathways involved in the rate of production of NADH (nicotinamide adenine dinucleotide, reduced form) as previously described [12]. For this demonstration, we will utilize the PM-M7 plate, which contains diverse metabolic effectors, including platelet-derived growth factor (PDGF-AB), as well as other growth factors targeting the same PI3K-AKT-mTOR pathway (insulin, IGF-1, FGF-1) or other pathways regulating cell growth and proliferation (human growth hormone, hGH). Each well contains a single compound as the sole metabolic effector, and production of NADH per well is monitored using colorimetric redox dye chemistry. The PM-M7 plate was incubated with 20,000 viable cells per well in a volume of 50μL. The readings were recorded every 15 min for 24 h. Kinetic curves of the NADH generation for each well were generated, and the relative absorbance (A590750) was calculated per well. By utilizing the kinetic data from the Biolog plate, we were able to visualize the metabolic differences.

Kinetic readings of the optical density representing the quantity of NADH generated for those wells containing increasing concentrations of PDGF revealed decreased production of NADH in the patient as compared to controls in a dose-dependent manner. Thus, the kinetic analysis feature clearly provided functional evidence for the pathogenic role of the variant under study.

In the second case study, we establish the utilization of PhenoMetaboDiff to visualize spermine synthase deficiency caused by lysosomal dysfunction and oxidative stress in models of Snyder–Robinson syndrome—a slice of the resulting set of visualizations is shown in Figure 5.

Figure 5.

Figure 5

Visualization showing the results of the kinetic analysis of the NADH and the relative absorbance (A590750).

3. Results

3.1. Resources and Innovation

The PhenoMetaboDiff package has been designed to facilitate the analysis and interpretation of high-throughput metabolomic data utilizing the Biolog PM-M technology. As compared to previous packages, like the OPM (v1.3.77) software used by default for PM-M data, this package is quicker, more straightforward in its passages, allows for the comparison of multiple plates and at the same time offers the option of analyzing and comparing individual wells instead of the entire 96-well plate. As highlighted in the examples reported in the Materials and Methods section, values from individual wells may be critical to identifying metabolic biomarkers, and it may be possible to compare the NADH production of two or more wells from the same plate. For example, D,L-lactic acid is in the G2 well of PM-M1 and lactic acid is in the G5 well of the same array; utilization of these two compounds reflects the efficacy of the anaerobic and aerobic metabolism, respectively. A comparison of the values in these two wells will provide fundamental information on the metabolic status of the cells, the mitochondrial activity, and eventually, a pathological shift from an aerobic prioritization of the energy-producing pathways to an anaerobic one, as observed in the Warburg effect, a phenomenon described in several types of cancer cells, which preferentially utilize anaerobic glycolysis instead of mitochondrial oxidative phosphorylation to generate the energy needed for cellular processes [13].

3.2. Translational Impact

The features offered by PhenoMetaboDiff allow a rapid and precise interpretation of metabolic data for various types of conditions, from complex multifactorial disorders like ASD [14,15,16,17,18,19] to monogenic diseases like Kosaki overgrowth [20,21,22] and Snyder–Robinson syndrome [23,24,25,26]. Such straightforward interpretation is critical for the employment of PM-M data in both research and clinical protocols because it provides a fundamental step for a standardized protocol that can be easily replicated in different laboratories. Metabolic profiles generated by PM-M data can lead to the identification of pathogenic mechanisms, as in the case of the subject with Kosaki overgrowth syndrome; an unambiguous detection of abnormal metabolic traits by Kinetic Analysis allowed us to propose disruption of specific metabolic pathways as a candidate underlying mechanism responsible for several clinical traits of the syndrome [4]. The analysis generated by PhenoDiff on ASD data has led to the identification of potential biomarkers for a relatively common disorder [2]. The main characteristics of an ideal biomarker are accuracy, reliability, sensitivity, specificity, rapid turnaround time, and low cost. A user-friendly software such as PhenoMetaboDiff contributes to many of these features: it validates the accuracy of the PM technology, warrants the reliability and replicability by using standardized methods for the analysis, allows for easy monitoring of the sensitivity and specificity of the data, and reduces time and costs because it does not require specialized professionals to analyze the PM data. The thorough analysis of multiple parameters guaranteed by PhenoMetaboDiff with the Slope and AUC Calculator allows researchers to explore different characteristics of metabolic processes, as observed in our study of cells from individuals with SRS [3]. Our analysis highlighted novel abnormalities in a rare disorder such as SRS, suggesting new potential targets for the development of therapeutical approaches. Overall, PhenoMetaboDiff represents an innovative tool that facilitates the application of metabolomic analyses to research projects and clinical practice by simplifying data analysis and interpretation.

3.3. Functional Studies

PhenoMetaboDiff has been utilized in several studies focused on functional characterization of the variable impact of genetic alterations in a syndromic condition [8,9,10]. The experiments in these studies utilizing the PM-M technology analyzed blood-derived cells from different subsets of a larger cohort of individuals with Phelan–McDermid Syndrome (PMS) compared to a control group of 50 individuals. PhenoMetaboDiff was used to analyze the metabolic data produced from the Biolog PM-M plates M1 to M8 and a custom tryptophan plate. Jain et al. (2022) [8] were able to correlate significant differences in the metabolic profile between individuals with PMS who experienced seizures versus individuals with PMS who did not experience seizures. Moffitt et al. (2023a) [9] were able to further the previous study on the same group of individuals with PMS who experienced sleep disturbances versus those who did not. PhenoMetaboDiff was able to analyze the data to show that individuals with PMS, in general, had a distinct significant decrease in the metabolism of energy sources on M1. The sleep disturbance group showed an abnormally increased metabolic response to ionic species found on M5, whereas the group not experiencing sleep disturbances showed decreased metabolic response to hormones found on M6. These results indicate that the differences in a PMS population and their metabolic profiles suggest pathogenic mechanisms affecting particular pathways in each group (sleep disturbances and no sleep disturbances) [9]. Lastly, PhenoMetaboDiff has been utilized to stratify a PMS population based on the metabolic response to specific compounds, such as Insulin-like growth factor-1 (IGF-1) and human growth hormone (hGH) [10]. This stratification of a population based on a response to a specific compound allows for an investigation into pathogenic mechanisms, identification of biomarkers, exploration of responses to candidate drugs in in vitro and in vivo models, and eventually, the selection of better candidates for clinical trials. Current in vivo studies are being conducted utilizing patient selection based on the PhenoMetaboDiff program.

4. Discussion

Metabolomic platforms, such as the OmniLog® PM-M system, generate a vast amount of raw data that require complex analyses and remarkable expertise for the utilization of specific statistical approaches. Recently, Vehkala et al. [27] proposed a novel statistical pipeline to address the problem of the complexity of the analysis of PM data, and although their method has been developed on non-mammalian cells, it could be applied to the PM-M arrays. However, this pipeline does not address the need for a software interface to extrapolate the data from the OmniLog® system and still requires high-level statistical expertise for its correct application. We introduced a package, PhenoMetaboDiff, which is a comprehensive open-source software for the identification, statistical analysis, and visualization of the Phenotype Mammalian MicroArray (OmniLog® PM) system. A previous package in R, OPM, also offers tools for storing and analyzing the phenotype microarray data, but our package is a substantial improvement in functionality and usability. PhenoMetaboDiff is built on Shiny in R with a simple, user-friendly interface that allows users with limited computational capabilities to obtain results quickly. The package includes three distinct modules, each with its utility. The first module, PhenoDiff, uses the non-parametric Mann–Whitney U-test to identify significant differences between two groups of comparisons—in our case, patients and controls. The second module, Kinetic Analysis, plots a kinetic profile of substrate utilization over time. These kinetic values afford the construction of metabolic profiles of individual substrates over time. The user-defined features can visualize absorbance differences/overlaps between two groups by either selecting specific wells or by customizing the interval time. The final module, the Slope and AUC Calculator calculates descriptive curve parameters, lag phase, steepness of the slope, maximum curve height, and area under the curve (AUC) using the R package OPM. Above all, PhenoMetaboDiff provides a graphical user interface allowing the user to carry out their desired analysis using only simple points and clicks. Even though familiarity with RStudio might be helpful, users are not required to know R scripting to use our package. The user interface makes a quick and agile analysis of the microarray data possible, which will facilitate research and improve the efficiency of related research works. Moreover, due to the package being open-source and the simplicity of the implementation, along with the plethora of documentation available online for Shiny, it is easy for users with R coding experience to customize or extend the tool’s capabilities if the user was so inclined. As an instance, for future work, we will add more visualization modules based on Shiny that can be fully customized by users with only points and clicks to improve the compatibility of PhenoMetaboDiff for different microarray data. We will add support for other data formats, like YAML and JSON. Also, a more comprehensive and detailed comparison tool will be included in our package to further extend the functionality of PhenoMetaboDiff. Additionally, some more selections of statistical methods will be offered to users for different types of tests.

5. Conclusions

The growing field of omic technologies has amplified the opportunities for high-throughput investigations of both genetic and complex disorders. The advantages of generating a large amount of data are limited by the complexity of the analyses necessary for their interpretation and translation in research or clinical practice. Among the several omic-based technologies, the Biolog OmniLog® PM-M system allows exploring the energy production of mammalian cells in different metabolic environments, generating a vast array of data encompassing hundreds of metabolites and pathways. The PhenoMetaboDiff software offers a user-friendly tool for the rapid and efficient analysis and interpretation of PM-M data, giving access to vast metabolomic data to a larger number of researchers and clinicians. A broader utilization of the OmniLog® PM-M system can facilitate the investigation of the pathogenic mechanisms of both genetic and complex disorders, implement the development of metabolic biomarkers, and accelerate the generation of novel and more precise treatments.

Author Contributions

Conceptualization, R.P. and L.B.; methodology, R.P.; software, R.P. and M.I.; validation, M.I., N.C.H. and B.A.M.; formal analysis, R.P.; investigation, L.B. and N.L.; resources, N.L. and L.B.; data curation, N.L. and L.B.; writing—original draft preparation, R.P.; writing—review and editing, R.P., M.I., B.A.M., S.M.S., N.C.H. and L.L.; visualization, M.I.; supervision, N.C.H. and L.B.; project administration, N.C.H. and L.B.; funding acquisition, N.C.H. All authors have read and agreed to the published version of the manuscript.

Institutional Review Board Statement

Informed consent was approved by the Self Regional Healthcare Institutional Review Board (IRB) for Human Research and was reviewed and signed by all the participants evaluated and their legal guardians. The IRB approved the use of the samples in the participants evaluated and their legal guardians. Clinical and genetic features of the patients enrolled in the three studies were discussed in other works [2,3,4], as well as the data generated via the OPM package.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

Data available in a publicly accessible repository: https://anonymous.4open.science/r/phenoMetaboDiff-62D4.

Conflicts of Interest

The authors declare no conflicts of interest.

Funding Statement

This research received no external funding.

Footnotes

Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

References

  • 1.Chong J., Wishart D., Xia J. Using MetaboAnalyst 4.0 for comprehensive and integrative metabolomics data analysis. Curr. Protoc. Bioinform. 2019;68:e86. doi: 10.1002/cpbi.86. [DOI] [PubMed] [Google Scholar]
  • 2.Boccuto L., Chen C., Pittman A., Skinner C., Mccartney H., Jones K., Bochner B., Stevenson R., Schwartz C. Decreased tryptophan metabolism in patients with autism spectrum disorders. Mol. Autism. 2013;4:16. doi: 10.1186/2040-2392-4-16. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Li C., Brazill J., Liu S., Bello C., Zhu Y., Morimoto M., Cascio L., Pauly R., Diaz-perez Z., Malicdan M. Spermine synthase deficiency causes lysosomal dysfunction and oxidative stress in models of Snyder-Robinson syndrome. Nat. Commun. 2017;8:1257. doi: 10.1038/s41467-017-01289-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Zarate Y., Boccuto L., Srikanth S., Pauly R., Ocal E., Balmakund T., Hinkle K., Stefans V., Schaefer G., Collins R. Constitutive activation of the PI3K-AKT pathway and cardiovascular abnormalities in an individual with Kosaki overgrowth syndrome. Am. J. Med. Genet. Part A. 2019;179:1047–1052. doi: 10.1002/ajmg.a.61145. [DOI] [PubMed] [Google Scholar]
  • 5.Vaas L., Sikorski J., Hofner B., Fiebig A., Buddruhs N., Klenk H., Göker M. opm: An R package for analysing OmniLog® phenotype microarray data. Bioinformatics. 2013;29:1823–1824. doi: 10.1093/bioinformatics/btt291. [DOI] [PubMed] [Google Scholar]
  • 6.Cooleycoleman J., Gass J., Srikanth S., Pauly R., Ziats C., Everman D., Skinner S., Bell S., Louie R., Cascio L. Clinical and functional characterization of germline PIK3CA variants in patients with PIK3CA-related overgrowth spectrum disorders. Hum. Mol. Genet. 2023;32:1457–1465. doi: 10.1093/hmg/ddac296. [DOI] [PubMed] [Google Scholar]
  • 7.Cascio L., Chen C., Pauly R., Srikanth S., Jones K., Skinner C., Stevenson R., Schwartz C., Boccuto L. Abnormalities in the genes that encode Large Amino Acid Transporters increase the risk of Autism Spectrum Disorder. Mol. Genet. Genom. Med. 2020;8:e1036. doi: 10.1002/mgg3.1036. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Jain L., Oberman L., Beamer L., Cascio L., May M., Srikanth S., Skinner C., Jones K., Allen B., Rogers C. Genetic and metabolic profiling of individuals with Phelan-McDermid syndrome presenting with seizures. Clin. Genet. 2022;101:87–100. doi: 10.1111/cge.14074. [DOI] [PubMed] [Google Scholar]
  • 9.Moffitt B., Oberman L., Beamer L., Srikanth S., Jain L., Cascio L., Jones K., Pauly R., May M., Skinner C. Sleep disturbances in Phelan-McDermid syndrome: Clinical and metabolic profiling of 56 individuals. Clin. Genet. 2023;104:198–209. doi: 10.1111/cge.14361. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Moffitt B., Sarasua S., Ivankovic D., Ward L., Valentine K., Bennettjr W., Rogers C., Phelan K., Boccuto L. Stratification of a Phelan–McDermid syndrome population based on their response to human growth hormone and insulin-like growth factor. Genes. 2023;14:490. doi: 10.3390/genes14020490. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Sanders Z., Moffitt B., Treaster M., Larkins A., Khulordava N., Benjock J., Spencer J., Henrie K., Wurst M., Broom A., et al. Effects of Origanum majorana on Breast Cancer Cells: An Alternative to Chemotherapy? Metabolites. 2023;13:1083. doi: 10.3390/metabo13101083. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Bochner B., Gadzinski P., Panomitros E. Phenotype microarrays for high-throughput phenotypic testing and assay of gene function. Genome Res. 2001;11:1246–1255. doi: 10.1101/gr.186501. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Erheiden M., Cantley L., Thompson C. Understanding the Warburg effect: The metabolic requirements of cell proliferation. Science. 2009;324:1029–1033. doi: 10.1126/science.1160809. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Ghafouri-Fard S., Pourtavakoli A., Hussen B., Taheri M., Ayatollahi S. A Review on the Role of Genetic Mutations in the Autism Spectrum Disorder. Mol. Neurobiol. 2023;60:5256–5272. doi: 10.1007/s12035-023-03405-9. [DOI] [PubMed] [Google Scholar]
  • 15.Fang Y., Cui Y., Yin Z., Hou M., Guo P., Wang H., Liu N., Cai C., Wang M. Comprehensive systematic review and meta-analysis of the association between common genetic variants and autism spectrum disorder. Gene. 2023;887:147723. doi: 10.1016/j.gene.2023.147723. [DOI] [PubMed] [Google Scholar]
  • 16.Kereszturi É. Diversity and Classification of Genetic Variations in Autism Spectrum Disorder. Int. J. Mol. Sci. 2023;24:16768. doi: 10.3390/ijms242316768. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Torres G., Mourad M., Iqbal S., Moses-fynn E., Ita A., Siddhartha S., Sood R., Srinivasan K., Subbaiah R., Tiwari A. Conceptualizing Epigenetics and the Environmental Landscape of Autism Spectrum Disorders. Genes. 2023;14:1734. doi: 10.3390/genes14091734. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Arenella M., Matuleviciute R., Tamouza R., Leboyer M., Mcalonan G., Bralten J., Murphy D. Immunogenetics of autism spectrum disorder: A systematic literature review. Brain Behav. Immun. 2023;114:488–499. doi: 10.1016/j.bbi.2023.09.010. [DOI] [PubMed] [Google Scholar]
  • 19.Siracusano M., Arturi L., Riccioni A., Noto A., Mussap M., Mazzone L. Metabolomics: Perspectives on clinical employment in autism spectrum disorder. Int. J. Mol. Sci. 2023;24:13404. doi: 10.3390/ijms241713404. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Takenouchi T., Okuno H., Kosaki K. American Journal of Medical Genetics Part C: Seminars in Medical Genetics. Volume 181. John Wiley & Sons, Inc.; Hoboken, NJ, USA: 2019. Kosaki overgrowth syndrome: A newly identified entity caused by pathogenic variants in platelet-derived growth factor receptor-beta; pp. 650–657. [DOI] [PubMed] [Google Scholar]
  • 21.Foster A., Chalot B., Antoniadi T., Schaefer E., Keelagher R., Ryan G., Thomas Q., Philippe C., Bruel A., Sorlin A. Kosaki overgrowth syndrome: A novel pathogenic variant in PDGFRB and expansion of the phenotype including cerebrovascular complications. Clin. Genet. 2020;98:19–31. doi: 10.1111/cge.13752. [DOI] [PubMed] [Google Scholar]
  • 22.Gawliński P., Pelc M., Ciara E., Jhangiani S., Jurkiewicz E., Gambin T., Różdżyńska-świątkowska A., Dawidziuk M., Coban-akdemir Z., Guilbride D. Phenotype expansion and development in Kosaki overgrowth syndrome. Clin. Genet. 2018;93:919–924. doi: 10.1111/cge.13192. [DOI] [PubMed] [Google Scholar]
  • 23.Schwartz C., Peron A., Kutler M. Snyder-Robinson Syndrome. University of Washington; Seattle, WA, USA: 2020. [Google Scholar]
  • 24.Peng Y., Norris J., Schwartz C., Alexov E. Revealing the effects of missense mutations causing Snyder-Robinson syndrome on the stability and dimerization of spermine synthase. Int. J. Mol. Sci. 2016;17:77. doi: 10.3390/ijms17010077. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Schwartz C., Wang X., Stevenson R., Pegg A. Polyamines: Methods and Protocols. Humana Press; Totowa, NJ, USA: 2011. Spermine synthase deficiency resulting in X-linked intellectual disability (Snyder–Robinson syndrome) pp. 437–445. [DOI] [PubMed] [Google Scholar]
  • 26.Murray-stewart T., Dunworth M., Foley J., Schwartz C., Caserojr R. Polyamine homeostasis in Snyder-Robinson syndrome. Med. Sci. 2018;6:112. doi: 10.3390/medsci6040112. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Vehkala M., Shubin M., Connor T., Thomson N., Er J. Novel R pipeline for analyzing biolog phenotypic microarray data. PLoS ONE. 2015;10:e0118392. doi: 10.1371/journal.pone.0118392. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Data Availability Statement

Data available in a publicly accessible repository: https://anonymous.4open.science/r/phenoMetaboDiff-62D4.


Articles from Genes are provided here courtesy of Multidisciplinary Digital Publishing Institute (MDPI)

RESOURCES