- Home
- Bioconductor 3.23
- Software Packages
- rfaRm (development version)
rfaRm
This is the development version of rfaRm; for the stable release version, see rfaRm.
An R interface to the Rfam database
Bioconductor version: Development (3.23)
rfaRm provides a client interface to the Rfam database of RNA families. Data that can be retrieved include RNA families, secondary structure images, covariance models, sequences within each family, alignments leading to the identification of a family and secondary structures in the dot-bracket format.
Author: Lara Selles Vidal, Rafael Ayala, Guy-Bart Stan, Rodrigo Ledesma-Amaro
Maintainer: Lara Selles Vidal <lara.selles at oist.jp>, Rafael Ayala <rafael.ayala at oist.jp>
citation("rfaRm")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("rfaRm")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("rfaRm")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.