get_base_fasta | R Documentation |
Get reference base in FASTA at genomic position
get_base_fasta(
fasta = NULL,
fai = NULL,
gpos = NULL,
sort = TRUE,
header = TRUE,
threads = 1
)
fasta |
PATH to FAI file. |
fai |
PATH to FAI file. |
gpos |
Genomic position. |
sort |
Sort genomic positions alphanumerically. Default TRUE |
threads |
Number of threads to use. Default 1 |
gpos_object structure: time: System time at read time fasta_origin: PATH to fasta origin file body: Gpos body
A fasta_object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.