| kind {oligoClasses} | R Documentation |
Retrieves the array type.
kind(object)
object |
FeatureSet or DBPDInfo object |
String: "Expression", "Exon", "SNP" or "Tiling"
if (require(pd.mapping50k.xba240)){
data(sfsExample)
annotation(sfsExample) <- "pd.mapping50k.xba240"
kind(sfsExample)
}