genomicElementDistribution function not found
1
0
Entering edit mode
Arunima ▴ 10
@2832c5da
Last seen 2.2 years ago
United States

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( )
ChIPpeakAnno • 879 views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 15 hours ago
United States

Have you already loaded the package? Also, this part of the default question

# include your problematic code here with any corresponding output 
# please also include the results of running the following in an R session 

sessionInfo( )

Is placed there to remind you that you need to include the results of running sessionInfo() in your R session, which would A). Tell us whether or not you have loaded the package, so we don't have to ask you, and B.) tell us the version of ChiPpeakAnno you are using. Which brings up the next point. The NEWS file for this package has this:

CHANGES IN VERSION 3.23.9
-------------------------

    o add new function enrichmentPlot, genomicElementDistribution, genomicElementUpSetR, and methagenePlot to improve visualization.

Which tells you when they added the function you are trying to use, and which you could have used to figure out if your version does include the function.

ADD COMMENT
0
Entering edit mode

Package: ChIPpeakAnno Type: Package Version: 3.0.0 Date: 2014-10-24 License: LGPL LazyLoad: yes

I have the following package installed

How do I update the package with the new version.

Thanks

ADD REPLY
0
Entering edit mode

Hi Arunima,

You need to install R 4.1 first. Then, start R (version "4.1") and enter: if (!requireNamespace("BiocManager", quietly = TRUE))

install.packages("BiocManager")

BiocManager::install("ChIPpeakAnno")

Best regards,

Julie

ADD REPLY

Login before adding your answer.

Traffic: 616 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6