tcplGetAeid | R Documentation |
tcplGetAeid
takes a string(name) and finds the assay component endpoint names that match the string and the
aeids associated with those names.The function performs a regular expression like matching for strings in the
assay component endpoint name column in the assay component endpoint table.
tcplGetAeid(name)
name |
A string that will be matched to the assay component endpoint name |
## Not run:
## Search for aenm (assay name) case insensitive
tcplGetAeid("TOX21")
tcplGetAeid("tox21")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.