View source: R/scAPAtrap_funlib.R
generateAlignBam | R Documentation |
Align the sequence to the reference genome with STAR
generateAlignBam(star.path, indexdir, input.seq, prefix, thread = 12, ...)
star.path |
The path of the STAR. |
indexdir |
Directory of reference genome index. |
input.seq |
Input fastq file. |
prefix |
The prefix of the output file name. |
thread |
Number of CPU threads, default is 12. |
... |
Arguments passed to other methods and/or advanced arguments. Advanced arguments:
|
star.path='/home/dell/miniconda3/envs/scAPA/bin/STAR'
indexdir <- "./"
input.seq <- 'SRR1610598_2.extracted.fastq'
## Not run:
generateAlignBam(star.path, indexdir, input.seq, prefix='./BAM/rep1',12)
## End(Not run)
generateAlignBam(star.path, indexdir, input.seq, prefix='./BAM/rep1', notRun=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.