Learn R Programming

seqTools (version 1.6.0)

writeFai: writeFai: Create FASTA index file.

Description

The function reads a FASTA file and produces a FASTA index file as output.

Usage

writeFai(infiles, outfiles)

Arguments

infiles
character. Vector of FASTA file names for which FASTA index is to be written.
outfiles
character. Vector file names for writing FASTA index to.

Value

References

Cock PJA, Fields CJ, Goto N, Heuer ML, Rice PM The sanger FASTQ file format for sequences with quality scores and the Solexa/Illumina FASTQ variants. Nucleic Acids Research 2010 Vol.38 No.6 1767-1771

Examples

Run this code
## Not run: 
# infile <- system.file("extdata", "small.fa", package="seqTools")
# writeFai(infile, "small.fa.fai")
# ## End(Not run)

Run the code above in your browser using DataLab