RunSTARforARRIBA | R Documentation |
RunSTARforARRIBA This function will run STAR software based on GenomeDB
RunSTARforARRIBA(sbjFile, nThreads, version = "GRCh38+GENECODE")
sbjFile |
string with the full path and name of the xxxx_1_fastq or gz sequence file. This function only support paired data |
nThreads |
number of CPUs threads |
In order to look for gene fusions with the ARRIBA software, the STAR aligner should be run with special parameters. The RunSTARforARRIBA function performe such task.
Elmer A. Fernández
## Not run:
test.subject <- GetArribaRTest()
bam.subject <- RunSTAR2(test.subject)
##to display the genome and annotation version
attr(out.file,"GenomeDB")
##to display the elapsed time of the STAR run
attr(out.file,"ElapsedTime")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.