Learn R Programming

HDXBoxeR (version 0.0.2)

summary_sd_CI: Provides summary table with Critical interval and standard deviation within the set.

Description

Returns summary data. Function returns: Protein states, timepoints, number of replicates, # peptides, % coveregae, average peptide length and redundancy.

Usage

summary_sd_CI(filepath, replicates = 3)

Value

Returns summary table.

Arguments

filepath

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

replicates

number of replicates. Default set to 3.

Examples

Run this code
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- summary_sd_CI(file_nm, replicates=3)

Run the code above in your browser using DataLab