powered by
Read data from bigBed files.
read_bigbed(bbfile, chrom = NULL, start = NULL, end = NULL, convert = TRUE)
tibble
filename for bigBed file
read data for specific chromosome
start position for data
end position for data
convert bigBed values to individual columns
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")
Run the code above in your browser using DataLab