View source: R/nb_exchangeable_protons.R
nb_exch_deut | R Documentation |
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
nb_exch_deut(df)
df |
standard deviation from one sample |
vector with number of exchangeable protons
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- output_tp(file_nm)
nb_exch_deut(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.