is_trembl | R Documentation |
Check for TrEMBL IDs
is_trembl(uniprots, organism = 9606)
uniprots |
Character vector of UniProt IDs. |
organism |
Character or integer: name or identifier of the organism. |
Logical vector TRUE for TrEMBL IDs and FALSE for any other element.
is_trembl(c("Q05BL1", "A0A654IBU3", "P00533"))
# [1] TRUE TRUE FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.