mutscan
is an R package to process, statistically analyse and visualise multiplexed assays of variant effect data. The package is under active development, and the functionality and user interface may change. For more detailed information about how to run mutscan
, please consult the vignettes.
Installation
mutscan
is available from Bioconductor (from release 3.22) and can be installed with:
# install.packages("BiocManager")
BiocManager::install("mutscan")
You can also install the development version of mutscan
from GitHub with:
# install.packages("devtools")
devtools::install_github("fmicompbio/mutscan")