read_pileup | R Documentation |
Read reference genome fasta file
read_pileup(
pileup = NULL,
header = TRUE,
sep = "\t",
rename = TRUE,
sort = TRUE,
threads = 1
)
sort |
Sort genomic positions alphanumerically. Default TRUE |
threads |
Number of threads to use. Default 1 |
fasta |
PATH to FASTA file |
fai |
PATH to FAI file. If not given assumes same directory as fasta file |
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.