HivFeature-class: Class '"HivFeature"'

Description Objects from the Class Slots Methods Author(s) See Also Examples

Description

The class that stores HIV features.

Objects from the Class

Objects can be created by calls of the form new("HivFeature", ...).

Slots

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

Methods

getFrame

signature(object = "HivFeature"): ...

getHXB2Coordinates

signature(object = "HivFeature"): ...

getName

signature(object = "HivFeature"): ...

show

signature(object = "HivFeature"): ...

Author(s)

Mike Jiang,Raphael Gottardo

See Also

Epitope,getAA,getDNA,getFeature,getChildren, getParent

Examples

 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)

RGLab/HIV.db documentation built on May 8, 2019, 5:51 a.m.