View source: R/prep_info_functions.R
general_info | R Documentation |
Returns data frame sumamrizing general information about the data sets. Function returns: Protein states, timepoints, number of replicates, # peptides, % coveregae, average peptide length and redundancy.
general_info(filepath)
filepath |
filepath to the input file. Input file is All_results table from HDX_Examiner, where all the fields are marked for export. |
Returns summary table.
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- general_info(file_nm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.