Description Usage Arguments Value Examples
View source: R/intersect_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 | intersect_VRanges(A, B)
|
A |
|
B |
|
This function returns VRanges
object A retaining only the alleles that overlap with VRanges
object B.
1 2 3 4 | ## Not run:
variants <- intersect_VRanges(A = variants, B = positions_of_interest)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.