Package: ComPrAn
Type: Package
Title: Complexome Profiling Analysis package
Version: 1.19.0
Authors@R: 
    c(person(given = "Rick",
           family = "Scavetta",
           role = c("aut"),
           email = "rick@scavetta.academy"),
      person(given = "Petra",
           family = "Palenikova",
           role = c("aut", "cre"),
           email = "palenikova3@gmail.com",
           comment = c(ORCID = "0000-0002-2465-4370")))
Description: This package is for analysis of SILAC labeled complexome profiling
    data. It uses peptide table in tab-delimited format as an input and produces
    ready-to-use tables and plots.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: 
    data.table,
    dplyr,
    forcats,
    ggplot2,
    magrittr,
    purrr,
    tidyr,
    rlang,
    stringr,
    shiny,
    DT,
    RColorBrewer,
    VennDiagram,
    rio,
    scales,
    shinydashboard,
    shinyjs,
    stats,
    tibble,
    grid
RoxygenNote: 7.1.1
Suggests: 
    testthat (>= 2.1.0),
    knitr,
    rmarkdown
VignetteBuilder: knitr
biocViews: MassSpectrometry, Proteomics, Visualization
git_url: https://git.bioconductor.org/packages/ComPrAn
git_branch: devel
git_last_commit: 7a1221b
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.23
