Skip to content

sterrettJD/HoMiStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

315 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoMiStats

Statistics tools for host-microbiome dual transcriptomics

R-CMD-check-bioc

Installation

GitHub installation

To install HoMiStats with the latest updates from GitHub:

devtools::install_github("sterrettJD/HoMiStats")

To install HoMiStats with vignettes:

devtools::install_github("sterrettJD/HoMiStats", build_vignettes = TRUE)

Bioconductor

Pending Bioconductor approval (not yet functional), HoMiStats can be installed via:

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("HoMiStats")

Package capabilities

Statistical modules

HoMiStats consists of three main modules:

  1. Metatranscriptomics differential expression (mtxDE implemented in run_mtxDE())

    • Zero inflated beta regression, motivated by this review and using a model inspired by Peng et al., 2016
    • Linear regression and linear mixed-effects regression
  2. Construction of correlation network between host and microbial transcripts (HoMiCorr implemented in run_HoMiCorr())

    • Also supports both zero inflated beta regression (gamlss or ZIBR for random effects) and linear regression or linear mixed-effects regression
  3. Targeted analysis of host-microbe crosstalk

    • GO_targeted_for_each_KO_within_GMM() allows targeted differential expression analysis, where only microbial genes belonging to a specific KO are tested for associations with host genes belonging to certain GO terms.
    • This improves power to detect crosstalk by only assessing biologically plausible interactions of interest.

Utilities

HoMiStats contains tools for transforming metatranscriptomic data, as well as tools for filtering genes based on low expression, prevalence, or variance.

About

Statistics for host-microbiome dual transcriptomics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages