Latest (June 2016) human UniProt identifier mapping. upens
gives the mapping with Ensembl genes and upenst
gives the
mapping with Ensembl transcripts. These data have been generated as
described in the example.
1 2 |
1 2 3 4 5 6 7 8 9 10 | ## Not run:
library("Pbase")
f <- downloadData("ftp://ftp.uniprot.org/pub/databases/uniprot/current_release/knowledgebase/reference_proteomes/Eukaryota/UP000005640_9606.fasta.gz")
up <- Proteins(f)
library("UniProt.ws")
upws <- UniProt.ws()
upens <- select(upws, seqnames(up), "ENSEMBL", "UNIPROTKB")
upenst <- select(upws, seqnames(up), "ENSEMBL_TRANSCRIPT", "UNIPROTKB")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.