j-andrews7 / OneLinerOmics

One liner analyses and visualizations for bulk RNA-seq and ChIP-seq data

Home Page:https://j-andrews7.github.io/OneLinerOmics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OneLinerOmics

Docs

This R package contains several functions that compress major RNA-seq and ChIP-seq analysis steps into one-liners (okay, maybe two, I'm not perfect).

Objective

This package serves as a complement to Andrews, J. et al., eBioMedicine 2021 and as a record of how the data was analyzed.

What It Can Do

Ultimately, this package tries to make generic RNA-seq and ChIP-seq analyses as high-level and straightforward as possible. It does so by requiring only the path to a samplesheet containing sample metadata and file locations and the metadata variable of interest. It will then perform RNA or ChIP-seq analyses with DESeq2 or DiffBind, respectively, for all possible comparisons for the variable of interest and save the results for each analysis to disk.

You can feed it multiple p-value/FDR/fold change thresholds, and it will generate fairly nice plots for differentially expressed genes or differentially bound regions including PCA/MA plots, heatmaps, volcano plots, GO/pathway enrichment analyses, boxplots, etc., saving all of them as PDFs.

Installation

require("devtools")
devtools::install_github("j-andrews7/OneLinerOmics")

Usage

Please see the docs for a full reference and vignettes with examples (including steps like gene count quantification, peak calling, etc). 90% of the functionality can be viewed with ?RunDESeq2 and ?RunDiffBind after installation. The salmon, DESeq2, and DiffBind manuals and vignettes may also be helpful for understanding what's going on under the hood and interpreting the output.

Issues

Please direct all complaints to management.

About

One liner analyses and visualizations for bulk RNA-seq and ChIP-seq data

https://j-andrews7.github.io/OneLinerOmics

License:GNU General Public License v3.0


Languages

Language:R 100.0%