configuraing goCluster
2
0
Entering edit mode
@madhurima-bhattacharjee-1465
Last seen 9.6 years ago
Hello everybody, I am trying to use goCluster for microarray data analysis. I am stuck in the configuration step. when I am using the following command: benomyl <-new("goCluster"), I am getting the error as mentioned below: Error in getClass(Class, where = topenv(parent.frame())) : "goCluster" is not a defined class I have extracted the Win-32 package of goCluster in the R library. I am new to R language and cant proceed further. Can anyone kindly help me? Thanks and Regards, Madhurima Bhattacharjee.
Microarray goCluster Microarray goCluster • 934 views
ADD COMMENT
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.6 years ago
Hi there, On 20 Oct 2005, madhurima_b at persistent.co.in wrote: > Hello everybody, > > I am trying to use goCluster for microarray data analysis. > I am stuck in the configuration step. > when I am using the following command: > benomyl <-new("goCluster"), > I am getting the error as mentioned below: > Error in getClass(Class, where = topenv(parent.frame())) : > "goCluster" is not a defined class > > I have extracted the Win-32 package of goCluster in the R library. Hmm, that sounds like you unzipped something in the library rather than using R to install the package. Have a look at the R FAQ (http://cran.r-project.org/faqs.html) for details about how to install external packages. Then reinstall (or install for the first time ;-), then do library(goCluster) and then see how you do. > I am new to R language and cant proceed further. > Can anyone kindly help me? You would be well served to read over the intro to R documentation and FAQs. + seth
ADD COMMENT
0
Entering edit mode
@gunnar-wrobel-829
Last seen 9.6 years ago
Hi Madhurima, I assume you did not load the library. Just execute library("goCluster") in order to load the package. After that benomyl <-new("goCluster") should work. Cheers Gunnar madhurima bhattacharjee wrote: >Hello everybody, > >I am trying to use goCluster for microarray data analysis. >I am stuck in the configuration step. >when I am using the following command: > benomyl <-new("goCluster"), >I am getting the error as mentioned below: >Error in getClass(Class, where = topenv(parent.frame())) : > "goCluster" is not a defined class > >I have extracted the Win-32 package of goCluster in the R library. >I am new to R language and cant proceed further. >Can anyone kindly help me? > >Thanks and Regards, >Madhurima Bhattacharjee. > >_______________________________________________ >Bioconductor mailing list >Bioconductor at stat.math.ethz.ch >https://stat.ethz.ch/mailman/listinfo/bioconductor > > > >
ADD COMMENT

Login before adding your answer.

Traffic: 706 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