View source: R/called_by_n_callers.R
called_by_n_callers | R Documentation |
Function to identify fusions called by at least n callers
called_by_n_callers(standardFusioncalls, numCaller)
standardFusioncalls |
A dataframe from star fusion or arriba standardized to run through the filtering steps |
numCaller |
Least number of callers that have the fusion |
Fusions called by n callers
out_annofuse <- system.file("extdata", "PutativeDriverAnnoFuse.tsv", package = "annoFuseData")
sfc <- read.delim(out_annofuse)
sfc_called <- called_by_n_callers(sfc, numCaller = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.