Nothing
#' sigminer: Extract, Analyze and Visualize Signatures for Genomic Variations
#'
#' - Author: [Shixiang Wang](https://shixiangwang.github.io/home/) (<w_shixiang@163.com>)
#' - Please go to <https://shixiangwang.github.io/sigminer-doc/> for full vignette.
#' - Please go to <https://shixiangwang.github.io/sigminer/reference/index.html>
#' for organized documentation of functions and datasets.
#' - Result visualization for [MAF] is provide by **maftools** package,
#' please read its [vignette](https://bioconductor.org/packages/release/bioc/vignettes/maftools/inst/doc/maftools.html).
#'
#'
#' @importFrom dplyr progress_estimated
#' @importFrom future plan
#' @importFrom furrr future_pmap
#' @importFrom graphics hist
#' @importFrom grDevices colorRampPalette pdf dev.off
#' @importFrom stats as.formula t.test fisher.test pairwise.table quantile setNames dist kmeans
#' @importFrom utils data download.file head packageDescription
#' @import NMF
#' @import ggplot2
#' @import cli
#' @keywords internal
"_PACKAGE"
## usethis namespace: start
#' @useDynLib sigminer, .registration = TRUE
## usethis namespace: end
NULL
## usethis namespace: start
#' @importFrom Rcpp sourceCpp
## usethis namespace: end
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.