getBowtieReference: Builds and gets a Bowtie reference

View source: R/app-mapping.R

getBowtieReferenceR Documentation

Builds and gets a Bowtie reference

Description

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

Usage

getBowtieReference(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 Bowtie 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)
getBowtieReference(param)

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