#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.