R/NPARC.R

#' \code{NPARC} package
#'
#' Non-parametric analysis of response curves
#'
#' See the preprint on
#' \href{https://www.biorxiv.org/content/10.1101/373845v2}{Childs, Bach, Franken et al. (2019): Non-parametric analysis of thermal proteome profiles reveals novel drug-binding proteins}
#'
#' @docType package
#' @name NPARC
#' @importFrom rlang .data
#' @import dplyr
#' @import tidyr
#' @import BiocParallel
#' @importFrom magrittr %<>%
#' @importFrom stats coefficients fitted resid D vcov integrate predict nobs median mad nls na.omit nls.control runif
#' @importFrom broom augment
#' @importFrom MASS fitdistr
NULL

Try the NPARC package in your browser

Any scripts or data that you put into this service are public.

NPARC documentation built on Nov. 8, 2020, 8:05 p.m.