Description Usage Arguments Details Value See Also Examples
Convert genomic coordinates from (chr, mb) representation to cummulative (gmb) representation.
1 | gmb.coordinates(chr, pos, chrlen = mouse.chrlen)
|
chr |
A character vector of chromosomes |
pos |
A numeric vector of positions (b or Mb) |
chrlen |
A vector with chromosome lengths (as in |
A cummulative (gmb) form could be useful for example as x-coordinate of a genomic plot.
A numeric vector with cummulative (gmb) genomic coordinates.
1 | gmb <- gmb.coordinates(Tmem68$annotation$chr, Tmem68$annotation$pos)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.