Description Value Methods Author(s) See Also Examples
query amino acids sequences of HivFeature
s or Epitope
s
a character of amino acids sequence or a list of characters of amino acids sequences
signature(object = "environment")
signature(object = "Epitope")
signature(object = "HivFeature")
signature(object = "list")
Mike Jiang,Raphael Gottardo
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | library(HIV.db)
## load Table from db
HIV_db<-loadFeatures(ref="env")
##########################
#query amino acid sequence
#######################
#by environment
getAA(HIV_db)
#by feature
feature1<-getFeature(HIV_db)
getAA(feature1)
#by name
getAA(feature1, name="gp120")
#by Epitope
getAA(getEpitope(HIV_db, start=100, end=200))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.