Description Objects from the Class Slots Methods Author(s) See Also Examples
The class that stores HIV features.
Objects can be created by calls of the form new("HivFeature", ...).
HIV_db:an environment that stores HIV feature database
ranges:an IRanges object that stores the start, end and width of all the epitopes
values:a DataFrame
elementType:"ANY"
elementMetadata:NULL
metadata:a list
signature(object = "HivFeature"): ...
signature(object = "HivFeature"): ...
signature(object = "HivFeature"): ...
signature(object = "HivFeature"): ...
Mike Jiang,Raphael Gottardo
Epitope,getAA,getDNA,getFeature,getChildren,
getParent
1 2 3 4 5 6 7 8 9 10 11 | library(HIV.db)
## load Table from db with default parameters (ref="env").
HIV_db<-loadFeatures()
feature1<-getFeature(HIV_db)
show(feature1)
getHXB2Coordinates(feature1)
getName(feature1)
getFrame(feature1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.