read_gpos | R Documentation |
Valid positional formats include data.frame with chrom and position columns, as well as VCF and BED files.
read_gpos(
gpos = NULL,
sort = TRUE,
header = TRUE,
sep = "\t",
rename = TRUE,
threads = 1
)
gpos |
Data.frame or Path to BED/VCF style files |
sort |
Sort genomic positions alphanumerically. Default TRUE |
Gpos structure: time: System time at read time origin_file_type: data.frame/vcf/bed gpos_origin: Path to gpos origin file body: Gpos body
A data.frame with genomic position information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.