Skip to content

ks4471/addR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

addR

Collection of quality-of-life functions and wrappers for a number of Bioinformatics tools, designed to streamline omics data quality control, analysis and visualisation. Functions include tools for principal component analysis, hierarchical clustering, covariate influence estimation, linear modelling and over-representation tests.

Also includes custom functions to perform gene set enrichment tests using datasets from publicly available repositories

Please see the other repositories in on this account for details and instructions on running the above functions

Installation:

Requires devtools R package to be installed - install.packages('devtools')


devtools::install_github("ks4471/addR")
library(adds)

If a requred library is not installed, the functions will try to automatically install libraries they need from bioconductor or CRAN. This may not always work, since some libraries are in github, etc. If that is the case, try the command below to install all such dependencies in one go.

install.dependencies()

About

Quality of life wrappers for omics data analysis and visualisation. Includes all functions, dependencies and databases for cmapr, dnmr, celltr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages