an object of class InfoDataFrame. It has slots for data
and dimLabels:
data: a data.frame containing information about 11638
annotatable domains (in rows), with 3 columns ("id" for InterPro ID,
and "level" always equals "InterPro", "description" for InterPro
description)
dimLabels: a character describing labels for rows and
columns in data
References
Hunter et al. (2012) InterPro in 2011: new developments in the family
and domain prediction database. Nucleic Acids Res, 40(Database
issue):D306-12.
# load datadata(InterPro)
InterPro
# retrieve the dimensiondim(InterPro)
# retrieve names of columnscolNames(InterPro)
# retrieve the first 5 rows of dataData(InterPro)[1:5,]