View source: R/genomics_files_utils.R
read_bed | R Documentation |
Import a bed file into R as a tibble
read_bed(path, header)
path |
Path to bed file in your system specified as character |
header |
Is the bed file first line specifying the column names? |
If header = F
than the UCSC official bed files column names are added.
A tibble
read_bed(path = 'path/to/bed/file', header = F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.