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