Package: romic
Type: Package
Title: R for High-Dimensional Omic Data
Version: 1.1.3
Authors@R: c(
    person(
      given = "Sean",
      family = "Hackett",
      email = "sean@calicolabs.com",
      role = c("aut", "cre"),
      comment = c(ORCID = "0000-0002-9553-4341")
      ),
    person(
      given = "Calico Life Sciences LLC",
      role = c("cph", "fnd")
      )
    )
Maintainer: Sean Hackett <sean@calicolabs.com>
Description: Represents high-dimensional data as tables of features, samples and measurements, and a design list for tracking the meaning of individual variables. Using this format, filtering, normalization, and other transformations of a dataset can be carried out in a flexible manner. 'romic' takes advantage of these transformations to create interactive 'shiny' apps for exploratory data analysis such as an interactive heatmap. 
Depends: R (>= 3.2.3)
biocViews:
Imports: checkmate, cli, dplyr, ggplot2, glue, purrr, readr, reshape2,
        rlang, shiny (>= 1.5.0), stringr, tibble, tidyr (>= 1.0.0)
Suggests: knitr, impute, lazyeval, plotly, rmarkdown, usethis, testthat
        (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-09-21 04:48:49 UTC; sean
Author: Sean Hackett [aut, cre] (<https://orcid.org/0000-0002-9553-4341>),
  Calico Life Sciences LLC [cph, fnd]
Repository: CRAN
Date/Publication: 2023-09-21 05:40:02 UTC
Built: R 4.3.0; ; 2023-09-21 08:35:09 UTC; unix
