aafSearchText: Search metadata annotation text

Description Usage Arguments Value Author(s) See Also Examples

View source: R/search.R

Description

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

Usage

1
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

1
2
3
4
if (require(hgu95av2.db)) {
    aafSearchText("hgu95av2.db", "Description", c("kinase", "interferon"))
#   aafSearchText("hgu95av2.db", c("Gene Ontology", "Pathway"), "ribosome")
}

annaffy documentation built on Nov. 8, 2020, 8:02 p.m.