loadmode-setter: Set loadmode of an igbTrack

Description Usage Arguments Value Author(s) See Also Examples

Description

Set the loadmode parameter of an igbTrack, controlling the specifics of how IGB loads the data when displaying the track.

Usage

1
loadmode(object, ...)<-value

Arguments

object

The Track object to alter.

...

Unused

value

The new loadmode for the track. Possible values are "NO_LOAD", "REGION_IN_VIEW", "CHROMOSOME", and "GENOME"

Value

object is altered in-place to reflect the new loadmode.

Author(s)

Gabriel Becker

See Also

loadmode

Examples

1
2
3
4
5
hsaptrk =igbTrack(genome = "H_sapiens_Feb_2009",
  uri="http://netaffxdas.affymetrix.com/quickload_data/H_sapiens_Feb_2009/cytoBand.cyt",
  loadmode="REGION_IN_VIEW", refresh=TRUE
  )
loadmode(hsaptrk) = "CHROMOSOME"

gmbecker/rigbLite documentation built on May 17, 2019, 6:44 a.m.