output_FD_proc: Prepares output for HDX-MS Full deuteration data for procent...

View source: R/output_UD_FD.R

output_FD_procR Documentation

Prepares output for HDX-MS Full deuteration data for procent deuteration.

Description

Returns a data frame for Full deuteration set

Usage

output_FD_proc(filepath)

Arguments

filepath

filepath to the input file. Input file is All_results table from HDX_Examiner, where all the fields are marked for export.

Value

data frame with reorganized data where in columns is procent deuteration for Protein States.

Examples

file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- output_FD_proc(file_nm)

mkajano/HDXBoxeR documentation built on April 23, 2024, 12:28 a.m.