You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Keegan, the paper introduced a very interesting idea and I'm curious to try it out.
Just one simple suggestion regarding the prerequisite packages: since I'm new to WGBS methylation data, I don't have all the common annotation packages installed, and this prevents the dmrseq package from being properly installed. For example, I would get an error message like Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called 'TxDb.Rnorvegicus.UCSC.rn5.refGene'.
I tried to install the required package and install dmrseq again, but then received a similar error message asking me to install another annotation package.
Since this process seems rather inefficient, would it be possible to somehow give a list of prerequisite packages for the user to install before installing dmrseq?
Here are the annotation packages that I have installed manually so far:
Apologies for the late reply; it seems my email alerts were temporarily shut off.
I have revised the package to have fewer annotation dependencies, and these dependencies are all listed in the DESCRIPTION file. In addition, I have biocViews: in my DESCRIPTION file, so install_github should know to go and search Bioconductor for any missing dependencies. Please let me know if you continue to have trouble with installation and I'll troubleshoot further.
Hi Keegan, the paper introduced a very interesting idea and I'm curious to try it out.
Just one simple suggestion regarding the prerequisite packages: since I'm new to WGBS methylation data, I don't have all the common annotation packages installed, and this prevents the dmrseq package from being properly installed. For example, I would get an error message like
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called 'TxDb.Rnorvegicus.UCSC.rn5.refGene'
.I tried to install the required package and install dmrseq again, but then received a similar error message asking me to install another annotation package.
Since this process seems rather inefficient, would it be possible to somehow give a list of prerequisite packages for the user to install before installing dmrseq?
Here are the annotation packages that I have installed manually so far:
The text was updated successfully, but these errors were encountered: