Data package for derfinder and derfinderPlot examples.
For more information about derfinderData
check the vignettes through Bioconductor or at the documentation website.
Get the latest stable R
release from CRAN. Then install derfinderData
from Bioconductor using the following code:
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("derfinderData")
Below is the citation output from using citation('derfinderData')
in R. Please run this yourself to check for any updates on how to cite derfinderData.
print(citation("derfinderData"), bibtex = TRUE)
#> To cite package 'derfinderData' in publications use:
#>
#> Collado-Torres L, Jaffe A, Leek J (2021). _derfinderData: Processed
#> BigWigs from BrainSpan for examples_. R package version 2.19.0,
#> <https://github.com/leekgroup/derfinderData>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {derfinderData: Processed BigWigs from BrainSpan for examples},
#> author = {Leonardo Collado-Torres and Andrew Jaffe and Jeffrey Leek},
#> year = {2021},
#> note = {R package version 2.19.0},
#> url = {https://github.com/leekgroup/derfinderData},
#> }
Please note that the derfinderData
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.
Please note that the derfinderData project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
For more details, check the dev
directory.
This package was developed using biocthis.