Unlike sort and friends, the implementation does not preserve
order of duplicated elements. Like duplicated, one element in
each set of duplicates is marked as FALSE.
srrank settles ties using the min criterion described
in rank, i.e., identical elements are ranked equal to the
rank of the first occurrence of the sorted element.
The following methods are defined, in addition to methods described in
class-specific documentation:
srsortsignature(x = "XStringSet"):
srordersignature(x = "XStringSet"):
srduplicatedsignature(x = "XStringSet"): Apply srorder, srrank, srsort,
srduplicated to
XStringSet objects such
as those returned by sread.
srsortsignature(x = "ShortRead"):
srordersignature(x = "ShortRead"):
srduplicatedsignature(x = "ShortRead"): Apply srorder, srrank, srsort,
srduplicated to
XStringSet objects to
the sread component of ShortRead and
derived objects.