bubbles-methods: Compute the bubbles of a splicing graph

Description Usage Arguments Details Value Author(s) See Also Examples

Description

bubbles computes the bubbles of the splicing graph of a given gene from a SplicingGraphs object.

Usage

1
2
3

Arguments

x

A SplicingGraphs object of length 1.

Details

TODO

Value

TODO

Author(s)

H. Pagès

See Also

This man page is part of the SplicingGraphs package. Please see ?`SplicingGraphs-package` for an overview of the package and for an index of its man pages.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
example(SplicingGraphs)  # create SplicingGraphs object 'sg'
sg

## 'sg' has 1 element per gene and 'names(sg)' gives the gene ids.
names(sg)

plot(sgraph(sg["geneA"], tx_id.as.edge.label=TRUE))
bubbles(sg["geneA"])

plot(sgraph(sg["geneB"], tx_id.as.edge.label=TRUE))
bubbles(sg["geneB"])

plot(sgraph(sg["geneD"], tx_id.as.edge.label=TRUE))
bubbles(sg["geneD"])

SplicingGraphs documentation built on Nov. 8, 2020, 5:58 p.m.