Learn R Programming

oligo (version 1.36.1)

kind: Array type

Description

Retrieves the array type.

Usage

kind(object)

Arguments

object
FeatureSet or DBPDInfo object

Value

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

Examples

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

Run the code above in your browser using DataLab