View source: R/deletion-utils.R
isNotGermline | R Documentation |
In our application, all_filters
is a GRanges
object
comprised of germline CNVs and sequence filters. The latter is a
collection of 1kb bins (reduced) that have low mappability (< 0.75)
and/or low GC content (< 0.1). For each interval in the candidate
somatic GRanges
object (g
), we compute the fraction
of the interval spanned by the germline filters. If the fraction
of the candidate somatic variant spanned by the germline filter is
less than max_proportion_in_filter
AND the width not spanned
by the germline filters is less than min_width
, this
function evaluates to TRUE
.
isNotGermline(g, all_filters, param = DeletionParam())
g |
a |
all_filters |
a |
param |
an instance of |
a locical vector having the same length as g
See DeletionParam
for default values of
max_proportion_in_filter
and min_width
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.