Package: hacksig
Type: Package
Title: A Tidy Framework to Hack Gene Expression Signatures
Version: 0.1.2
Authors@R: c(person(given = "Andrea", 
                    family = "Carenzo", 
                    email = "andrea.carenzo@gmail.com",
                    role = c("aut", "cre"), 
                    comment = c(ORCID = "0000-0001-6804-9984")),
             person(given = "Loris",
                    family = "De Cecco",
                    email = "loris.dececco@istitutotumori.mi.it",
                    role = "aut",
                    comment = c(ORCID = "0000-0002-7066-473X")),
             person(given = "Federico",
                    family = "Pistore",
                    email = "federico.pistore@istitutotumori.mi.it",
                    role = "aut"))
Description: A collection of cancer transcriptomics gene signatures as well as a 
    simple and tidy interface to compute single sample enrichment scores either 
    with the original procedure or with three alternatives:
    the "combined z-score" of Lee et al. (2008) <doi:10.1371/journal.pcbi.1000217>,
    the "single sample GSEA" of Barbie et al. (2009) <doi:10.1038/nature08460> and 
    the "singscore" of Foroutan et al. (2018) <doi:10.1186/s12859-018-2435-4>.
    The 'get_sig_info()' function can be used to retrieve information about each 
    signature implemented.
License: MIT + file LICENSE
URL: https://github.com/Acare/hacksig
BugReports: https://github.com/Acare/hacksig/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Depends: R (>= 4.0)
Imports: dplyr (>= 1.0.7), future.apply (>= 1.8.1), rlang (>= 0.4.11),
        stats (>= 4.0.5), tibble (>= 3.1.5), tidyr (>= 1.1.4)
Suggests: covr, future (>= 1.22.1), ggplot2 (>= 3.3.5), knitr (>=
        1.36), msigdbr (>= 7.4.1), purrr (>= 0.3.4), rmarkdown (>=
        2.11)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-02-17 13:57:19 UTC; andrea
Author: Andrea Carenzo [aut, cre] (<https://orcid.org/0000-0001-6804-9984>),
  Loris De Cecco [aut] (<https://orcid.org/0000-0002-7066-473X>),
  Federico Pistore [aut]
Maintainer: Andrea Carenzo <andrea.carenzo@gmail.com>
Repository: CRAN
Date/Publication: 2022-02-17 14:22:02 UTC
Built: R 4.1.2; ; 2022-02-18 12:57:14 UTC; unix
