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/DIAlignR documentation built on March 3, 2021, 9:09 a.m.