Re: [R] error using the huge R package

2015-05-14 Thread David Winsemius
On May 13, 2015, at 3:45 PM, Juan Fernandez wrote: > Dear List > > I am trying to do an association network using some expression data I have, > the data is really huge: 300 samples and ~30,000 genes. I would like to apply > a gaussian graphical model to my data using the huge R package. > >

[R] error using the huge R package

2015-05-13 Thread Juan Fernandez
Dear List I am trying to do an association network using some expression data I have, the data is really huge: 300 samples and ~30,000 genes. I would like to apply a gaussian graphical model to my data using the huge R package. Here is the code I am using > dim(data) #[1] 317 32200 > huge.out