B. Ogan Mancarcı

Results 73 comments of B. Ogan Mancarcı

Apologies, I have not seen this in time. In case it's still relevant, i often do ```r genes = c('NoKnownHomolog1','NoKnownHomolog2','Mog') human_genes = mouse2human(genes) human_genes$humanGene[match(genes,human_genes$mouseGene)] ``` ``` [1] NA NA "MOG"...

API is probably the better tool but a quick and dirty wrapper for the command line tools https://github.com/oganm/ncbiDatasets

I believe this is currently not possible as its neither part of the syntax nor an operation supported by Godot expressions. However if I allowed passing base instances when evaluating...

A bit more difficult thing to implement would be to allow nested dice but I am not sure if I can easily extend all functions to support it.. Something like...

https://github.com/oganm/dice_syntax_gd/tree/base_instance this branch accepts instances. You can use the editor script below to replicate the behaviour you want but I would recommend using a dedicated class as the base instance....

A base instance is a Godot instance that you pass to an executing expression. It allows you to define functions of your own. If you see the example above, I...

Just merged the base_instance branch to allow defining custom functions. Another improvement could be creating a default base instance with possibly commonly used functions but for now, i'm a bit...

Ensembl is now indirectly supported via diopt. Though I am unsure if that function will go to CRAN as scraping data from a live app isn't exactly the best practice

Some nice data vis demos are here https://twitter.com/observablehq/status/1136379103190274048 Wonder if I can change the orientation of the landscape sections based on view angle in real time to make it readable...

I think you are trying to add the javascript command to the markdown document. If that is the case just adding `$(function () { $("#ggvis").click(function(e){ $("#ggvis-tooltip").hide(); }); })` to somewhere...