View source: R/bowtie_alignment.R
Bowtie2 Index Generation
1 2 3 4 5 6 | bowtie2_index(
zent_obj,
genome_assembly,
outdir = getwd(),
index_name = "bowtie2_index"
)
|
zent_obj |
Zent object. |
genome_assembly |
Path to genome fasta file. |
outdir |
Output directory for STAR genome index. |
index_name |
The naming structure given to the index. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.