bedcount_reader returns a data frame of the bedcount data

bedcount_reader(bedcount, compression = NULL, chunksize = 10000)

Arguments

bedcount

Path to bedcount file

compression

Compression type (default: NULL)

chunksize

Chunk size for reading (default: 10000)

Value

Data frame with bedcount data

Examples

if (FALSE) { # \dontrun{
data <- bedcount_reader("example.bedcount")
} # }