You can install the development version of TransProR like so:
install.packages("devtools")
devtools::install_github("SSSYDYSSS/TransProR", build_vignettes = TRUE)
install.packages("remotes")
remotes::install_github("SSSYDYSSS/TransProR", build_vignettes = TRUE)TransProR Manual:https://sssydysss.github.io/TransProRBook/
- R (>= 4.3.0)
This is a basic example which shows you how to solve a common problem:
library(TransProR)
## basic example codeIf you use TransPro in your research, please cite:
Dongyue Yu; Chen Li; Shuo Yan; Lujiale Guo; Jingyu Liang; Shengquan Chen*; Wenjun Bu* (2026). Comparative Evaluation of Differential Gene Selection Methods in Transcriptomics: Bias Correction and Visualization with TransPro. Manuscript in preparation.
Correspondence:
Shengquan Chen — School of Mathematical Sciences and LPMC, Nankai University, Tianjin 300071, China.
Wenjun Bu — Institute of Entomology, College of Life Sciences, Nankai University, Tianjin 300071, China.
Please note that the TransProR project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms. "# TransProR"
