Package: MSstatsResponse
Type: Package
Title: Statistical Methods for Chemoproteomics Dose-Response Analysis
Version: 1.1.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: devel
git_last_commit: 048d39d
git_last_commit_date: 2025-10-29
Repository: Bioconductor 3.23
