View source: R/type_conversion.R
DF2GR | R Documentation |
Convert from Data Frame to Genomic Ranges
DF2GR(data, chr_name = "chr", start_name = "start", end_name = "end")
data |
Data.frame. |
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. |
GenomicRages object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.