one.probeset.per.gene {SAGx} | R Documentation |
This function takes a vector of probeset identifiers, a vector of gene identifiers and a vector of present rates, and outputs the probeset id per gene that corresponds to the highest present rate.
one.probeset.per.gene(probeset = probeset, present = present, symbol = symbol)
probeset |
a vector of probeset id's |
present |
a vector of present rates |
symbol |
a vector of gene symbols |
It is assumed that missing gene symbol is coded as ""
A vector of probeset id's.
Experimental function. Feedback appreciated.
Per Broberg