search.dbsig | R Documentation |
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).
## S3 method for class 'dbsig' search(x, key = c("sign_name", "genes", "sign_link"), value = ".*")
x |
a dbsig object. |
key |
the dbsig database field, see description. 'sign_name' by default. |
value |
a regular expression used to filter the database. |
a dbsig object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.