View source: R/type_conversion.R
GR2DF | R Documentation |
Reverses the action of DF2GR
.
GR2DF(gr, chr_name = "chr", start_name = "start", end_name = "end")
gr |
Genomic Ranges object. |
chr_name |
Name of column containing chromosome. |
start_name |
Name of column containing locus start position. |
end_name |
Name of column containing locus end position. |
Data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.