get.seq | R Documentation |
Imports a protein sequence from a selected database.
get.seq(id, db = 'uniprot', as.string = TRUE)
id |
the identifier of the protein of interest. |
db |
a character string specifying the desired database; it must be one of 'uniprot' or 'metosite'. |
as.string |
logical, if TRUE the imported sequence will be returned as a character string. |
MetOSite uses the same type of protein ID than UniProt.
Returns a protein sequence either as a character vector or a as a character string.
get.seq('P01009')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.