Description Usage Arguments Details Value Author(s) See Also Examples
Checks whether a eSet
-derived class (e.g., a SnpSet
or
CNSet
object) is ordered by chromosome and
physical position
1 2 | checkOrder(object, verbose = FALSE)
chromosomePositionOrder(object, ...)
|
object |
A |
verbose |
Logical. |
... |
additional arguments to |
Checks whether the object is ordered by chromosome and physical position.
Logical
R. Scharpf
1 2 3 4 5 | data(oligoSetExample)
if(!checkOrder(oligoSet)){
oligoSet <- chromosomePositionOrder(oligoSet)
}
checkOrder(oligoSet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.