fetch.domains.uniprot | R Documentation |
Finds protein domains belonging to the given Uniprot accession. Checks for a local cache file of previous results. If such a cache exists, the pre-calculated results will be returned, otherwise queries to Uniprot and PDB will be made.
fetch.domains.uniprot(acc, overrideCache = FALSE)
acc |
the Uniprot accession |
a data.frame
with the following columns:
type: the type of domain or feature (SIGNAL, DOMAIN, or REPEAT)
method: the experimental method for this structure, e.g NMR, X-ray or Model
name: the name of the domain or feature
start: the start amino acid position
end: the end amino acid position
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.