GRangesToString | R Documentation |
GRangesToString
Converts a GRanges object to a string in the format 'chr1:100-200'GRangesToString
Turns a GRanges Object into
a list of strings in the format chr1:100-200
GRangesToString(GR_obj)
GR_obj |
the GRanges object to convert to a string |
A string or list of strings in the format 'chr1:100-200' representing ranges in the input GRanges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.