View source: R/peptideImport.R
peptideImport | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.