| read_fasta | R Documentation | 
Accepts uncompressed and gzipped fasta files.
read_fasta(fasta_files, fai_files = NULL, cut_names = FALSE)
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   | 
A ref_genome object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.