- The Board of Trustees of the Georgetown University provides OrthologAL software and code (“Service”) free of charge for non-commercial use only.Use of the Service by any commercial entity for any purpose, including research, is prohibited.
- By using the Service, you agree to be bound by the terms of this Agreement. Please read it carefully.
- You agree not to use the Service for commercial advantage, or in the course of for-profit activities.You agree not to use the Service on behalf of any organization that is not a non-profit organization. Commercial entities wishing to use this Service should contact Georgetown University Office of Technology Commercialization.
- THE SERVICE IS OFFERED “AS IS”, AND, TO THE EXTENT PERMITTED BY LAW, Georgetown MAKES NO REPRESENTATIONS AND EXTENDS NO WARRANTIES OF ANY KIND,EITHER EXPRESS OR IMPLIED. GEORGETOWN SHALL NOT BE LIABLE FOR ANY CLAIMS OR DAMAGES WITH RESPECT TO ANY LOSS OR OTHER CLAIM BY YOU OR ANY THIRD PARTY ON ACCOUNT OF, OR ARISING FROM THE USE OF THE SERVICE. YOU HEREBY AGREE TO DEFEND AND INDEMNIFY GEORGETOWN, ITS TRUSTEES, EMPLOYEES, OFFICERS, STUDENTS, AGENTS, FACULTY, REPRESENTATIVES, AND VOLUNTEERS (“GEORGETOWN INDEMNITEES”) FROM ANY LOSS OR CLAIM ASSERTED AGAINST GEORGETOWN INDEMNITEES ARISING FROM YOUR USE OF THE SERVICE.
- All rights not expressly granted to you in this Agreement are reserved and retained by Georgetown or its licensors or content providers. This Agreement provides no license under any patent.
- You agree that this Agreement and any dispute arising under it is governed by the laws of the State of Washington DC, United States of America, applicable to agreements negotiated, executed, and performed within DC.
- Subject to your compliance with the terms and conditions set forth in this Agreement, Georgetown grants you a revocable, non-exclusive, non-transferable right to access and make use of the Service.
Researchers can input their single-cell or other high-dimensional gene expression data from any species, and OrthologAL will output a human ortholog-converted dataset for download and use. To demonstrate the utility of this application, we characterized orthologous conversion in single-cell, single-nuclei, and spatial transcriptomic data derived from common pre-clinical models, including genetically engineered mouse models of medulloblastoma, patient-derived orthotopic xenografts of medulloblastoma, and mouse and rat models of spinal cord injury. We show that OrthologAL can convert these data efficiently while preserving the dimensional architecture of the transcriptomic expression data. OrthologAL will be broadly useful for applying pre-clinical, high-dimensional transcriptomics data to functional small molecule predictions using existing human-annotated databases.
- User friendly
- Standard Datatype format (Seurat)
- Can use single-cell,single-nuclei and spatial data
- Multiple assays can be used with this package
- PDX harmonization
- Quality control metrics
Dependencies required
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("biomaRt")
install.packages("shiny")
install.packages("dplyr")
install.packages("data.table")
install.packages('DT')
install.packages("ggplot2")
install.packages("bslib")
remotes::install_github("satijalab/seurat", "seurat5", quiet = TRUE)
You can clone the repository using the git clone in your terminal, or download the ZIP folder from GitHub.
git clone "https://github.com/AyadLab/OrthologAL.git"
cd OrthologAL-main/
#package installation
setwd("~/OrthologAL-main")
devtools::install()
library(shiny)
library(OrthologAL)
#Run the app
OrthologAL::RunOrthologAL()
- Select the species,by default we have mouse,rat,human and zebrafish species data
- There is a custom option to access other species through these identifiers Ensembl ID ( which extracts the information of genes based on the species code), attribute(gene symbol) acts a query to look through the Ensembl data,to get all the genes associated with the species and filter is optional.
- Spatial,RNA,SCT and integrated assays are available here.
- By default,no selection required here unless we are trying to use Patient Derived Xenograft (PDX) model.
- Status changes to green(conversion done)
-
We get the pie chart which shows Biomart species genes with human orthologous gene Distribution and converted data gene distribution
-
Also shows protein coding genes overlap between BioMart Database and data uploaded
-
The system generates a summary table displaying both successfully matched genes and those without positive matches. This table is available to download as a .CSV file from within the application.
Rishika Chowdary, MS, Robert K. Suter, Ph.D., Matthew D’Antuono, BS, Cynthia Gomes, Ph.D., Joshua Stein, BA, Ki-Bum Lee, Ph.D., Jae K Lee, Ph.D., Nagi G. Ayad, Ph.D.