View source: R/scAPAtrap_funlib.R
generateRefIndex | R Documentation |
Build the reference genome index with STAR
generateRefIndex(star.path, genome.fasta, indexdir, thread = 12, ...)
star.path |
The path of the STAR. |
genome.fasta |
The reference genome sequence file in fasta format. |
indexdir |
Directory of the reference genome index. |
thread |
Number of CPU threads, default is 12. |
... |
Arguments passed to other methods and/or advanced arguments. Advanced arguments:
|
Directory of reference genome index
star.path='/home/dell/miniconda3/envs/scAPA/bin/STAR'
genome.fasta <- '/home/aa/genome_data/mm10/Mus_musculus.GRCm38.dna.primary_assembly.fa'
indexdir <- './mm10_index/'
## Not run:
generateRefIndex(star.path, genome.fasta, indexdir, 24)
## End(Not run)
generateRefIndex(star.path, genome.fasta, indexdir, 24, notRun=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.