| Bioinformatics Toolbox | ![]() |
Look up gene name for probe set
probesetlookup(AFFYStruct, ID)
probesetlookup(AFFYStruct, Name)
[Name, NDX, Description, Source, SourceURL] =
probesetlookup(...)
probesetlookup(AFFYStruct, ID) returns the gene name for a probe set ID from a CHP or CDF structure (AFFYStruct).
probesetlookup(AFFYStruct, Name) returns the probe set ID for a gene name (Name) from a CHP or CDF structure (AFFYStruct).
[Name, NDX, Description, Source, SourceURL] = probesetlookup(...) returns the name, index into the CHP or CDF struct, , description, source, and source URL and for the probe set.
chpStruct = affyread('Drosophila-121502.chp',...
'D:\Affymetrix\LibFiles\DrosGenome1')
probesetlookup(chpStruct,'AFFX-YEL018w/_at')
Bioinformatics Toolbox functions affyread, probesetlink, probesetplot
| probesetlink | probesetplot | ![]() |
© 1994-2005 The MathWorks, Inc.