getBismarkReference: Builds and gets a Bismark reference

View source: R/app-mapping.R

getBismarkReferenceR Documentation

Builds and gets a Bismark reference

Description

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

Usage

getBismarkReference(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 Bismark 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)
getBismarkReference(param)

uzh/ezRun documentation built on March 5, 2025, 3:41 p.m.