Skip to contents

Retain only TrEMBL IDs

Usage

trembls_only(uniprots, organism = 9606)

Arguments

uniprots

Character vector of UniProt IDs.

organism

Character or integer: name or identifier of the organism.

Value

Character vector with only TrEMBL IDs.

Examples

trembls_only(c("Q05BL1", "A0A654IBU3", "P00533"))
#> [1] "Q05BL1"     "A0A654IBU3"
# [1] "Q05BL1" "A0A654IBU3"