browserViews-methods {rtracklayer}R Documentation

Getting the browser views

Description

Methods for getting browser views.

Methods

The following methods are defined by rtracklayer.
object = "ucscSession"
Gets the instances of browserView in the session.
object = "argoSession"
Gets the instances of browserView in the session.

See Also

browserView for creating a browser view.

Examples

## Not run: 
session <- browseGenome()
browserViews(session)
## End(Not run)

[Package rtracklayer version 1.2.2 Index]