Description Usage Arguments Examples
View source: R/exon_annotation_functions.R
Order breakpoints Numerically for harmonization steps
1 | order_breakpoints(brkpt, sep = "|")
|
brkpt |
the column name containing the breakpoint position |
sep |
the seperator between the two breakpoints |
1 2 3 4 5 6 7 8 | ## Not run:
fusion.df <- data.frame(geneNameA="NUP98", geneNameB="KDM5A", Breakpoint="chr12:0000000|chr11:0000000") %>%
rowwise() %>%
mutate(Breakpoint.Ordered=order_breakpoints(Breakpoint)) %>%
ungroup()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.