RunARRIBA | R Documentation |
RunARRIBA this function will run the gene fusion detection ARRIBA software
RunARRIBA(sbjBamFile, allProteinPredictions = FALSE)
sbjBamFile |
string with the full file name of the subject BAM file |
allProteinPredictions |
if TRUE it will generate all the prediction of the discarded file. It may generate a very big discarded file. it is similar to set -X in the Arriba software |
a data frame with the identified fusions https://arriba.readthedocs.io/en/latest/output-files/see details in Arriba output files
https://genome.cshlp.org/content/early/2021/02/11/gr.257246.119Uhrig et al.
runSTAR()
## Not run:
test.subject <- GetArribaRTest()
bam.subject <- RunSTAR(test.subject)
Fusions <- RunARRIBA(bam.subject)
View(Fusions)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.