score {IRanges}R Documentation

Score accessor and setter

Description

Gets and sets the score of an object.

Usage

  score(x, ...)
  score(x, ...) <- value

Arguments

x An object to get or set the score value of.
value A new score value.
... Additional arguments.

[Package IRanges version 1.6.16 Index]