View source: R/calculate_aggregated_uptake.R
| calculate_aggregated_uptake | R Documentation |
Function aggregates the deuterium uptake values from
peptide level into single-amino resolution using 'weighted
approach' (defined in 'vignette("datafiles"))'. For
visualization use plot_aggregated_uptake
calculate_aggregated_uptake(
kin_dat,
state = unique(kin_dat[["State"]])[1],
time_t
)
kin_dat |
single state uptake data, product of e.q.
|
state |
state included in calculations |
time_t |
chosen time point |
a data.frame object
# disabled due to long execution time
kin_dat <- create_uptake_dataset(alpha_dat, states = "Alpha_KSCN")
head(create_aggregated_uptake_dataset(kin_dat))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.