df2gr | R Documentation |
data frame to GRanges
df2gr(
df,
seqnames.field = "seqnames",
start.field = "start",
end.field = "end",
strand.field = "strand",
ignore.strand = FALSE,
keep.extra.columns = TRUE,
starts.in.df.are.0based = FALSE
)
GRanges
Kevin Hadi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.