readPahdFiles: Reads one or multiple PAHD template files

Description Usage Arguments Value Author(s) Examples

View source: R/PAHD.R

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

1

Arguments

file

A character with one of multiple file names.

Value

A matrix containing

Author(s)

Laurent Gatto

Examples

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

lgatto/ProteomicsAnnotationHubData documentation built on Jan. 11, 2022, 3:41 a.m.