read_bed | R Documentation |
bed structure: time: System time at read time bed_origin: Path to BED origin file body: BED body
read_bed(
bed = NULL,
sep = "\t",
header = TRUE,
rename = TRUE,
sort = FALSE,
threads = 1
)
bed |
Path to the BED file |
sep |
File separator |
header |
File contains header. Default TRUE |
rename |
Rename BED column names to standard BED file format. |
A list with time, body,bed_origin information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.