getRheaIDsFromProteinID | R Documentation |
The function getRheaIDsFromProteinID
returns associated
RHEA IDs for a given UNIPROT ID. The function will accept IDs in the
form of UNIPROT IDs corresponding to the 'Entry' column in Uniprot,
e.g. "Q920L6" for fatty acid synthase from Rattus norvegicus or
"Q9H5J4" for fatty acid synthase from Homo sapiens.
getRheaIDsFromProteinID(uniprot_id)
uniprot_id |
|
The function will return an error if the protein ID is not found in UNIPROT. The error might be linked to internet connection problems or because the protein ID is incorrect.
vector
Thomas Naake, thomasnaake@googlemail.com
protein_id <- "Q920L6"
## Not run: LipidNetworkPredictR:::getRheaIDsFromProteinID(protein_id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.