search.dbsig: Search in the dbsig database with a text expression.

View source: R/OOP.R

search.dbsigR Documentation

Search in the dbsig database with a text expression.

Description

Filters entries of a dbsig database with a regular expression. The fields available for searching are 'genes', 'sign_name' (official signature name) and 'sign_link' (signature URL).

Usage

## S3 method for class 'dbsig'
search(x, key = c("sign_name", "genes", "sign_link"), value = ".*")

Arguments

x

a dbsig object.

key

the dbsig database field, see description. 'sign_name' by default.

value

a regular expression used to filter the database.

Value

a dbsig object.


PiotrTymoszuk/gseaTools documentation built on Nov. 6, 2022, 10:23 p.m.