View source: R/groupcount_fusion_calls.R
groupcount_fusion_calls | R Documentation |
Function to identify fusions called by at least n callers
groupcount_fusion_calls(standardFusioncalls, group, numGroup)
standardFusioncalls |
A dataframe from star fusion or arriba standardized to run through the filtering steps |
group |
column name in input standard fusion calls that should be used to identify subset the sample belongs to in the cohort |
numGroup |
Least number of groups that have the fusion to categories as false call in cohort |
Fusions found in more than n groups in cohort
out_annofuse <- system.file("extdata", "PutativeDriverAnnoFuse.tsv", package = "annoFuseData")
sfc <- read.delim(out_annofuse)
sfc_groupcount <- groupcount_fusion_calls(sfc, group = "Sample", 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.