Rfam: RNA families (Rfam).

Description Usage Value References See Also Examples

Description

An object of class "InfoDataFrame" that contains information on RNA families (Rfam). This data is prepared based on ftp://anonymous@ftp.sanger.ac.uk/pub/databases/Rfam/11.0/database_files/rfam.txt.gz.

Usage

1

Value

an object of class InfoDataFrame. It has slots for data and dimLabels:

References

Gardner et al. (2011) Rfam: Wikipedia, clans and the "decimal" release. Nucleic Acids Res, 39(Database issue):D141-D145.

See Also

InfoDataFrame-class

Examples

1
2
3
4
5
6
7
8
9
# load data
data(Rfam)
Rfam
# retrieve the dimension
dim(Rfam)
# retrieve names of columns
colNames(Rfam)
# retrieve the first 5 rows of data
Data(Rfam)[1:5,]

dcGOR documentation built on May 2, 2019, 3:34 p.m.

Related to Rfam in dcGOR...