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

dasper

Lifecycle: maturing R build status Codecov test coverage BioC status

The aim of dasper is to detect aberrant splicing events from RNA-seq data. By comparing patient RNA-seq data to a set of controls, dasper will score each splicing event in the patient representing the degree to which that splicing event looks abnormal. For a detailed guide on the usage of dasper, check out the vignette here.

Installation instructions

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

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

BiocManager::install("dasper")

And the development version from GitHub with:

BiocManager::install("dzhang32/dasper")

Citation

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

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

Please note that the dasper 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 dasper 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.

In particular, I am very grateful to Leo for his time and advice throughout the development of dasper. The transition of dasper Bioconductor-friendly package was made possible thanks to his r BiocStyle::Githubpkg('lcolladotor/biocthis') package.



Try the dasper package in your browser

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

dasper documentation built on Nov. 8, 2020, 7:28 p.m.