https://github.com/bioconductor-source/rlhub

https://github.com/bioconductor-source/rlhub

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • License: other
  • Language: R
  • Default Branch: devel
  • Size: 532 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.md

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:

r RLHub::rlbps()

All data sets in RLHub are documented in the package website reference pages.

Installation

From Bioconductor

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

BiocManager::install("RLHub") ```

From GitHub

  1. Update to the devel version of bioconductor.

r BiocManager::install(version = "devel")

  1. Install RLHub with remotes.

r 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.

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • AnnotationHub * imports
  • ExperimentHub * imports
  • utils * imports
  • BiocStyle * suggests
  • DT * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests