Learn R Programming

aroma.core (version 1.1.2)

findAnnotationData: Locates an annotation data file

Description

Locates an annotation data file.

Usage

## S3 method for class 'default':
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

Value

  • Returns NULL, one or several matching pathnames.