Learn R Programming

HaDeX (version 1.2.3)

read_hdx: Read HDX-MS data file

Description

Imports data from a HDX-MS file and validates its content.

Usage

read_hdx(filename)

Value

dat - a data.frame with validated content.

Arguments

filename

a file supplied by the user. Formats allowed: .csv, .xlsx and .xls.

Details

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.

See Also

calculate_kinetics calculate_state_deuteration plot_coverage plot_position_frequency prepare_dataset quality_control reconstruct_sequence

Examples

Run this code
# read example data
head(read_hdx(system.file(package = "HaDeX", 
                     "HaDeX/data/KD_180110_CD160_HVEM.csv")))

Run the code above in your browser using DataLab