Description Usage Arguments Examples
View source: R/somatic_features.R
Determine if both breakpoints are within the same feature element
1 | sameFeatureElement(query, feature, feature.name)
|
query |
A GRanges object containing breakpoint 1 with a GRanges for breakpoint 2 in a metadata column caled linked.to |
feature |
A GRanges object containing the feature of interest. |
feature.name |
A character vector of length 1 indicating the name of the feature being evaluated. This value is only used to create the output table. |
1 2 3 | data(test_sv)
data(tad)
sameFeatureElement(query = test_sv, feature = tad, feature.name = 'tad')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.