View source: R/verbose_output_tp_csv.R
| verbose_timepoint_output | R Documentation | 
Returns information from analysis and save it as csv file. Sets are compared to the first state in the input file.
verbose_timepoint_output(filepath, output_name, replicates = 3, ...)
filepath | 
 path to All.Data.csv input from HDX-Examiner.  | 
output_name | 
 name of the output in csv format.  | 
replicates | 
 number of replicates used  | 
... | 
 other variables for output_tp  | 
csv with analysis for uptake file, standard deviation, p-values for all protein states.
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
verbose_timepoint_output(file_nm, tempfile())
names_states<- nm_states(file_nm)
verbose_timepoint_output(file_nm, tempfile(), seq_match=TRUE, percent=TRUE,
states=names_states, replicates=3, times="3.00s")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.