Description Usage Arguments Value
Flag alleles that are present in too many samples at high variant allele frequencies as potential errors.
1 2 3 4 5 6 | flag_alleles(
variants,
metadata = FALSE,
starting_percentile = 99,
interval = 0.001
)
|
variants |
|
metadata |
Logical. Determine whether or not to keep the metadata (annotations) when returning flagged alleles |
starting_percentile |
Lower VAF percentile to start looking for alleles to flag. Default is 99, but can use 95 if you want to flag more alleles (more conservative) |
interval |
VAF interval to iterate through for flagging alleles. Default is 0.001 |
This function returns a VRanges
object with the following information:
seqnames
ranges
ref
alt
refdepth
altdepth
sampleNames
metadata (optional)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.