View source: R/fusion_multifused.R
fusion_multifused | R Documentation |
Function to identify fusions called by at least n callers
fusion_multifused(standardFusioncalls, limitMultiFused = 3)
standardFusioncalls |
A dataframe from star fusion or arriba standardized to run through the filtering steps |
limitMultiFused |
Integer to identify a limit of times a gene can be fused per sample |
Fusions where gene partner(s) is multifused per sample
out_annofuse <- system.file("extdata", "PutativeDriverAnnoFuse.tsv", package = "annoFuseData")
sfc <- read.delim(out_annofuse, stringsAsFactors = FALSE)
sfc_multifused <- fusion_multifused(sfc, limitMultiFused = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.