Displaying 2 results from an estimated 2 matches for "biological_process".
2005 Feb 11
2
Notes on bug reports 3229 and 3242 - as.matrix.data.frame
Hello R developers.
I encountered the same problem as Uwe Ligges with as.matrix.data.frame()
in bug reports 3229 and 3242 - under section not-reproducible.
Example I have is:
> tmp
level 2100-D
1 biological_process unknown NA
2 cellular process -5.88
3 development -8.42
4 physiological process -6.55
5 regulation of biological process NA
6 viral life cycle NA
> str(tmp)
`data.frame': 6 obs. of 2 variables:
$ level :...
2005 Feb 11
2
Notes on bug reports 3229 and 3242 - as.matrix.data.fram e
...;
> > I encountered the same problem as Uwe Ligges with
> as.matrix.data.frame()
> > in bug reports 3229 and 3242 - under section not-reproducible.
> >
> > Example I have is:
> >
> >> tmp
> > level 2100-D
> > 1 biological_process unknown NA
> > 2 cellular process -5.88
> > 3 development -8.42
> > 4 physiological process -6.55
> > 5 regulation of biological process NA
> > 6 viral life cycle NA
> >
> >>...