View source: R/methods-sequence-data.R
readFastaIndex | R Documentation |
Read a fasta index file
readFastaIndex(fai, ...)
fai |
fasta index file |
... |
additional parameters to pass to GenomeInfoDb::Seqinfo |
Seqinfo object
fai <- system.file("extdata", "polished.fai",
package="genecovr")
sinfo <- readFastaIndex(fai)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.