kind {oligoClasses}R Documentation

Array type

Description

Retrieves the array type.

Usage

kind(object)

Arguments

object

FeatureSet or DBPDInfo object

Value

String: "Expression", "Exon", "SNP" or "Tiling"

Examples

if (require(pd.mapping50k.xba240)){
 data(sfsExample)
 Biobase::annotation(sfsExample) <- "pd.mapping50k.xba240"
 kind(sfsExample)
}

[Package oligoClasses version 1.42.0 Index]