This function converts various objects to a data frame.
# S3 method for GRanges
fortify_data_frame(data, ..., data_arg = NULL, call = NULL)
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.
An object to be converted to a data frame.
Arguments passed to methods.
The argument name for data
. Developers can use it to
improve messages. Not used by the user.
The execution environment where data
and other arguments for
the method are collected. Developers can use it to improve messages. Not
used by the user.
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()