ChIPseeker icon indicating copy to clipboard operation
ChIPseeker copied to clipboard

could not find function plotPeakProf() and plotPeakProf2()

Open cgommarGTX opened this issue 3 years ago • 1 comments

Prerequisites

  • [ X] Have you read Feedback and follow the guide?
    • [ X] make sure your are using the latest release version
    • [ X] read the documents
    • [ X] google your quesion/issue

Describe you issue

I recently installed ChIPseeker and everything is working fine except by the fact that functions plotPeakProf() and plotPeakProf2() are not available.

" Error in plotPeakProf2(peak = peak, upstream = rel(0.2), downstream = rel(0.2), : could not find function "plotPeakProf2" "

  • [ ] Make a reproducible example (e.g. 1)
  • [ ] your code should contain comments to describe the problem (e.g. what expected and actually happened?)

Ask in right place

  • [ ] for bugs or feature requests, post here (github issue)
  • [ ] for questions, please post to Bioconductor or Biostars with tag ChIPseeker

cgommarGTX avatar Jan 11 '22 14:01 cgommarGTX

I recently installed ChIPseeker and everything is working fine except by the fact that functions plotPeakProf() and plotPeakProf2() are not available. " Error in plotPeakProf2(peak = peak, upstream = rel(0.2), downstream = rel(0.2), : could not find function "plotPeakProf2" "

There is no more detail that i can get from your information. So i can only give the advice that trying to install ChIPseeker from github or somewhere else.

devtools::install_github("YuLab-SMU/ChIPseeker")

This advice was given beacause i had also not managed to use plotPeakProf2 and plotPeakProf by the ChIPseeker installed from Bioconductor.(it is not an bug, just about the update issue)

MingLi-929 avatar Jan 12 '22 04:01 MingLi-929