GitHub - hancockinformatics/pathlinkR: Analysis and visualization of RNA-Seq results (original) (raw)

pathlinkR

GitHub R package version (branch) R-CMD-check Codecov test coverage

Overview

pathlinkR is an R package designed to facilitate analysis DE genes produced from of RNA-Seq experiments. Our aim with pathlinkR is to provide a number of functions/tools which can be applied to list(s) of DE genes, to help the user obtain biological insights into their results, and produce publication-ready figures to summarize these findings.

Check out our article in PLOS Computational Biology: https://doi.org/10.1371/journal.pcbi.1012422

Installation

pathlinkR can be installed from this Github repository via devtools, or from Bioconductor as follows:

Github development

devtools::install_github("https://github.com/hancockinformatics/pathlinkR")

Bioconductor release

BiocManager::install("pathlinkR")

Bioconductor develelopment

BiocManager::install("pathlinkR", version="devel")

Workflow & functions

The functions provided in pathlinkR can be grouped into a number of different general approaches:

See the vignette for an example workflow including each of the included functions, and more details on the included methods and how they may be used.

Contributors

pathlinkR was created and developed by Andy An & Travis Blimkie at the CMDR REW Hancock Lab.

Versioning

This package follows Bioconductor's guidelines on version numbering; more information can be found here.

License

This project uses the GNU General Public License v3.0, availablehere.