kevinrue / unisets

Collection of classes to store gene sets.
http://kevinrue.github.io/unisets
Other
3 stars 1 forks source link

"annotation" slot on subclasses of `IdVector` #32

Open kevinrue opened 5 years ago

kevinrue commented 5 years ago

As for ?ExpressionSet:

For instance, EntrezIdVector and EnsemblIdVector could store the org*db package that should be used to fetch information about each identifier.

kevinrue commented 5 years ago

That said, make sure a use case accompanied the new code, to prove ourselves that this is viable in practice, and not just theoretically.