RunSTAR | R Documentation |
RunSTAR This function will run STAR software
RunSTAR(sbjFile, nThreads, assemblyVersion = c("37", "38"))
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 |
Elmer A. Fernández
## Not run:
test.subject <- GetArribaRTest()
bam.subject <- RunSTAR(test.subject)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.