Hi Christoph,

Christoph Knapp wrote:
Hi all,
I'm just tried to start analysing some micro-array chips. And R was
asking for this package. When I tried to install it it says that:

Using R version 2.10.1, biocinstall version 2.5.10.
Installing Bioconductor version 2.5 packages:
[1] "hugene10stv1cdf"
Please wait...

Warning message:
In getDependencies(pkgs, dependencies, available, lib) :
  package ‘hugene10stv1cdf’ is not available

What do I wrong and where can I get this package from?

This is a Bioconductor package, so the correct list to ask this is the Bioconductor-help list, not R-help.

But what you want is

dat <- ReadAffy(cdfname="hugene10stv1.r3cdf")

and go from there. Affy has the unfortunate habit of naming related data with inconsistent names, and when I built this package last time I didn't notice the inconsistency.

Best,

Jim



Thanks

Christoph

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

--
James W. MacDonald, M.S.
Biostatistician
Douglas Lab
5912 Buhl
1241 E. Catherine St.
Ann Arbor MI 48109-5618
734-615-7826
**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to