Entering edit mode
mtS
•
0
@9736a4b9
Last seen 4.0 years ago
Please confirm the package is successfully built and freely available in Bioconductor. Thanks.
Please confirm the package is successfully built and freely available in Bioconductor. Thanks.
The package is under review https://github.com/Bioconductor/Contributions/issues/1720 and not yet accepted to Bioconductor.
HiCDCPlus is available in Bioconductor distributions from 3.13 onwards. If you are somehow not able to obtain the package through Bioconductor (e.g., due to your R version), you can simply install devtools from CRAN and install from this GitHub repo:
install.packages("devtools")
and then
devtools::install_github("mervesa/HiCDCPlus")
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
HiCDCPlus is now available on Bioconductor! You should be able to install it using
BiocManager::install("HiCDCPlus")