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
I would like to select a specific bindingType when using the annotatePeakInBatch function but I receive this error.
Annotate peaks by annoPeaks, see ?annoPeaks for details. maxgap will be ignored. Error in (function (peaks, annoData, bindingType = c("nearestBiDirectionalPromoters", : length(intersect(seqlevelsStyle(peaks), seqlevelsStyle(annoData))) > .... is not TRUE
The text was updated successfully, but these errors were encountered:
As a result of the bindingType and bindingRegion being ignore, the distancetoFeature is not limited to genes in the area and can be as many as 3599488 bases away from the closest feature...
Hi,
I would like to select a specific
bindingType
when using theannotatePeakInBatch
function but I receive this error.Annotate peaks by annoPeaks, see ?annoPeaks for details. maxgap will be ignored. Error in (function (peaks, annoData, bindingType = c("nearestBiDirectionalPromoters", : length(intersect(seqlevelsStyle(peaks), seqlevelsStyle(annoData))) > .... is not TRUE
The text was updated successfully, but these errors were encountered: