Description Usage Arguments Value Examples
Tidying methods for GRanges and GRangesList objects.
1 2 3 4 5 6 7 8 9 10 11 |
x |
GRanges or GRangesList object |
... |
Not used. |
All tidying methods return a data.frame
without rownames. tidy
returns one row for each range, which contains
start of the range
end of the range
width (or length) of the range
names of the range
strand
seqname Name of the sequence from which the range comes (usually the chromosome)
metadata Any included metadata, (ie, score, GC content)
For GRangesList
, there will also be a column representing which group the ranges comes from.
glance
returns a data.frame
with the number of ranges, the number of sequences, and the number of groups (if applicable).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.