View source: R/amplicon-utils.R
focalAmpliconDupRanges | R Documentation |
Select all duplicated segments (see isDuplication
) less than 'maxgap'
kb from the seed amplicons of the graph that are not within a germline CNV or
outlier. Germline CNVs and outliers can be conveniently extracted from the
graph object as given in the examples.
focalAmpliconDupRanges(object, params)
object |
A |
params |
a list of parameters such as that generated by |
a reduced GRanges
of lower-copy amplicons
ampliconParams
## load a previously saved AmpliconGraph from a regression unit test
## Not run:
path <- system.file("testthat", package="trellis")
ag <- readRDS(file.path(path, "addFocalDups.ffab104.rds"))
params <- ampliconParams()
focalAmpliconDupRanges(ag, params)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.