This package goes through bulkRNAseq data anlysis with helpful basic functions for comparative Differential Expression (DE) analysis and Gene Set Enrichment Analysis(GSEA). DE testing uses DESeq2 and GSEA uses FGSEA. Plotting is a big part of this package and relies on ggplot2 and the general tidyverse suite.
You can install from GitHub with:
# install.packages("devtools")
devtools::install_github("FerrenaAlexander/FerrenaBulkRNAseq")
The dependency package fgsea
is a bioconductor package which seems to
require compilation to install, so if prompted you should install that
with compilation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.