Generate Input Table for Proteomic and Phosphoproteomic Analysis
Source:R/dataImport.R
generateInputTable.Rd
generateInputTable
generates an input table for proteomic and
phosphoproteomic analysis by reading files from a specified folder.
Value
A data.frame
with columns fileName, sample, searchType, batch,
and id that can be used as input for further analysis.
Details
The function performs the following steps:
Optionally treats subdirectories as separate batches.
Reads the summary file containing experimental information.
Generates unique experimental IDs based on batch and sample names.
Processes file paths for full proteome and phosphoproteome data.
Creates a combined input table with file names, sample names, search types, batches, and IDs.