R/deconstructSigs.R

#' deconstructSigs
#'
#' Takes sample information in the form of the fraction of mutations
#' in each of 96 trinucleotide contexts and identifies the weighted combination 
#' of published signatures that, when summed, most closely reconstructs the 
#' mutational profile.
#'
#' @section Main functions:
#' \itemize{ 
#'   \item \code{\link{whichSignatures}} 
#'   \item \code{\link{mut.to.sigs.input}} 
#'   \item \code{\link{plotSignatures}} 
#'   \item \code{\link{makePie}}
#'   }
#'   
#' @docType package
#' @author Rachel Rosenthal rachel.rosenthal.14@ucl.ac.uk
#' @name deconstructSigs
NULL

Try the deconstructSigs package in your browser

Any scripts or data that you put into this service are public.

deconstructSigs documentation built on May 2, 2019, 4:06 a.m.