Description Value Methods Author(s) See Also Examples
query DNA sequences of HivFeature
s or Epitope
s or
a certain range within HXB2 genome
a character of DNA sequence or a list of characters of DNA sequences
signature(object = "environment")
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_env<-loadFeatures(ref="env")
##########################
#query DNA sequence
#######################
feature1<-getFeature(HIV_env)
#by feature
getDNA(feature1)
#by feature list
getDNA(feature1, name=c("gp41","gp120"))
#by Epitope
getDNA(getEpitope(HIV_env,name="2F5"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.