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
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
Metadata Files
README.md
RLHub 
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
- Update to the
develversion of bioconductor.
r
BiocManager::install(version = "devel")
- 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
- Website: https://bioconductor.org
- Repositories: 1
- Profile: https://github.com/bioconductor-source
Source code for packages accepted into Bioconductor
GitHub Events
Total
Last Year
Dependencies
- AnnotationHub * imports
- ExperimentHub * imports
- utils * imports
- BiocStyle * suggests
- DT * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests