Package: dominatR
Title: Feature Dominance-based R Package for Genomic Data
Version: 1.0.0
Date: 2025-09-10
Authors@R: c(
    person(
    given = "Simon", 
    family = "Lizarazo", 
    role = c("aut", "cre"), 
    email = "silizarazoch@gmail.com", 
    comment = c(ORCID = "0009-0001-8974-6225")
    ),
    person(
    given = "Ethan", 
    family = "Chen", 
    role = c("aut"), 
    email = "yitian7@illinois.edu"
    ),
    person(
    given = "Rajendra", 
    family = "K C", 
    role = c("aut")
    ),
    person(
    given = "Kevin", 
    family = "Van Bortle", 
    role = c("aut", "cph"), 
    email = "kvbortle@illinois.edu")
    )
Description: dominatR is an R package for quantifying and visualizing
        feature dominance in datasets.  dominatR applies concepts drawn
        from physics such as center of mass and shannon's entropy to
        effectively visualize features (e.g. genes) that are present
        within a specific context or condition. The package integrates,
        dataframes, matrices and SummerizedExperiment objects and is
        able to perform common genomic normalization methods. The key
        aspect is the generation of plots that serve to highlight
        context-relevant feature dominance.
License: MIT + file LICENSE
URL: https://github.com/VanBortleLab/dominatR,
        https://vanbortlelab.github.io/dominatR/
BugReports: https://github.com/VanBortleLab/dominatR/issues
Encoding: UTF-8
Depends: R (>= 4.5.0)
Imports: scales, ggnewscale, SummarizedExperiment, dplyr, rlang,
        ggforce, geomtextpath, ggplot2
Suggests: BiocStyle, airway, tidyverse, knitr, rmarkdown, testthat (>=
        3.0.0), dominatRData
VignetteBuilder: knitr
biocViews: Visualization, Normalization, Classification, GeneExpression
Config/testthat/edition: 3
RoxygenNote: 7.3.3
Config/Needs/website: rmarkdown
Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev
        libharfbuzz-dev libicu-dev zlib1g-dev
Repository: https://bioc-release.r-universe.dev
Date/Publication: 2026-04-28 13:05:55 UTC
RemoteUrl: https://github.com/bioc/dominatR
RemoteRef: RELEASE_3_23
RemoteSha: 5264c804d2fa18432e2a49c4affb6218d96d1aa9
NeedsCompilation: no
Packaged: 2026-05-30 09:05:03 UTC; root
Author: Simon Lizarazo [aut, cre] (ORCID:
    <https://orcid.org/0009-0001-8974-6225>),
  Ethan Chen [aut],
  Rajendra K C [aut],
  Kevin Van Bortle [aut, cph]
Maintainer: Simon Lizarazo <silizarazoch@gmail.com>
Built: R 4.6.0; ; 2026-05-30 09:07:01 UTC; windows
