View source: R/helpers_general.R
defGR | R Documentation |
Helper to construct GRanges with additional metadata columns.
defGR(
x,
ID,
score,
strand_info = "+",
type = "deletion",
originally = "",
replacement = ""
)
x |
( |
ID |
(string) |
score |
(numeric) scores from the alignments |
strand_info |
(string) Either '+', '-' |
type |
(string) |
originally |
(string) Base pairs on the amplicon. |
replacement |
(string) Base pairs on the read. |
(GRanges
) Object with meta-data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.