ProteomicsAnnotationHubData (version 1.2.2)

writePahdTemplate: 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.

Examples

Run this code
writePahdTemplate()

Run the code above in your browser using DataLab