GRangesToString | R Documentation |
Convert GRanges object to a vector of strings
GRangesToString(grange, sep = c("-", "-"))
grange |
A GRanges object |
sep |
Vector of separators to use for genomic string. First element is used to separate chromosome and coordinates, second separator is used to separate start and end coordinates. |
Returns a character vector
print("see https://satijalab.org/signac/reference/grangestostring")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.