R-packages
2
0
Entering edit mode
@roland1sboxtugrazat-74
Last seen 9.6 years ago
Hello, I'm a student at Zlatko Trajanoski's Bioinformatics-Workgroup at the University of Technology Graz, Austria. My master thesis deals with normalisation methods for cDNA-microarrays and statistical analysis. The goal is to implement a free Java-library (and additionally a GUI) to do these steps of processing. I've searched through many parts of R-code (marray* - packages) and that's exactly what i need (input, plotting, normalize,...). But how can i translate/convert the R-code into Java-code without proper knowledge about the R-language? Have you got any experience with such problems? Any further information would help me! Thanks a lot for reading my mail, best regards, Roland Pieler
• 928 views
ADD COMMENT
0
Entering edit mode
@wolfgang-huber-3550
Last seen 15 days ago
EMBL European Molecular Biology Laborat…
Hi, >The goal is to implement a free Java-library (and additionally a GUI) to do >these steps of processing. >But how can i translate/convert the R-code into Java-code without proper >knowledge about the R-language? Why would anyone want to do that? Sounds like reinventing the wheel. A better approach seems to be to write your GUI and DB interface in Java, and then call the R engine with the appropriate R-libraries to do the hard work. R offers infrastructure for that, see SJava (http://www.omegahat.org/download/R/packages/), although I have no significant experience with that. Best regards Wolfgang Dr. Wolfgang Huber http://www.dkfz.de/abt0840/whuber Tel +49-6221-424709 Fax +49-6221-42524709 DKFZ Division of Molecular Genome Analysis 69120 Heidelberg Germany
ADD COMMENT
0
Entering edit mode
@friedrichleischcituwienacat-7
Last seen 9.6 years ago
>>>>> On Thu, 12 Sep 2002 11:48:26 +0200 (MEST), >>>>> roland1 (r) wrote: > Hello, > I'm a student at Zlatko Trajanoski's Bioinformatics-Workgroup at the > University of Technology Graz, Austria. > My master thesis deals with normalisation methods for cDNA- microarrays and > statistical analysis. > The goal is to implement a free Java-library (and additionally a GUI) to do > these steps of processing. > I've searched through many parts of R-code (marray* - packages) and that's > exactly what i need (input, plotting, normalize,...). > But how can i translate/convert the R-code into Java-code without proper > knowledge about the R-language? Hmm, don't think one can translate between two languages without knowing both ... > Have you got any experience with such problems? > Any further information would help me! Why would you want to re-create the stuff that's already in R? Wouldn't it be better to build on top of what we already have in R? Is a RJava interface that allows to got from R to Java and back, hence you can embed R in Java, so building a Java GUI on top of R is possible. Best, Fritz Leisch -- ------------------------------------------------------------------- Friedrich Leisch Institut für Statistik Tel: (+43 1) 58801 10715 Technische Universität Wien Fax: (+43 1) 58801 10798 Wiedner Hauptstraße 8-10/1071 Friedrich.Leisch@ci.tuwien.ac.at A-1040 Wien, Austria http://www.ci.tuwien.ac.at/~leisch -------------------------------------------------------------------

Login before adding your answer.

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