skbio.io
skbio.sequence
skbio.alignment
skbio.tree
skbio.workflow
skbio.diversity
skbio.stats
skbio.metadata
skbio.util
skbio.util.
find_duplicates
Find duplicate elements in an iterable.
State: Experimental as of 0.4.0.
iterable : iterable
Iterable to be searched for duplicates (i.e., elements that are repeated).
set
Repeated elements in iterable.