-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Fei Sang edited this page Oct 18, 2023
·
5 revisions
MAVE-QC is a flexible R package for analysing SGE experimental data. It facilitates the QC of individual samples, libraries or screens and provides a framework for further analysis.
Experimental design, library annotations (including variant consequences) and count data are used to generate a R markdown/HTML report. This graphical QC summary allows users to rapidly assess the quality of any given sample or experiment, based on sequencing read counts and mapping statistics, positional effects and variant-consequences.
Install from github
install.packages("devtools")
library(devtools)
install_github("wtsi-hgi/MAVEQC")
Or
Install from the compiled source file
install.packages("/path/of/MAVEQC.tar.gz", type = "source")