Package: mSigTools
Type: Package
Title: Mutational Signature Analysis Tools
Version: 1.0.5
Authors@R: 
    c(person(given = "Steven",
             family = "Rozen",
             role = c("aut", "cre"),
             email = "steverozen@pm.me",
             comment = c(ORCID = "0000-0002-4288-0056")),
      person(given = "Nanhai",
             family = "Jiang",
             role = "aut",
             comment = c(ORCID = "0000-0003-4974-2753")))
Description: Utility functions for mutational signature analysis.
             This package provides two groups of functions. One is for
             dealing with mutational signature "exposures" (i.e. the
             counts of mutations in a sample that are
             due to each mutational signature). The other group of
             functions is for matching two sets of mutational
             signatures. The match minimizes the total distance
             between paired signatures by using the "Hungarian 
             algorithm" described in : 
             Kuhn, H. W. (1955) <doi:10.1002/nav.3800020109>.
             'mSigTools' stands for mutational Signature analysis Tools. 
License: GPL-3
URL: https://github.com/Rozen-Lab/mSigTools
BugReports: https://github.com/Rozen-Lab/mSigTools/issues
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.1
Imports: clue, philentropy
Suggests: spelling, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-08-29 11:25:42 UTC; e0012078
Author: Steven Rozen [aut, cre] (<https://orcid.org/0000-0002-4288-0056>),
  Nanhai Jiang [aut] (<https://orcid.org/0000-0003-4974-2753>)
Maintainer: Steven Rozen <steverozen@pm.me>
Repository: CRAN
Date/Publication: 2022-08-30 12:50:02 UTC
