View source: R/Filtering_VAF_Threshold.R
Filtering_VAF_Threshold | R Documentation |
We determine the number of mutated cells for a given variant using a vector of VAF thresholds.
Filtering_VAF_Threshold(SE, variant = NULL, thresholds = NULL, verbose = TRUE)
SE |
SummarizedExperiment object. |
variant |
Which variant should be evaluated? Cannot be more than 1 variant at a time. |
thresholds |
The thresholds to be evaluated. Default between 0.01 and 0.99 in steps of 0.01. |
verbose |
Should the function be verbose? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.