Description Usage Arguments Value Author(s) Examples
A list of fSet objects can be annotated using the Oncofuse java application.
1 |
listfSet |
A list of fSets |
tissue |
Type of tissue in which the fusion was detected. EPI epithelial, HEM ematological, MES mesenchimal, AVG average expression |
org |
Supported genome assembly version. IMPORTANT: the genome version used for the fusion detection and for the oncofuse analysis need to be same |
threads |
number of threads that Oncofuse will use |
plot |
plotting the expression gain score versus the passenger mutation probability. For more info please see Shugay et al. Bioinformatics 2013:29,2539 |
type |
listfSet a list of fSet objects or coordDf a dataframe of coordinates of fusions in the format required by Oncofuse |
The output is a dataframe containing the output of Oncofuse. For more info on Oncofuse please see Shugay et al. Bioinformatics 2013, 29, 2539.
Raffaele A Calogero
1 2 3 | #tmp <- importFusionData("fusionmap", paste(find.package(package="chimera"),"/examples/mcf7.FMFusionReport", sep=""), org="hg19")
#installOncofuse()
#of.out <- oncofuseRun(tmp, tissue="EPI")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.