Description Usage Arguments Value Examples
View source: R/parse-nomenclature.R
Expand the string into a tibble
.
1 | 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.
1 2 3 4 | 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.