Skip to content
/ ExprX Public
forked from mingansun/ExprX

ExprX - an R package to streamline interspecies differential expression analysis

Notifications You must be signed in to change notification settings

MR-D-CJ/ExprX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExprX - an R package to streamline interspecies differential expression analysis


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.

How to install ExprX

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)

How to use 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

Citation:

Ming-an Sun et al., ExprX - an R package to streamline interspecies differential gene expression analysis.

About

ExprX - an R package to streamline interspecies differential expression analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%