bowtie2_index: Bowtie2 Index Generation

View source: R/bowtie_alignment.R

bowtie2_indexR Documentation

Bowtie2 Index Generation

Description

Bowtie2 Index Generation

Usage

bowtie2_index(
  SCAR_obj,
  genome_assembly,
  outdir = getwd(),
  index_name = "bowtie2_index"
)

Arguments

SCAR_obj

SCAR object.

genome_assembly

Path to genome fasta file.

outdir

Output directory for genome index.

index_name

The naming structure given to the index.


Bankso/SCAR documentation built on Aug. 20, 2022, 5:26 a.m.