[BioC] trouble with rhdf5 and hdf5.datasets

Vincent Carey 525-2265 stvjc@channing.harvard.edu
Sun, 21 Jul 2002 10:12:33 -0400 (EDT)


> >
> > do.call("$", list("mad", "chip1"))
> NULL

here you want to refer to mad, not its name, do not use "mad"

do.call("$", list(mad, "chip1"))

should work

also i have noted that there is a problem in some of the
doc -- specifically the man page for
hdf5.open -- that refers to hdf5.create.group.
the latter has been supplanted, it seems, by hdf5.group.

i did reproduce your segfault, that needs to be looked at.
unfortunately the weather here is very nice....