Skip to content
Prev 12073 / 21307 Next

[Bioc-devel] R6 class v.s. S4 class

Hi,
On 10/19/2017 05:50 PM, Ryan Thompson wrote:
Note that the same 'type' argument could accept a GeneClient object or
a single string. There is no need for 2 separate arguments.

Also I guess you'll want to support passing a *vector* of gene symbols
or gene ids. Vectorization in R is a big deal and has important
consequences on how one designs an API in R versus in other languages.

Cheers,
H.