Hello everyone
I tried to use the function "genomicElementDistribution" to annotate the peak location using the library ChIpeakAnno, but it says the function not found. Do you suggest me to update the library?
Thanks
Code should be placed in three backticks as shown below
# include your problematic code here with any corresponding output
# please also include the results of running the following in an R session
sessionInfo( )
I have the following package installed
How do I update the package with the new version.
Thanks
Hi Arunima,
You need to install R 4.1 first. Then, start R (version "4.1") and enter: if (!requireNamespace("BiocManager", quietly = TRUE))
BiocManager::install("ChIPpeakAnno")
Best regards,
Julie