findAnnotationData {aroma.core}R Documentation

Locates an annotation data file

Description

Locates an annotation data file.

Usage

## Default S3 method:
findAnnotationData(name, tags=NULL, set, pattern=NULL, private=FALSE, ..., firstOnly=TRUE, paths=NULL, verbose=FALSE)

Arguments

name A character string.
tags Optional character string.
pattern A filename pattern to search for.
private If FALSE, files and directories starting with a periods are ignored.
... Arguments passed to findFiles.
firstOnly If TRUE, only the first matching pathname is returned.
paths A character vector of paths to search. If NULL, default paths are used.
set A character string specifying what type of annotation to search for.
verbose A logical or Verbose.

Value

Returns NULL, one or several matching pathnames.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


[Package aroma.core version 1.4.0 Index]