kevinrue / unisets

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

subset(..., drop) controls whether to drop empty sets and elements #37

Closed kevinrue closed 5 years ago

kevinrue commented 5 years ago

Users may wish to retain the complete original set of identifiers (and elements) even after a subsetting operation that left orphan sets (or elements) without any relation. Use the drop argument of the subset function to control this choice.

kevinrue commented 5 years ago

Closed by #38