peptideImport {ComPrAn} | R Documentation |
Check presence of required columns inputFile is a character vector containing the location of peptide file This function checks:
are all required columns present
are these columns in correct format
peptideImport(inputFile)
inputFile |
character |
dataframe
Petra Palenikova pp451@cam.ac.uk
Rick Scavetta office@scavetta.academy
##Use example peptide data set, read in data inputFile <- system.file("extData", "data.txt", package = "ComPrAn") peptides <- peptideImport(inputFile)