[Bioc-sig-seq] Update only specific spaces of RangedData

Christian Ruckert cruckert at uni-muenster.de
Thu Sep 24 15:28:34 CEST 2009


I am missing a method to update only specific spaces of a RangedData object.

Let 'x' be a 'RangedData' object.

The two existing methods are:

'x[i]': Subsets 'x' by indexing into its spaces, so the result is
           of the same class, with a different set of spaces.

'x[[j]] <- value': Sets value as column 'j' in 'x', where 'j' can
           be a character, numeric, or logical scalar that indexes into
           the columns. The length of 'value' should equal 'nrow(x)'.

I am looking for a mixture of both, something like:

x[i][[j]] <- value

which actually doesn't work this way.

Any help would be appreciated,
Christian



More information about the Bioc-sig-sequencing mailing list