| dtgr | R Documentation | 
Takes as input a data.table which must have the fields: start, end, strand, seqnames. All of the remaining fields are added as meta data to the GRanges
dtgr(dt)
| dt | data.table to convert to GRanges | 
GRanges object of length = nrow(dt)
## Not run: r <- dtgr(data.table(start=1, seqnames="X", end=2, strand='+'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.