readPahdFiles {ProteomicsAnnotationHubData}R Documentation

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

Author(s)

Laurent Gatto

Examples

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

[Package ProteomicsAnnotationHubData version 1.23.0 Index]