tcplGetAeid {tcpl} | R Documentation |
get Aeid for endpoint name
Description
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.
Usage
tcplGetAeid(name)
Arguments
name |
A string that will be matched to the assay component endpoint name |
Examples
## Store the current config settings, so they can be reloaded at the end
## of the examples
conf_store <- tcplConfList()
tcplConfExample()
## Search for aenm (assay name) case insensitive
tcplGetAeid("TOX21")
tcplGetAeid("tox21")
## Reset configuration
options(conf_store)
[Package tcpl version 3.1.0 Index]