TransTEx is a comprehensive R package developed by the Davuluri Lab for analyzing and exploring tissue-specific transcript/gene expression patterns. This tool introduces a novel tissue-specificity scoring method to group the human transcriptome into distinct expression categories. TransTEx enables the discovery of tissue-specific and tissue-enhanced transcripts across conditions using bulk-transcriptomic data.
- 📄 Published Paper
- 🌐 Online Database Note: The database may work best on either LTE or Wi-Fi — try switching networks if it doesn’t load.
- 🎥 Introductory Talk
Before installing TransTEx, make sure R is installed on your system. Then install required dependencies and the package itself:
install.packages("remotes")
BiocManager::install("edgeR")
remotes::install_github("pallavisurana1/TransTEx")Load the package in R:
library(TransTEx)Explore available functions and documentation:
help(package = "TransTEx")Access detailed usage examples and workflows via the package vignettes:
browseVignettes("TransTEx")Found a bug or issue? Report it on the official GitHub repository:
We welcome community feedback and contributions!
If you use TransTEx in your work, please cite the following:
@article{Surana2024,
author = {Pallavi Surana and Pratik Dutta and Ramana V Davuluri},
title = {TransTEx: novel tissue-specificity scoring method for grouping human transcriptome into different expression groups},
journal = {Bioinformatics},
volume = {40},
number = {8},
year = {2024},
article = {btae475},
doi = {10.1093/bioinformatics/btae475},
url = {https://doi.org/10.1093/bioinformatics/btae475}
}For inquiries or more information about TransTEx, please contact: Pallavi Surana 📧 pallavi.surana@stonybrook.edu
TransTEx is made available under the MIT License. Please see the LICENSE file for details.