Skip to content
Prev 8434 / 21312 Next

[Bioc-devel] Extending biovizBase and ggbio packages

OK, the modifications are in the repositories:
https://github.com/jotsetung/biovizBase
https://github.com/jotsetung/ggbio

let me know if I can be of any help.

cheers, jo
On 14 Dec 2015, at 16:00, Rainer Johannes <Johannes.Rainer at eurac.edu<mailto:Johannes.Rainer at eurac.edu>> wrote:
I?ll do, thanks for all comments!
On 14 Dec 2015, at 15:55, Jim Hester <james.f.hester at gmail.com<mailto:james.f.hester at gmail.com>> wrote:
Rainer,

Pull requests to the git mirrors will be closed automatically because they are read only mirrors. However you can still fork the mirror yourself and commit your changes to your fork to make them easy for Michael and Tengfei to review.

Jim
On Mon, Dec 14, 2015 at 9:03 AM, Rainer Johannes <Johannes.Rainer at eurac.edu<mailto:Johannes.Rainer at eurac.edu>> wrote:
dear Micheal,

github pull requests would also be my favorite way to contribute, but unfortunately the Bioconductor-mirror github repos are read-only (thus, as far as I got it, no pull requests are possible), and I didn?t find other repos in github.

Regarding the filtering, you mean implementing subset() and sort() in ensembldb?
My only concern with the approach you describe below is that it rather looks like "fetch from db and then filter?, which might be quite slow. I implemented the filters such that they are considered at query execution time (in fact, they are used to build the SQL query).
That way also plotting of gene models in ggbio using EnsDbs is really fast (since only that small portion that will be plotted is really fetched from the db).

thanks, jo
_______________________________________________
Bioc-devel at r-project.org<mailto:Bioc-devel at r-project.org> mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel