README.md

diffanalyseR

Function to automate common tasks related to analysis of NGS count data in R.

Installation


#/ Check for BiocManager:
if (!requireNamespace("BiocManager", quietly = TRUE)){
  install.packages("BiocManager")
  BiocManager::install()
}

#/ Bioc packages:
pk <- c("BiocParallel", "edgeR", "GenomicRanges", "SummarizedExperiments")
BiocManager::install(pk)

install.packages("remotes")
remotes::install_github("ATpoint/diffanalyseR")

Brief overview over the functions

See the help of each functions for details and examples.



ATpoint/diffanalyseR documentation built on Oct. 8, 2021, 10:11 p.m.