# NOT RUN {
bedfile <- system.file("extdata", "example-missing.bed", package = "bigsnpr")
obj.bed <- bed(bedfile)
bed_counts(obj.bed, ind.col = 1:5)
bed_counts(obj.bed, ind.row = 1:5, byrow = TRUE)
# }
Run the code above in your browser using DataLab