readFastaIndex: readFastaIndex

View source: R/methods-sequence-data.R

readFastaIndexR Documentation

readFastaIndex

Description

Read a fasta index file

Usage

readFastaIndex(fai, ...)

Arguments

fai

fasta index file

...

additional parameters to pass to GenomeInfoDb::Seqinfo

Value

Seqinfo object

Examples

fai <- system.file("extdata", "polished.fai",
       package="genecovr")
sinfo <- readFastaIndex(fai)


NBISweden/genecovr documentation built on Jan. 26, 2024, 7:15 a.m.