missing xy2i and i2xy functions
1
0
Entering edit mode
@nisha-mulakken-930
Last seen 10.1 years ago
Hi, The hgu133acdf package seems to be missing xy2i and i2xy functions. > get("xy2i", "package:hgu133acdf") Error in get(x, envir, mode, inherits) : variable "xy2i" was not found The get method works for another package: > get("xy2i", "package:hgu95av2cdf") function (x, y) { y * 640 + x + 1 } > Please let me know if this is a bug or if there is something else going on. Thank you, Nisha
cdf cdf • 882 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 12 hours ago
United States
Maybe you need to reinstall the cdfenv. get("xy2i", "package:hgu133acdf") function (x, y) { y * 712 + x + 1 } Works for me. Best, Jim James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623 >>> Nisha Mulakken <njmulakk@yahoo.com> 09/29/04 5:59 PM >>> Hi, The hgu133acdf package seems to be missing xy2i and i2xy functions. > get("xy2i", "package:hgu133acdf") Error in get(x, envir, mode, inherits) : variable "xy2i" was not found The get method works for another package: > get("xy2i", "package:hgu95av2cdf") function (x, y) { y * 640 + x + 1 } > Please let me know if this is a bug or if there is something else going on. Thank you, Nisha _______________________________________________ Bioconductor mailing list Bioconductor@stat.math.ethz.ch https://stat.ethz.ch/mailman/listinfo/bioconductor
ADD COMMENT

Login before adding your answer.

Traffic: 993 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6