About RNAlysis:
Starting with RNAlysis:
Change history:
Modules:
RankedSet
RankedSet.discard()
Indices and tables:
Remove an element from a set if it is a member.
Unlike set.remove(), the discard() method does not raise an exception when an element is missing from the set.