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
## Not run:
## Search for aenm (assay name) case insensitive
tcplGetAeid("TOX21")
tcplGetAeid("tox21")
## End(Not run)
[Package tcpl version 3.2.0 Index]