peptideImport: Import raw peptide complexomics data

View source: R/peptideImport.R

peptideImportR 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:

  • are all required columns present

  • are these columns in correct format

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)

Scavetta/complexomics documentation built on Oct. 1, 2022, 2:15 a.m.