buildGRangesObj | R Documentation |
Build Genomic Ranges from data.frame
buildGRangesObj(
df,
keep.extra.columns = T,
seqnames.field = "chr",
start.field = "start",
end.field = "end",
starts.in.df.are.0based = FALSE,
strand.field = "strand"
)
keep.extra.columns |
Default TRUE |
seqnames.field |
Default "chr" |
start.field |
Default "start" |
end.field |
Default "end" |
starts.in.df.are.0based |
Default FALSE |
strand.field |
Default "strand" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.