general_info: Provides summary table for all data.sets.

View source: R/prep_info_functions.R

general_infoR Documentation

Provides summary table for all data.sets.

Description

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.

Usage

general_info(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

Returns summary table.

Examples

file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- general_info(file_nm)

mkajano/HDXBoxeR documentation built on April 12, 2024, 12:22 p.m.