Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

layTrack-methods

Laying tracks


Description

Methods for loading tracks into genome browsers.

Usage

track(object, ...) <- value

Arguments

object

A BrowserSession into which the track is loaded.

value

The track(s) to load.

...

Arguments to pass on to methods. Can be:

  • nameThe name(s) of the track(s) being loaded.

  • viewWhether to create a view of the track after loading it.

See Also

track for getting a track from a session.

Examples

## Not run: 
  session <- browserSession()
  track <- import(system.file("tests", "v1.gff", package = "rtracklayer"))
  track(session, "My Track") <- track

## End(Not run)

rtracklayer

R interface to genome annotation files and the UCSC genome browser

v1.50.0
Artistic-2.0 + file LICENSE
Authors
Michael Lawrence, Vince Carey, Robert Gentleman
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.