R/RcppExports.R

Defines functions removeStretchesFilter

Documented in removeStretchesFilter

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

#' Remove consecutive stretches from a matrix of peptide traces.
#'
#' @param mat Trace matrix.
#' @param cutoff Stretch cutoff.
#' @export
removeStretchesFilter <- function(mat, cutoff) {
    .Call('MACode_removeStretchesFilter', PACKAGE = 'MACode', mat, cutoff)
}
hafenr/MACode documentation built on May 17, 2019, 2:24 p.m.