ProteomicsAnnotationHubData (version 1.2.2)

readPahdFiles: Reads one or multiple PAHD template files

Description

Reads one or multiple ProteomicsAnnotationHubData dcf files into a matrix that can be processed with PAHD. Commnent lines starting with # will be removed. See ProteomicsAnnotationDataHub() for details.

Usage

readPahdFiles(file)

Arguments

file
A character with one of multiple file names.

Value

A matrix containing

Examples

Run this code
## example file for the PXD000001 data
f <- list.files(system.file("extdata", package = "ProteomicsAnnotationHubData"),
                full.names = TRUE, pattern = "PXD000001.dcf")
readPahdFiles(f)

Run the code above in your browser using DataCamp Workspace