Description Usage Arguments Slots Examples
A Protein fetched from UniProt REST API
Method to show a UniProtProtein
object.
Constructor for UniProtProtein
objects
Retrieves all isoforms for a given accession number
This constructor sends a unique message to the UniProt REST server
containing all accession numbers, as opposed to
UniProtProtein
, that sends one message per accession
number.
1 2 3 4 5 6 7 8 | ## S4 method for signature 'UniProtProtein'
show(object)
UniProtProtein(accession)
UniProtProteinIsoforms(accession)
UniProtProteins(accessions)
|
object |
An instance of class |
accession |
A |
accessions |
A |
Data
A list
containing all the data.
1 2 3 4 5 6 | library("UniProt.REST")
ac <- "P27361"
acs <- c("P27361", "P38398")
UniProtProtein(ac)
UniProtProteins(acs) ## works also as UniProtProtein(ac)
UniProtProteinIsoforms(ac)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.