View source: R/samplecount_fusion_calls.R
samplecount_fusion_calls | R Documentation |
Function to identify fusions called in n samples
samplecount_fusion_calls(standardFusioncalls, numSample = 1, group)
standardFusioncalls |
A dataframe from star fusion or arriba standardized to run through the filtering steps |
numSample |
Least number of samples per group that have the fusion. Defaults to 1. |
group |
column name for grouping variable |
Fusions found in atleast n samples
out_annofuse <- system.file("extdata", "PutativeDriverAnnoFuse.tsv", package = "annoFuseData")
sfc <- read.delim(out_annofuse)
samplecount_fusion_calls(sfc, group = "Kids_First_Participant_ID")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.