View source: R/constant_vaf_filter.R
sig_constant_vaf | R Documentation |
Identify Signatera Constant VAF targets
sig_constant_vaf(.data, constant_vaf_bound = 0.3)
.data |
data.frame containing alleleRatio and some grouping variables such as amplicon_id |
constant_vaf_bound |
defaults to .3. |
df with a binary labelling column "constant_vaf_target": 1 if yes, 0 if no
sig_constant_vaf(df, constant_vaf_bound = .3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.