Package: sigminer
Title: Extract, Analyze and Visualize Signatures for Genomic Variations
Version: 1.0.5
Date: 2020-04-21
Authors@R: 
    c(person(given = "Shixiang",
             family = "Wang",
             role = c("aut", "cre"),
             email = "w_shixiang@163.com",
             comment = c(ORCID = "0000-0001-9855-7357")),
      person(given = "Xue-Song",
             family = "Liu",
             role = c("aut", "ctb"),
             comment = c(ORCID = "0000-0002-7736-0077")),
      person(given = "Tao",
             family = "Wu",
             role = c("aut", "ctb")),
      person(given = "Ziyu",
             family = "Tao",
             role = c("aut", "ctb")),
      person(given = "Geoffrey",
             family = "Macintyre",
             role = "ctb"),
      person(given = "Anand",
             family = "Mayakonda",
             role = "ctb"))
Description: Genomic alterations including single nucleotide
    substitution, copy number alteration, etc. are the major force for
    cancer initialization and development. Due to the specificity of
    molecular lesions caused by genomic alterations, we can generate
    characteristic alteration spectra, called 'signature' (Wang, Shixiang,
    et al.  (2020) <DOI:10.1101/2020.04.27.20082404> & Alexandrov, Ludmil
    B., et al. (2020) <DOI:10.1038/s41586-020-1943-3> & Macintyre, Geoff,
    et al. (2018) <DOI:10.1038/s41588-018-0179-8>).  This package helps
    users to extract, analyze and visualize signatures from genomic
    alteration records, thus providing new insight into cancer study.
License: MIT + file LICENSE
URL: https://github.com/ShixiangWang/sigminer
BugReports: https://github.com/ShixiangWang/sigminer/issues
Depends: R (>= 3.5)
Imports: cli (>= 2.0.0), cowplot, data.table, dplyr, foreach, furrr,
        future, ggplot2 (>= 3.3.0), ggpubr, maftools, magrittr,
        methods, NMF, purrr, rlang, stats, tidyr
Suggests: Biostrings, BSgenome, BSgenome.Hsapiens.UCSC.hg19, circlize,
        covr, doFuture, flexmix, GenomicRanges, GenSA, ggalluvial,
        ggfittext, ggplotify, IRanges, knitr, lsei, patchwork,
        pheatmap, quadprog, R.utils, RColorBrewer, rmarkdown, roxygen2,
        testthat, tibble
VignetteBuilder: knitr
biocViews:
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-05-14 13:18:42 UTC; wsx
Author: Shixiang Wang [aut, cre] (<https://orcid.org/0000-0001-9855-7357>),
  Xue-Song Liu [aut, ctb] (<https://orcid.org/0000-0002-7736-0077>),
  Tao Wu [aut, ctb],
  Ziyu Tao [aut, ctb],
  Geoffrey Macintyre [ctb],
  Anand Mayakonda [ctb]
Maintainer: Shixiang Wang <w_shixiang@163.com>
Repository: CRAN
Date/Publication: 2020-05-14 17:10:15 UTC
