Re: [Bioc-devel] Time to Update SSL Certificate for *.bioconductor.org

2019-10-03 Thread Shepherd, Lori
This issue is now resolved. https://support.bioconductor.org/p/125255/ Lori Shepherd Bioconductor Core Team Roswell Park Comprehensive Cancer Center Department of Biostatistics & Bioinformatics Elm & Carlton Streets Buffalo, New York 14263 From: Bioc-devel

[Bioc-devel] Time to Update SSL Certificate for *.bioconductor.org

2019-10-03 Thread Alex Pico
You’re probably aware of this already, but posting here in case others run into the BiocCheck and other URL-dependent errors that I ran into this morning. - Alex ___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-de

Re: [Bioc-devel] biomaRt and TxDb don't play nice together

2019-10-03 Thread James W. MacDonald
The bioc-devel list is intended for questions pertaining to package development, not questions/remarks about existing packages. For that sort of thing, please use the support site, https://support.bioconductor.org. To your point, a bug is something that happens that wasn't intended by the develope

Re: [Bioc-devel] biomaRt and TxDb don't play nice together

2019-10-03 Thread Pages, Herve
Hi Michael, tx_by_gene <- transcriptsBy(txdb, by='gene') returns a named list (or more precisely, a named GRangesList object) where the names are the gene ids. The show() method for these objects actually gives a clue that the list carries names: > tx_by_gene GRangesList object of length 2446

[Bioc-devel] biomaRt and TxDb don't play nice together

2019-10-03 Thread Michael Shapiro
Apologies for a previous email that seems content free. I've run into a cosmic mis-match between biomaRt and TxDb which is either a bug or a bug waiting to happen. In brief, biomaRt reports entrezgene_id as a numeric, but TxDb wants it as a character. What's deadly in this is that TxDb does

[Bioc-devel] biomaRt and TxDb don't play nice together

2019-10-03 Thread Michael Shapiro
___ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel