Description Usage Arguments Value See Also Examples
Checks that rows in each chr are ordered by start. If strict=TRUE, then chromosomes must be in order specified by chrOrder. isGenomeOrder for GRanges differs from order in that it orders by chromsome and start position only, rather than chromsome, strand, start, and width.
1 | isGenomeOrder(ds, strict = TRUE)
|
ds |
GenoSet or GRanges |
strict |
logical, should space/chromosome order be identical to that from chrOrder? |
logical
Other 'genome ordering': chrOrder
,
toGenomeOrder
1 2 | data(genoset,package='genoset')
isGenomeOrder( rowRanges(genoset.ds) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.