Name Mode Size
R 040000
data 040000
inst 040000
man 040000
src 040000
tests 040000
vignettes 040000
DESCRIPTION 100644 1 kb
NAMESPACE 100644 0 kb
NEWS 100644 0 kb
README.md 100644 1 kb
README.md
# SUITOR: selecting the number of mutational signatures through cross-validation <br/> ### Introduction For the _de novo_ mutational signature analysis, estimating the correct number of signatures is the crucial starting point, since it influences all the downstream steps, including extraction of signature profiles, estimation of signature activities and classification of tumors based on the andestimated activities. Here we present an **R** package `SUITOR`, an unsupervised cross-validation tool to select the optimal number of signatures. The two main functions are `suitor()` and `suitorExtractWH()`. For more information please refer to the package user maunual and vignette. <br/> ### Installation To install from Bioconductor: ```r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("SUITOR") ```