Description Usage Arguments Details Value Author(s) Examples
Converting a GRanges
that might be annotated with some kind of results
to a data.frame
is useful, because it allows easier writing to file
and viewing in other programs, like a spreadsheet program.
1 2 | ## S4 method for signature 'GRanges'
annoGR2DF(anno)
|
anno |
A |
The column name seqnames
is changed to chr
, and if all the
strands are *
, then the strand
column is dropped.
A data.frame
of the annotation.
Dario Strbenac
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.