Package: MSstatsResponse
Type: Package
Title: Statistical Methods for Chemoproteomics Dose-Response Analysis
Version: 1.0.0
Authors@R: c(
    person(
      "Sarah", "Szvetecz",
      email = "szvetecz.s@northeastern.edu",
      role = c("aut", "cre")), 
    person(
      "Devon", "Kohler",
      email = "kohler.d@northeastern.edu",
      role = c("aut")),
    person(
      "Olga", "Vitek",
      email = "o.vitek@northeastern.edu",
      role = c("aut")))
Description: Tools for detecting drug-protein interactions and estimating IC50 
    values from chemoproteomics data. Implements semi-parametric isotonic regression, 
    bootstrapping, and curve fitting to evaluate compound effects on protein abundance.
URL: https://github.com/Vitek-Lab/MSstatsResponse
BugReports: https://github.com/Vitek-Lab/MSstatsResponse/issues
License: Artistic-2.0
Encoding: UTF-8
Depends: R (>= 4.5.0)
LazyData: false
RoxygenNote: 7.3.3
Imports: BiocParallel, ggplot2, dplyr, stats, parallel, data.table
Suggests: MSstats, MSstatsTMT, tidyverse, boot, purrr, gridExtra,
        knitr, rmarkdown, BiocStyle, testthat
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
biocViews: Proteomics, MassSpectrometry, StatisticalMethod, Software,
        Regression
git_url: https://git.bioconductor.org/packages/MSstatsResponse
git_branch: RELEASE_3_22
git_last_commit: 7b935df
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.22
Date/Publication: 2025-10-29
NeedsCompilation: no
Packaged: 2025-10-30 05:20:22 UTC; biocbuild
Author: Sarah Szvetecz [aut, cre],
  Devon Kohler [aut],
  Olga Vitek [aut]
Maintainer: Sarah Szvetecz <szvetecz.s@northeastern.edu>
