View source: R/parse-nomenclature.R
| ParseProtein | R Documentation | 
Expand the string into a tibble.
ParseProtein(description)
description | 
 The description string in a "PROTEIN" entry.  | 
A tibble with five columns: proteinID, description, uniprot,
commentary and reference. The description column is the source organism.
x <- paste0( "PR\t#1# Cavia porcellus (#1# SULT1A2 <1,2,6,7>) <1,2,6,7>\n", "PR\t#2# Mus musculus <11,18,19>\n") brendaDb:::ParseProtein(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.