Learn R Programming

HDXBoxeR (version 0.0.2)

nm_states: 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)

Value

list of Protein States.

Arguments

filepath

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

Examples

Run this code
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
names_states<- nm_states(file_nm)

Run the code above in your browser using DataLab