Learn R Programming

cpp11bigwig (version 0.1.1)

read_bigbed: Read data from bigBed files.

Description

Read data from bigBed files.

Usage

read_bigbed(bbfile, chrom = NULL, start = NULL, end = NULL, convert = TRUE)

Value

tibble

Arguments

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

See Also

Examples

Run this code
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