aafSearchText {annaffy}R Documentation

Search metadata annotation text

Description

Searches Bioconductor metadata annotation package text for specific strings or Perl compatible regular expressions.

Usage

aafSearchText(chip, colnames, text, logic = "OR")

Arguments

chip name of the chip data package
colnames character vector of metadata column names to search
text character vector of strings/regular expressons to match
logic type of logic to use, "AND" or "OR"

Value

A character vector of probe ids matching the search criteria.

Author(s)

Colin A. Smith, annaffy@colinsmith.org

See Also

aafSearchGO

Examples

aafSearchText("annaffy", "Description", c("kinase", "interferon"))
aafSearchText("annaffy", c("Gene Ontology", "Pathway"), "ribosome")

[Package annaffy version 1.0.7 Index]