disjointExons removed in Bioconductor 3.17
Closed this issue · 1 comments
yeyuan98 commented
Hi Jianhong,
Thanks so much for your great package. I noticed that in the bioconductor development version 3.17, disjointExons
method is removed from ensembldb and GenomicFeatures packages, causing your ChIPpeakAnno package to fail during build.
Would it be possible to fix this issue simply by changing your code like the following?
from R/privateUtil.R, line 616-618
disjointExons(ranges,
aggregateGenes=FALSE,
includeTranscripts=TRUE)
to
GenomicFeatures::exonicParts(ranges,
linked.to.single.gene.only=TRUE)
Commits related to the removal of disjointExons
:
ensembldb
GenomicFeatures
Thanks a lot for your time!
jianhong commented
Hi Ye Yuan,
Thank you for reporting. I just pushed the patch. It will take several days for updating.
Jianhong.
From: Ye Yuan ***@***.***>
Date: Saturday, November 12, 2022 at 12:47 PM
To: jianhong/ChIPpeakAnno ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [jianhong/ChIPpeakAnno] disjointExons removed in Bioconductor 3.17 (Issue #21)
Hi Jianhong,
Thanks so much for your great package. I noticed that in the bioconductor development version 3.17, disjointExons method is removed from ensembldb and GenomicFeatures packages, causing your ChIPpeakAnno package to fail during build.
Would it be possible to fix this issue simply by changing your code like the following?
from R/privateUtil.R, line 616-618
disjointExons(ranges,
aggregateGenes=FALSE,
includeTranscripts=TRUE)
to
GenomicFeatures::exonicParts(ranges,
linked.to.single.gene.only=TRUE)
Commits related to the removal of disjointExons:
ensembldb<jorainer/ensembldb@4bd6aba>
GenomicFeatures<Bioconductor/GenomicFeatures@df02299>
Thanks a lot for your time!
—
Reply to this email directly, view it on GitHub<#21>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABLBEAY3EZ5PBCS46WQTLXDWH7J4ZANCNFSM6AAAAAAR6NLYOU>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>