output_UD {HDXBoxeR} | R Documentation |
Prepares output for HDX-MS Undeuterated sample data.
Description
Returns a data frame for Full deuteration set
Usage
output_UD(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 uptake data for Protein States.
Examples
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- output_UD(file_nm)
[Package HDXBoxeR version 0.0.1 Index]