Comparing and ordering the list elements of XRawList objects
Methods for comparing and ordering the elements in one or more XRawList objects.
## Element-wise (aka "parallel") comparison of 2 XRawList objects ## -------------------------------------------------------------- ## S4 method for signature 'XRawList,XRawList' e1 == e2 ## S4 method for signature 'XRawList,XRawList' e1 <= e2 ## duplicated() ## ------------ ## S4 method for signature 'XRawList' duplicated(x, incomparables=FALSE, ...) ## match() ## ------- ## S4 method for signature 'XRawList,XRawList' match(x, table, nomatch=NA_integer_, incomparables=NULL) ## order() and related methods ## --------------------------- ## S4 method for signature 'XRawList' is.unsorted(x, na.rm=FALSE, strictly=FALSE) ## S4 method for signature 'XRawList' order(..., na.last=TRUE, decreasing=FALSE, method=c("auto", "shell", "radix")) ## S4 method for signature 'XRawList' rank(x, na.last=TRUE, ties.method=c("average", "first", "random", "max", "min")) ## Generalized element-wise (aka "parallel") comparison of 2 XRawList objects ## -------------------------------------------------------------------------- ## S4 method for signature 'XRawList,XRawList' pcompare(x, y)
e1, e2, x, table, y |
XRawList objects. |
incomparables |
Not supported. |
... |
For For |
nomatch |
The value to be returned in the case when no match is found.
It is coerced to an |
na.rm, na.last, method |
Ignored. |
strictly |
|
decreasing |
|
ties.method |
A character string specifying how ties are treated. Only |
[TODO]
H. Pagès
The XRawList class.
Ranges-comparison in the IRanges package for comparing and ordering ranges.
==
,
duplicated
,
unique
,
match
,
%in%
,
order
,
sort
,
rank
for general information about
those functions.
## TODO
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.