Description Usage Arguments Value Examples
View source: R/subtract_VRanges.R
Identifies features from B that overlap with A, removes the overlapping features from A and returns the remaining portion of A. If both A and B are VRanges objects, then this function is allele specific.
1 | subtract_VRanges(A, B)
|
A |
|
B |
|
This function returns VRanges
object A with alleles from VRanges
object B filtered out
1 2 3 4 | ## Not run:
variants <- subtract_VRanges(A = variants, B = flagged_alleles)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.