Skip to content

Bishop-Laboratory/RLHub

Repository files navigation

RLHub logo

BiocCheck Codecov test coverage BioC status

Introduction

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.

Installation

From Bioconductor

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("RLHub")

From GitHub

  1. Update to the devel version of bioconductor.
BiocManager::install(version = "devel")
  1. Install RLHub with remotes.
remotes::install_github("Bishop-Laboratory/RLHub")

Usage

For full documentation and data descriptions, please see the getting started guide.

Bugs and Issues

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.

Releases

No releases published

Packages

No packages published

Languages