peptideImport {ComPrAn}R Documentation

Import raw peptide complexomics data

Description

Check presence of required columns inputFile is a character vector containing the location of peptide file This function checks:

Usage

peptideImport(inputFile)

Arguments

inputFile

character

Value

dataframe

Author(s)

Petra Palenikova pp451@cam.ac.uk

Rick Scavetta office@scavetta.academy

Examples

 
##Use example peptide data set, read in data
inputFile <- system.file("extData", "data.txt", package = "ComPrAn")
peptides <- peptideImport(inputFile)

[Package ComPrAn version 1.1.2 Index]