Description Usage Arguments Details Value Examples
rmchr
takes a loops object or GRanges object and
simply removes the 'chr' from seqnames, if is present
1 2 3 4 5 6 7 |
dlo |
A loops object or GRanges object |
Often times, performing functions on GRanges objects can go awry if the seqnames are systematically different. A common example of this is when some GRanges objects has the format of 'chr1' while the other has '1'. We can remove 'chr' from the first object
An identical loops/GRanges object except 'chr' removed
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.