read_fasta | R Documentation |
Read reference genome fasta file
read_fasta(fasta = NULL, fai = NULL, sort = TRUE, threads = 1)
fasta |
PATH to FASTA file |
fai |
PATH to FAI file. If not given assumes same directory as fasta file |
sort |
Sort genomic positions alphanumerically. Default TRUE |
threads |
Number of threads to use. Default 1 |
fasta object structure: time: System time at read time fasta_origin: PATH to fasta origin file body: Fasta body
A fasta_object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.