knitr::opts_chunk$set(
    collapse = TRUE,
    comment = "#>",
    fig.path = "man/figures/README-",
    out.width = "100%"
)

derfinderHelper

Lifecycle: stable BioC status BioC dev status Codecov test coverage R build status Support site activity, last 6 months: tagged questions/avg. answers per question/avg. comments per question/accepted answers, or 0 if no tagged posts. GitHub issues

Helper package for derfinder.

Documentation

For more information about derfinderHelper check the vignettes through Bioconductor or at the documentation website.

Installation instructions

Get the latest stable R release from CRAN. Then install derfinderHelper using from Bioconductor the following code:

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

BiocManager::install("derfinderHelper")

Citation

Below is the citation output from using citation('derfinderHelper') in R. Please run this yourself to check for any updates on how to cite derfinderHelper.

print(citation("derfinderHelper"), bibtex = TRUE)

Please note that the derfinderHelper was only made possible thanks to many other R and bioinformatics software authors, which are cited either in the vignettes and/or the paper(s) describing this package.

Code of Conduct

Please note that the derfinderHelper project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Development tools

For more details, check the dev directory.



Try the derfinderHelper package in your browser

Any scripts or data that you put into this service are public.

derfinderHelper documentation built on Dec. 20, 2020, 2 a.m.