checkSeqDb: checkSeqDb

View source: R/report_functions.R

checkSeqDbR Documentation

checkSeqDb

Description

Given a string that denotes a genome version (e.g. hg19) returns the BSgenome object matching the genome version that are available in BSgenome::available.genomes()

Usage

checkSeqDb(genomeVersion)

Arguments

genomeVersion

String that denotes genome version. To unambigously select a BSgenome object, provide a string that matches the end of the available genomes at: BSgenome::available.genomes().

Value

Returns a BSgenome object that uniquely matches the genomeVersion.

Examples

checkSeqDb('hg19')

BIMSBbioinfo/RCAS documentation built on Feb. 7, 2024, 4:38 p.m.