Hi, I am improving the experimental data set colonCA, which contains the data from Alon et al. (1999, PubMed: 10359783). I am trying to figure out what should be put in the "annotation" slot of the exprSet object for such data. According to Alon 1999, they were using Affymetrix Hum6000 array, but I cannot find it in either Affymetrix website or BioConductor website. Does anyone have ideas about what it is and what we should put in the annotation slot? Thanks, Ting ______________________________________ Ting-Yuan Liu Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center Seattle, WA, USA
[Bioc-devel] annotation package for Affymetrix Hum6000 array
6 messages · Ting-Yuan Liu, James W. MacDonald, Seth Falcon +1 more
My guess is that there is a typo and that chip type is HU6800.
On Tue, Apr 25, 2006 at 10:08:13AM -0700, Ting-Yuan Liu wrote:
Hi, I am improving the experimental data set colonCA, which contains the data from Alon et al. (1999, PubMed: 10359783). I am trying to figure out what should be put in the "annotation" slot of the exprSet object for such data. According to Alon 1999, they were using Affymetrix Hum6000 array, but I cannot find it in either Affymetrix website or BioConductor website. Does anyone have ideas about what it is and what we should put in the annotation slot? Thanks, Ting
______________________________________ Ting-Yuan Liu Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center Seattle, WA, USA _______________________________________________ Bioc-devel at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
Laurent Gautier wrote:
My guess is that there is a typo and that chip type is HU6800.
No, it isn't a typo. Affy had a chip they called the Hum6000 that had about 6500 probesets on it. Following normal BioC/affy conventions, I would just put hum6000 in the annotation slot. Best, Jim
On Tue, Apr 25, 2006 at 10:08:13AM -0700, Ting-Yuan Liu wrote:
Hi, I am improving the experimental data set colonCA, which contains the data from Alon et al. (1999, PubMed: 10359783). I am trying to figure out what should be put in the "annotation" slot of the exprSet object for such data. According to Alon 1999, they were using Affymetrix Hum6000 array, but I cannot find it in either Affymetrix website or BioConductor website. Does anyone have ideas about what it is and what we should put in the annotation slot? Thanks, Ting
______________________________________ Ting-Yuan Liu Program in Computational Biology Division of Public Health Sciences Fred Hutchinson Cancer Research Center Seattle, WA, USA _______________________________________________ Bioc-devel at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
_______________________________________________ Bioc-devel at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
James W. MacDonald, M.S. Biostatistician Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623 ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues.
"James W. MacDonald" <jmacdon at med.umich.edu> writes:
Laurent Gautier wrote:
My guess is that there is a typo and that chip type is HU6800.
No, it isn't a typo. Affy had a chip they called the Hum6000 that had about 6500 probesets on it. Following normal BioC/affy conventions, I would just put hum6000 in the annotation slot.
This is what we've decided to do. Thanks, + seth
"James W. MacDonald" <jmacdon at med.umich.edu> writes:
Laurent Gautier wrote:
My guess is that there is a typo and that chip type is HU6800.
No, it isn't a typo. Affy had a chip they called the Hum6000 that had about 6500 probesets on it. Following normal BioC/affy conventions, I would just put hum6000 in the annotation slot.
I did not know (I never heard about that one).
This is what we've decided to do.
Since we are about Affymetrix chips and data, apparently there is a quirk with the example data in 'affydata' and the corresponding probe sequence package (the probe sets in the AffyBatch does not seem to match the probe sequences). I am not sure this is a big deal, but it might be handy to know for the people having code dealing with Affymetrix probe sequence and having examples for it (for example, it makes some of example in 'affypdnn' examples behave erratically). Laurent
Thanks, + seth
_______________________________________________ Bioc-devel at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
lgautier at altern.org writes:
Since we are about Affymetrix chips and data, apparently there is a quirk with the example data in 'affydata' and the corresponding probe sequence package (the probe sets in the AffyBatch does not seem to match the probe sequences). I am not sure this is a big deal, but it might be handy to know for the people having code dealing with Affymetrix probe sequence and having examples for it (for example, it makes some of example in 'affypdnn' examples behave erratically).
Can you give a bit more detail or an example?