R/DIAlignR.R

#' DIAlignR
#'
#' This package implements dynamic programming with affine gap penalty to find a highest-scoring scoring path. A hybrid approach of global alignment through MS2 features and local alignment with MS2 chromatograms is implemented in this tool.
#'
#' @docType package
#' @author Shubham Gupta, Hannes Rost
#' @name DIAlignR
#' @useDynLib DIAlignR, .registration = TRUE
#' @importFrom Rcpp sourceCpp
NULL
Roestlab/DIAlign documentation built on Feb. 25, 2021, 5:18 p.m.