drjingma / netgsa

Network-based Gene Set Analysis
8 stars 6 forks source link

About

This package carries out Network-based Gene Set Analysis by incorporating external information about interactions among genes, as well as novel interactions learned from data.

How to install?

You can install it directly from CRAN:

install.packages("netgsa",build_vignettes=T)

Reference manual is available on CRAN. A vignette on how to use NetGSA is also available. A development version is available on GitHub and can be installed via the following:

library(devtools)
devtools::install_github("drjingma/netgsa", build_vignettes=T)

More details about the method implemented can be found in the original paper here and a follow-up review paper here.

Why should someone use netgsa?

How does it compare to other methods?

Notes