Description Details Author(s) Examples
This manual page enumerates the kinds of data represented by the
values returned when the user calls columns
or keytypes
All the possible values for columns
and keytypes
are listed
below. Users will have to actually use these methods to learn which
of the following possible values actually apply in their case.
The central ID for UniProt and swissprot
UniParc
UniRef50
UniRef90
UniRef100
EMBL/GenBank/DDBJ
EMBL/GenBank/DDBJ CDS
PIR
Entrez Gene (GeneID)
GI number
IPI
RefSeq Protein
RefSeq Nucleotide
PDB
DisProt
HSSP
DIP
MINT
Allergome
MEROPS
PeroxiBase
PptaseDB
REBASE
TCDB
PhosSite
DMDM
Aarhus/Ghent-2DPAGE
ECO2DBASE
World-2DPAGE
DNASU
Ensembl
Ensembl Protein
Ensembl Transcript
Ensembl Genomes
Ensembl Genomes Protein
Ensembl Genomes Transcript
KEGG
PATRIC
TIGR
UCSC
VectorBase
AGD
ArachnoServer
CGD
ConoServer
CYGD
dictyBase
EchoBASE
EcoGene
euHCVdb
EuPathDB
FlyBase
GeneCards
GeneFarm
GenoList
H-InvDB
HGNC
HPA
LegioList
Leproma
MaizeGDB
MIM
MGI
neXtProt
Orphanet
PharmGKB
PomBase
PseudoCAP
RGD
SGD
TAIR
TubercuList
WormBase
WormBase Transcript
WormBase Protein
Xenbase
ZFIN
eggNOG
GeneTree
HOVERGEN
KO
OMA
OrthoDB
ProtClustDB
BioCyc
Reactome
UniPathWay
CleanEx
GermOnline
DrugBank
GenomeRNAi
NextBio
citations
clusters
comments
domains
domain
ec ID
ID
existence
families
features
genes
go term
go id
interpro
interactor
keywords
keyword-id
last-modified
length
organism
organism-id
pathway
protein names
reviewed
score
sequence
3d
taxon
tools
version
PFAM ids
PDB ids
Marc Carlson
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | up <- UniProt.ws(taxId=9606)
## List the possible values for columns
columns(up)
## List the possible values for keytypes
keytypes(up)
## get some values back
## list all possible keys of type entrez gene ID.
## (this process is not instantaneous)
if(interactive()){
keys <- head(keys(up, keytype="UNIPROTKB"))
keys
}
select(up, keys=c("P31946","P62258"), columns=c("PDB","SEQUENCE"),
keytype="UNIPROTKB")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.