Description Usage Arguments Examples
View source: R/exon_annotation_functions.R
Define Fusion Category for Harmonization Steps
1 | fusion_category(geneA, geneB)
|
geneA |
column name which contains the gene symbol for fusion partner A |
geneB |
column name which contains the gene symbol for fusion partner A |
1 2 3 4 5 6 7 | ## Not run:
fusion.df <- data.frame(geneNameA="NUP98", geneNameB="KDM5A", Breakpoint="chr11:0000000|chr12:0000000") %>%
rowwise() %>%
mutate(Fusion.Category=fusion_category(geneNameA, geneNameB)) %>%
ungroup()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.