# Regions identified using 'identifySTRs()'
data("identifiedSTRs")
# Aggregate the strings
stringCoverage(
extractedReadsListObject = identifiedSTRs,
flankingRegions = flankingRegions,
control = stringCoverage.control(
numberOfThreads = 1,
trace = FALSE,
simpleReturn = TRUE
)
)
Run the code above in your browser using DataLab