order_breakpoints: Order breakpoints Numerically for harmonization steps

Description Usage Arguments Examples

View source: R/exon_annotation_functions.R

Description

Order breakpoints Numerically for harmonization steps

Usage

1
order_breakpoints(brkpt, sep = "|")

Arguments

brkpt

the column name containing the breakpoint position

sep

the seperator between the two breakpoints

Examples

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)

jennylsmith/fusBreakpoint documentation built on Oct. 7, 2021, 8:04 p.m.