read_bigbed | R Documentation |
Read data from bigBed files.
read_bigbed(bbfile, chrom = NULL, start = NULL, end = NULL, convert = TRUE)
bbfile |
filename for bigBed file |
chrom |
read data for specific chromosome |
start |
start position for data |
end |
end position for data |
convert |
convert bigBed values to individual columns |
tibble
https://github.com/dpryan79/libBigWig
https://github.com/brentp/bw-python
bb <- system.file("extdata", "test.bb", package = "cpp11bigwig")
read_bigbed(bb)
read_bigbed(bb, chrom = "chr10")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.