R/RcppExports.R

Defines functions absoluteCharge chargeList

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

chargeList <- function(seq, pH, pKscale = "Lehninger") {
    .Call(`_Peptides_chargeList`, seq, pH, pKscale)
}

absoluteCharge <- function(seq, pH = 7, pKscale = "Lehninger") {
    .Call(`_Peptides_absoluteCharge`, seq, pH, pKscale)
}

# Register entry points for exported C++ functions
methods::setLoadAction(function(ns) {
    .Call('_Peptides_RcppExport_registerCCallable', PACKAGE = 'Peptides')
})

Try the Peptides package in your browser

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

Peptides documentation built on May 31, 2023, 9:47 p.m.