AnnInfo {AnnBuilder}R Documentation

A text file containing annotaion data information

Description

This is a tab separated file with five coulumns for descriptive information that are needed to create the man pages of a data package to be built.

Details

The first column of the file is the name of an annotation element (e. g. ACCNUM), the second a short description of the name that will be used for the description of the element in an XML file to be created, the third a long description of the name that will be used for the man page of the data environment for the element of the data package to be built, the fourth a short hand name of the source (e. g. ll for LocusLink), and the fifth a boolean that is TRUE if the annotation element is for a probe or FALSE otherwise.

Note

The functions are part of the Bioconductor project at Dana-Farber Cancer Institute to provide BioInformatics functionalities through R

Author(s)

Jianhua Zhang

Examples

fileName <- file.path(.path.package("AnnBuilder"), "data",
"AnnInfo.txt")
read.table(fileName, sep = "\t", header = FALSE, as.is = TRUE)

[Package Contents]