| read_hdx | R Documentation |
Imports data from a HDX-MS file and validates its content.
read_hdx(filename)
filename |
a file supplied by the user. Formats allowed: .csv, .xlsx and .xls. |
First version accepts files produced by DynamX 3.0 and 2.0 in 'cluster data' format. The function checks if all necessary columns are provided in correct format. The file must include at least two repetitions of the measurement for the uncertainty to be calculated.
dat - a data.frame with validated content.
calculate_kinetics calculate_state_deuteration plot_coverage plot_position_frequency
prepare_dataset quality_control reconstruct_sequence
# read example data
head(read_hdx(system.file(package = "HaDeX",
"HaDeX/data/KD_180110_CD160_HVEM.csv")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.