Package: TraRe
Title: Transcriptional Rewiring
Version: 1.0.0
URL: https://github.com/ubioinformat/TraRe/tree/master
Authors@R: 
    c(person(given = "Jesus",
           family = "De La Fuente Cedeño",
           role = c("aut", "cre","cph"),
           email = "jdelafuentec@unav.es",
           comment = c(ORCID = "0000-0003-1856-2469")),
    person(given = "Mikel",
           family = "Hernaez",
           role = c("aut", "cph","ths"),
           email = "mhernaez@unav.es",
           comment = c(ORCID = "0000-0003-0443-2305")),
    person(given = "Charles",
           family = "Blatti",
           role = c("aut", "cph"),
           email = "blatti@illinois.edu",
           comment = c(ORCID = "0000-0002-4683-6271")))
Description: TraRe (Transcriptional Rewiring) is an R package which contains the necessary tools to carry out several functions. 
             Identification of module-based gene regulatory networks (GRN); score-based classification of these modules via 
             a rewiring test; visualization of rewired modules to analyze condition-based GRN deregulation and drop out genes 
             recovering via cliques methodology. For each tool, an html report can be generated containing useful information about
             the generated GRN and statistical data about the performed tests. These tools have been developed considering sequenced data (RNA-Seq).
Depends: R (>= 4.1)
Imports: hash, ggplot2, stats, methods, igraph, utils, glmnet, vbsr,
        grDevices, gplots, gtools, pvclust, R.utils, dqrng,
        SummarizedExperiment, BiocParallel, matrixStats
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
biocViews: GeneRegulation, RNASeq, GraphAndNetwork, Bayesian,
        GeneTarget, Classification
Suggests: knitr, rmarkdown, BiocGenerics, RUnit, BiocStyle
VignetteBuilder: knitr
git_url: https://git.bioconductor.org/packages/TraRe
git_branch: RELEASE_3_13
git_last_commit: 8a2e150
git_last_commit_date: 2021-05-19
Date/Publication: 2021-05-19
NeedsCompilation: no
Packaged: 2021-05-20 02:56:37 UTC; biocbuild
Author: Jesus De La Fuente Cedeño [aut, cre, cph]
    (<https://orcid.org/0000-0003-1856-2469>),
  Mikel Hernaez [aut, cph, ths] (<https://orcid.org/0000-0003-0443-2305>),
  Charles Blatti [aut, cph] (<https://orcid.org/0000-0002-4683-6271>)
Maintainer: Jesus De La Fuente Cedeño <jdelafuentec@unav.es>
Built: R 4.1.0; ; 2021-05-20 10:26:00 UTC; windows
