RLHub (part of RLSuite) provides easy access to the processed R-loop mapping data stored in RLBase. It is an ExperimentHub package with built-in accessors that streamline the data retrieval process. For example, to access data about R-loop binding proteins (RLBPs), simply execute the following:
RLHub::rlbps()
All data sets in RLHub are documented in the package website reference pages.
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("RLHub")
devel
version of bioconductor. BiocManager::install(version = "devel")
remotes::install_github("Bishop-Laboratory/RLHub")
For full documentation and data descriptions, please see the getting started guide.
RLHub is a brand-new package and there may be bugs and issues which arise. If you encounter and issues or unexpected behavior, please open an issue.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.