kevinrue / unisets

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

Allow for duplicated elements? #5

Closed robertamezquita closed 5 years ago

robertamezquita commented 5 years ago

Should BaseSets enforce that elements must not be duplicated? Right now it currently allows for duplicated elements. I guess this makes sense if you see multiple instances of X and have say different elementData for each of them, but wondering if this might cause problems downstream.

kevinrue commented 5 years ago

closed by #18