recurrentDeletions | R Documentation |
Aggregate deletions to the gene-level when evaluating recurrence
recurrentDeletions(tx, grl, maxgap = 5000)
tx |
a |
grl |
a |
maxgap |
length-one integer vector passed to |
genes <- GRanges("chr1", IRanges(5, 10))
genes$gene_name <- "a"
gr1 <- GRanges(rep("chr1", 2), IRanges(c(4, 8), c(6, 10)), id=rep("id1", 2))
gr2 <- GRanges("chr1", IRanges(3, 9), id="id2")
grl <- GRangesList(id1=gr1, id2=gr2)
recurrentDeletions(genes, grl, maxgap=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.