# NOT RUN {
data("targets", package = "ctDNAtools")
bamN1 <- system.file("extdata", "N1.bam", package = "ctDNAtools")
## basic usage
analyze_fragmentation(bam = bamN1, targets = targets)
## more options
analyze_fragmentation(
bam = bamN1, targets = targets,
step_size = 10, window_size = 50
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab