sortBySeqnameAndStart | R Documentation |
Sorts a GRanges object by seqname and start position
sortBySeqnameAndStart(gr)
sortBySeqnameAndEnd(gr)
gr |
GRanges object |
GRanges object
GR <- as(c('chr2:1-1', 'chr1:1-1'), 'GRanges')
GR <- sortBySeqnameAndStart(GR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.