nb_exch_deut: Number of exchangeable protons

View source: R/nb_exchangeable_protons.R

nb_exch_deutR Documentation

Number of exchangeable protons

Description

Provides a vector with number of exchangeable protons, calculated from the input table. Number of protons calculated as peptide_length - 2 - number of Prolines in the peptide that are not in the first position

Usage

nb_exch_deut(df)

Arguments

df

standard deviation from one sample

Value

vector with number of exchangeable protons

Examples

file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- output_tp(file_nm)
nb_exch_deut(a)

mkajano/HDXBoxeR documentation built on Aug. 15, 2024, 9:12 a.m.