Description Usage Arguments Value
Find overlaps between genomic features and SV breakpoints;
1 | geneBreakOverlap(ggr, svgr)
|
ggr |
(S4) a GenomicRanges object containing gene annotations. It is crutial that the genome version 'genesgr' and the input 'sv' are the same. The GRanges object must contain 'strand' and a metadata field 'gene_id' with unique values. Seqnames are expected in the format (chr1, chr2, ...). |
svgr |
(S4) a GenomicRanges object containing SV breakpoint ends. Metadata must contain 'rowid' and 'sampleid' fields. Seqnames are expected in the format (chr1, chr2, ...). Used by 'svc.break.annot' and 'cnv.break.annot' |
a list containing teo lists: geneBreaks, geneSamples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.