# NOT RUN {
# dataset for this example
data(exampleRAD)
# merge the first three taxa into one
exampleRADm <- MergeTaxaDepth(exampleRAD, c("sample001", "sample002", "sample003"))
# inspect read depth
exampleRAD$alleleDepth[1:3,]
exampleRADm$alleleDepth[1:3,]
# }
Run the code above in your browser using DataLab