FusionPlot | R Documentation |
FusionPlot This function provides gene fusion visualization
FusionPlot(sbjBamFile,gene1,gene2)
sbjBamFile |
string with full path of the processed and sorted bam file processed by RunSTAR and RunArriba |
gene1 |
string with geneID as returned by |
gene2 |
idem as gene1. If both gene1 and gene2 are set, only the fusions including those genes will be plotted |
fusions |
if missing, it will upload the Fusions.xlsx file, else excel file with the desired fusions should be provided |
savePlot |
(boolean) if plot should be saved |
runArriba
## Not run:
test.subject <- GetArribaRTest()
bam.subject <- RunSTAR(test.subject)
Fusions <- RunArriba(bam.subject)
bam.sorted.subject <- RunSortIndexBam(bam.subject)
FusionPlot(bam.sorted.subject)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.