Description Usage Arguments Value Author(s) References Examples
View source: R/fastaFunctions.r
The function reads a FASTA file and produces a FASTA index file as output.
1 | writeFai(infiles, outfiles)
|
infiles |
|
outfiles |
|
None.
Wolfgang Kaisers
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
1 2 3 4 5 | ## Not run:
infile <- system.file("extdata", "small.fa", package="seqTools")
writeFai(infile, "small.fa.fai")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.