# Get the path to the MADC file
madc_path <- system.file("iris_DArT_MADC.csv", package = "BIGr")
# Extract the read count matrices
counts_matrices <- get_countsMADC(madc_path)
# Access the reference, alternate, and size matrices
# ref_matrix <- counts_matrices$ref_matrix
# alt_matrix <- counts_matrices$alt_matrix
# size_matrix <- counts_matrices$size_matrix
rm(counts_matrices)
Run the code above in your browser using DataLab