jianhong / ChIPpeakAnno

11 stars 4 forks source link

genomicElementDistribution not found #11

Open Hemantcnaik opened 3 years ago

Hemantcnaik commented 3 years ago

Good work I was running code getting error as below ChiPpeakAnno installed properly still getting error can you please help me to resolve the issue, library loaded without ant error

Error in genomicElementDistribution(peaks, TxDb = TxDb.Hsapiens.UCSC.hg19.knownGene, : could not find function "genomicElementDistribution"

Thank you

jianhong commented 3 years ago

Could you share me the packageVersion("ChIPpeakAnno") and the output of ChIPpeakAnno::genomicElementDistribution(peaks, TxDb = TxDb.Hsapiens.UCSC.hg19.knownGene)

Hemantcnaik commented 3 years ago

packageVersion("ChIPpeakAnno") [1] '3.20.1'

I have tried above one its not showing that function in the library

jianhong commented 3 years ago

The genomicElementDistribution is a function after 3.23.4. Please update your ChIPpeakAnno version.

Hemantcnaik commented 3 years ago

I tried to update, not able to can you please mention the update command line

On Sun, 28 Feb 2021, 7:12 am JIANHONG OU, notifications@github.com wrote:

The genomicElementDistribution is a function after 3.23.4. Please update your ChIPpeakAnno version.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jianhong/ChIPpeakAnno/issues/11#issuecomment-787217587, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALZQNVAJN3WEEXSL4P3GOQTTBGNPXANCNFSM4YI2EQ2A .

Hemantcnaik commented 3 years ago

Thank you I got it