search for: ruau

Displaying 9 results from an estimated 9 matches for "ruau".

Did you mean: rau
2008 Aug 15
0
Ph.D. position at RWTH Aachen
...es (1) genetic programs that determine cell identity and developmental potential, with a focus on hematopoietic stem cells and their differentiated progeny, and (2) stem cell reprogramming and induction of pluripotency (Hacker et al., Nat. Immunol. 2003; Hieronymus et al., J. Immunol. 2005; Ruau et al., Stem Cells 2008; Kim et al., Nature 2008). AICES was established in 2007 as RWTH Graduate School within the Excellence Initiative of the Federal Government of Germany. Qualifications and experience: The successful candidates should have experience with standard techniques in bioinf...
2005 Jul 20
0
writing matrices (no subject)
...uble). Function for writing ARFF files from the R statistical package (kindly provided by Nigel Sim). http://www.cs.waikato.ac.nz/~ml/weka/example_code/writearff.R I have not tried it myself. Andy PS: AFAIK, ARFF is not a binary format, but simply csv with header information. > From: David Ruau > > Thanks for your answers, > I need to print this data frame into a .csv file to import it in WEKA. > Do you have better solution? > I quite a new user of WEKA I don't know if you can give it a binary > file. I think you can but it will be complicated... > > David &...
2005 Jul 20
2
(no subject)
Hi All, I want to print a square matrix of 7000 x 7000 into a text file. But I got a error after few hours of computation... -------- > write.table(MyDistMxDF, file = "temp.csv", sep=",", quote=F) *** malloc: vm_allocate(size=8421376) failed (error code=3) *** malloc[2889]: error: Can't allocate region Error: vector memory exhausted (limit reached?) *** malloc:
2005 Oct 19
2
Error in opening .RData containing a genefilter object
Hi, I discover that when I save a workspace containing a genefilter (pkg from Bioconductor) object I cannot open no more after. I have to restore the .RData file from a backup to be able to start R again. I didn't upgrade to Version 2.2 but I'm not sure that it will solve the problem. Did anyone have encounter the same problem? Below is a short r session to reproduce the error: ...
2005 Mar 25
0
Does R work in 64 bit on apple G5
On 24/03/2005, at 10:10 PM, David Ruau wrote: > I am working with R on 2xG5 1.8Ghz from Apple under 10.3.8 > The G5 chip is 64 bits but does R run in 64 bit or 32 under OS X? > How can know? > I think it run in 32 bits... but not sure... > It is not possible to build and run 64bit apps in MacOS X under 10.3.x. The prob...
2006 Feb 08
1
last command history???
Hi, I am using R 2.2.0 on Mac OS X 10.3.9. But I test the issue also with R 2.2.1 on OS X 10.4 (Tiger) I have a question regarding the functioning of the history from the command line. When I press the 'up-arrow' I call back the last command (everything ok), let's say that I go back until the level n-5, but when I get down to return to the empty line, I cannot reach the empty
2010 Jul 11
1
RSQLite install R x86_64 fail
...stored] > biocLite("RSQLite") Using R version 2.11.1, biocinstall version 2.6.7. Installing Bioconductor version 2.6 packages: [1] "RSQLite" Please wait... Warning in install.packages(pkgs = pkgs, repos = repos, ...) : argument 'lib' is missing: using '/Users/druau/R/x86_64-apple-darwin10.4.0-library/2.11' trying URL 'http://cran.fhcrc.org/src/contrib/RSQLite_0.9-1.tar.gz' Content type 'application/x-gzip' length 1402602 bytes (1.3 Mb) opened URL ================================================== downloaded 1.3 Mb * installing *source* pa...
2005 Apr 05
5
R can not show plots (in Mac OS X terminal)
Dear all: I am a newbie in Mac. Just installed R and found R did not react on my command plot (I use command line in terminal). It did not give me any error message, either. All it did was just giving out a new command prompt--no reaction to the plot command. I suppose whenever I gives out a command of plot, it will invoke the AquaTerm for a small graph, as I experience in octave. What can I
2006 Oct 10
0
compiling error R-2.4.0
Hi there, I am trying to install from the source R-2.4.0 on my mac (osx 10.4.8 G5 DP) The error imply Tcl/Tk. I install it by all the way I know: darwinport, the Tcl/Tk package from the dmg available from CRAN but without success. The PATH is correct. tclConfig.sh is localised in /opt/local/lib and have those permission: -rw-r--r-- 2 root admin 7K Oct 9 09:49 tclConfig.sh Here is