writePahdTemplate {ProteomicsAnnotationHubData}R Documentation

Write a ProteomicsAnnotationHubData template

Description

Writes a simple template in dcf format (like an R package DESCRIPTION file) that, once completed (see ProteomicsAnnotationHub() for details), can be imported with readPahdFiles or directly processed with PAHD. Note that these cdf files support comments (as opposed to DESCRIPTION files). Lines starting with # will be removed when parsed by readPahdFiles.

Usage

writePahdTemplate(filename = "")

Arguments

filename

The name of the file to write the template in. Default is "", i.e. write output to the console.

Value

Use for its side effect of preparing a annotation template.

Author(s)

Laurent Gatto <lg390@cam.ac.uk>

Examples

writePahdTemplate()

[Package ProteomicsAnnotationHubData version 1.14.0 Index]