uniprot2pfam | R Documentation |
Map from UniProt ID to Pfam-A domain composition.
uniprot2pfam(uniprot.id)
uniprot.id |
UniProt ID |
a data frame with columns
uniprot — UniProt ID
length — protein length
hmm.acc — accession number of Pfam HMM model, e.g., PF08563
hmm.name — Pfam name, e.g., P53_TAD
start — Pfam domain start position
end — Pfam domain end position
type — Pfam type, including domain/motif/family
uniprot2pfam("Q5VWM5") # PRAMEF9; PRAMEF15
uniprot2pfam("P04637")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.