Rfam | R Documentation |
An object of class "InfoDataFrame" that contains information on RNA families (Rfam). This data is prepared based on ftp://ftp.ebi.ac.uk/pub/databases/Rfam/11.0/database_files/rfam.txt.gz.
data(Rfam)
an object of class InfoDataFrame
. It has slots for data
and dimLabels:
data
: a data.frame containing information about 2208 RNA
families (in rows), with 3 columns ("id" for Rfam accession ID, and
"level" always equals "Rfam", "description" for Rfam description)
dimLabels
: a character describing labels for rows and
columns in data
Gardner et al. (2011) Rfam: Wikipedia, clans and the "decimal" release. Nucleic Acids Res, 39(Database issue):D141-D145.
InfoDataFrame-class
# 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,]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.