nm_states {HDXBoxeR} | R Documentation |
Lists names of states in data sets
Description
Returns vector with name of states used for choosing states for input functions generation.
Usage
nm_states(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
list of Protein States.
Examples
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
names_states<- nm_states(file_nm)
[Package HDXBoxeR version 0.0.1 Index]