HDX_ltseries_uptake_ratio: Calculate deuterioum uptake ration between the multiple time...

Description Usage Arguments Examples

View source: R/HDX_ltseries_uptake_ratio.R

Description

Calculate deuterioum uptake ratio between multiple time points over the last one, by dividing the uptake value from each timepoint with the last time point of the series. This division will be performed for each peptide of each protein.

Usage

1
2
HDX_ltseries_uptake_ratio(x, protein_col, peptide_col = "Sequence",
  uptake_col = "Uptake", time_col = "Exposure")

Arguments

x

A dataframe with the input values.

protein_col

Name of the column containing the multiple proteins compared.

peptide_col

Name of the column containing the peptide sequence.

uptake_col

Name of the column containing the deuterium uptake values.

time_col

Name of the column containing the timepoint of the measurement.

Examples

1
2
3
4
5
6
7
x <- data
protein_col <- "mutant"
peptide_col <- "Sequence"
uptake_col <- "Uptake"
time_col <- "Exposure"

time_series_ratios <- HDX_ltseries_uptake_ratio(x = data, protein_col = "mutant")

tkostas/komics documentation built on May 24, 2019, 7:31 a.m.