ExprX is an R package to streamline interspecies differential expression analysis. Taking TPM or FPKM/RPKM files for samples from different species as input, it provides functions to handle all the necessary steps, including data loading, ortholog matching, normalization, differential analysis and visualization.
ExprX can be installed using the install_git function from devtools package. However, it depends on several other R packages, which should be installed first.
To install ExprX and its dependencies:
install.packages("BiocManager")
BiocManager::install(c("biomaRt", "edgeR", "RankProd"))
install.packages("devtools")
devtools::install_git("https://github.com/mingansun/ExprX")
To load the ExprX package:
library(ExprX)
Please refer to the Vignette about how to use ExprX to perform interspecies differential expression analysis. The PDF version of Vignette can be downloaded from:
https://github.com/mingansun/ExprX/blob/master/inst/doc/ExprX-vignette.pdf
Ming-an Sun et al., ExprX - an R package to streamline interspecies differential gene expression analysis.