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

Try the DIAlignR package in your browser

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

DIAlignR documentation built on Nov. 8, 2020, 8:22 p.m.