getBWAReference: Builds and gets a BWA reference

View source: R/app-mapping.R

getBWAReferenceR Documentation

Builds and gets a BWA reference

Description

Builds and gets a BWA reference by returning the file path to it.

Usage

getBWAReference(param)

Arguments

param

a list of parameters:

  • ezRef@refIndex a character specifying the location of the index that is used in the alignment.

  • ezRef@refBuildDir a character specifying the directory of the reference build.

  • ezRef@refFastaFile a character specifying the file path to the fasta file.

Value

Returns a character specifying the file path to the BWA indexed reference genome.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

ls = list('refBuild' = 'Schizosaccharomyces_pombe/Ensembl/EF2/Annotation/Version-2013-03-07')
param = ezParam(userParam = ls)
getBWAReference(param)

uzh/ezRun documentation built on April 14, 2024, 5:09 a.m.