subsetting {beadarray}R Documentation

Subset BeadLevelList, BeadSummaryList

Description

Extract a subset of an BeadLevelList or BeadSummaryList

Usage

object[i, j]

Arguments

object object of class BeadLevelList or BeadSummaryList
i,j elements to extract. i subsets the genes or spots while j subsets the arrays

Details

i,j may take any values acceptable for the matrix components of object. See the Extract help entry for more details on subsetting matrices.

Value

An object of the same class as object holding data from the specified subset of genes and arrays.

Author(s)

Gordon Smyth, modified by Mike Smith for BeadSummaryList object

See Also

Extract in the base package.


[Package beadarray version 1.0.0 Index]