uri-setter: Set the URI value of an object

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

Description

Set the URI value on an object.

Usage

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

Arguments

object

The object to alter

...

Additional arguments for individual methods

value

New value for the uri of the object.

Details

This function is a generic setter function for uri. It alters the object in place.

Value

Modifies object in-place.

Author(s)

Gabriel Becker

See Also

uri igbTrack

Examples

1
2
3
4
5
6
7
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
  )
uri(hsaptrk) <-
"http://netaffxdas.affymetrix.com/quickload_data/H_sapiens_Feb_2009/chr3.bnib"
uri(hsaptrk)

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