read_fasta {jackalope} | R Documentation |
Read a fasta file.
Description
Accepts uncompressed and gzipped fasta files.
Usage
read_fasta(fasta_files, fai_files = NULL, cut_names = FALSE)
Arguments
fasta_files |
File name(s) of the fasta file(s). |
fai_files |
File name(s) of the fasta index file(s).
Providing this argument speeds up the reading process significantly.
If this argument is provided, it must be the same length as the |
cut_names |
Boolean for whether to cut chromosome names at the first space.
This argument is ignored if |
Value
A ref_genome
object.
[Package jackalope version 1.1.5 Index]