controlStatus {limma} | R Documentation |
Determine the type (or status) of each spot in the gene list.
controlStatus(types, genes)
types |
dataframe containing spot type specifiers, usually input using readSpotTypes |
genes |
dataframe containing gene IDs and Names, or an RGList or MAList containing this dataframe |
This function matches up the regular expressions associated with spot types with the gene list.
Character vector specifying the type (or status) of each spot on the array
Gordon Smyth
An overview of LIMMA functions for reading data is given in 3.ReadingData.