kevinrue / unisets

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

add `duplicated`, `unique`, and `union` on `BaseSets`. #39

Closed kevinrue closed 5 years ago

kevinrue commented 5 years ago

Half the work is done already by c(BaseSets). union(x, y) is basically just unique(c(x, y)).