Description Usage Arguments Examples
View source: R/somatic_features.R
Compute all features for pairs of breakpoints
1 | allFeatures(query, subject, queryInSubject)
|
query |
A Granges object containing breakpoints for which to compute features from |
1 2 3 4 5 6 | data(test_sv)
data(pcawg_sv_setA)
allFeatures(query = test_sv,
subject = pcawg_sv_setA,
queryInSubject = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.