View source: R/fortify-data-frame-.R
| fortify_data_frame.GRanges | R Documentation |
This function converts various objects to a data frame.
## S3 method for class 'GRanges'
fortify_data_frame(data, ..., data_arg = NULL, call = NULL)
data |
An object to be converted to a data frame. |
... |
Arguments passed to methods. |
data_arg |
The argument name for |
call |
The execution environment where |
A data frame with at least following columns:
seqnames: The sequence (e.g., chromosome) names.
start: The start positions of the ranges.
end: The end positions of the ranges.
width: The width of each range.
Other fortify_data_frame() methods:
fortify_data_frame.character(),
fortify_data_frame.default(),
fortify_data_frame.dendrogram(),
fortify_data_frame.matrix(),
fortify_data_frame.phylo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.