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
shubham1637/DIAlign documentation built on March 27, 2023, 7:12 a.m.