#Example
#Example MADC
madc_file <- system.file("example_MADC_FixedAlleleID.csv", package="BIGr")
#Remove mhaps exceeding 3 per target region including the ref and alt target mhaps
filtered_df <- filterMADC(madc_file,
min.mean.reads = NULL,
max.mean.reads = NULL,
max.mhaps.per.loci = 3,
min.reads.per.site = 1,
min.ind.with.reads = NULL,
target.only = FALSE,
n.summary.columns = NULL,
output.file = NULL)
Run the code above in your browser using DataLab