probeNames {oligo}R Documentation

Accessor to feature names

Description

Accessors to featureset names.

Usage

probeNames(object, subset = NULL, ...)
probesetNames(object, ...)

Arguments

object

FeatureSet or DBPDInfo

subset

not implemented yet.

...

Arguments (like 'target') passed to downstream methods.

Value

probeNames returns a string with the probeset names for *each probe* on the array. probesetNames, on the other hand, returns the *unique probeset names*.


[Package oligo version 1.57.0 Index]