search for: roslin

Displaying 8 results from an estimated 8 matches for "roslin".

Did you mean: rosin
2011 Jun 08
1
Installing Virtualbox on Mac osx with pkg dmg provider
...Box-4.0.8-71778-OSX.dmg # /usr/bin/hdiutil mount -plist -nobrowse -readonly -noidme -mountrandom /tmp /tmp/VirtualBox-4.0.8-71778-OSX.dmg # /usr/sbin/installer -pkg /private/tmp/dmg.OT7NZT/VirtualBox.mpkg -target / The install is ok. And in the /var/log/install.log : [...] Jun 7 12:44:17 info-roslin installer[6404]: ./postflight: Writing /Library/Python/2.6/site-packages/vboxapi-1.0-py2.6.egg-info *Jun 7 12:44:17 info-roslin installer[6404]: ./postflight: Register file extensions for root* Jun 7 12:44:17 info-roslin installer[6404]: ./postflight: ThrottleProcessIO: throttling disk i/o Jun...
2007 May 01
2
Matrix column name
...Kingdom.1252 attached base packages: [1] "stats" "graphics" "grDevices" "utils" "datasets" "methods" [7] "base" > ------------------------------------ Alex Lam PhD student Department of Genetics and Genomics Roslin Institute (Edinburgh) Roslin Midlothian EH25 9PS Great Britain Phone +44 131 5274471 Web http://www.roslin.ac.uk Roslin Institute is a company limited by guarantee, registered in Scotland (registered number SC157100) and a Scottish Charity (registered number SC023592). Our registered office is...
2006 Oct 02
1
qvalue
...as cut off I have 5211 significant hits and can expect ~ 5 false postives. But my pi0 is 1. Does it mean that all my tests are true null and there are no significant results? Thanks for your help. Alex ------------------------------------ Alex Lam PhD student Department of Genetics and Genomics Roslin Institute (Edinburgh) Roslin Midlothian EH25 9PS Phone +44 131 5274471 Web http://www.roslin.ac.uk
2006 Sep 07
1
Memory allocation
...R didn't recognise them. I don't understand the meaning of max-vsize, max-nsize and max-ppsize. Any help on how to increase the memory allocation on linux is much appreciated. Many thanks, Alex ------------------------------------ Alex Lam PhD student Department of Genetics and Genomics Roslin Institute (Edinburgh) Roslin Midlothian EH25 9PS Phone +44 131 5274471 Web http://www.roslin.ac.uk
2009 Jun 22
1
xyplot: subscripts, groups and subset
...or message: > }) Error: unexpected '}' in " }" This code has worked for me previously but now will not output the plots. Does anyone know what's going on here? Thanks in advance, Dave Dave Auty MSc PhD Student Forest Research NRS Roslin Midlothian EH25 9SY Tel: +44(0)131 445 6936 Fax: +44(0)131 445 5124 Mob: +44(0)7896 685895 www.forestresearch.gov.uk/timberproperties +++++ The Forestry Commission's computer systems may be monitored and communications carried out on them recorded, to secure the effective operation of...
2007 May 03
0
unscrible pls
...; [1] "stats" "graphics" "grDevices" "utils" "datasets" > "methods" > [7] "base" > > > > ------------------------------------ > Alex Lam > PhD student > Department of Genetics and Genomics > Roslin Institute (Edinburgh) > Roslin > Midlothian EH25 9PS > Great Britain > > Phone +44 131 5274471 > Web http://www.roslin.ac.uk > > Roslin Institute is a company limited by guarantee, registered in > Scotland (registered number SC157100) and a Scottish Charity (registered...
2012 Jul 10
1
identify.hclust() doesn't cut tree at the vertical position of the mouse pointer
Dear All According to the identify.hclust documentation the function "cuts the tree at the vertical position of the pointer and highlights the cluster containing the horizontal position of the pointer". When I carry out this, the tree isn't cut where I click - in fact, there seems to be a limit below which I cannot go. Consider the following code: mat <- matrix(rnorm(5000),
2012 Dec 17
1
Code works standalone, yet same code fails when part of package
Hi I'm missing something here but I cannot figure out what. What I can see is that the same code works when I load it via source(...) yet fails when I execute it after loading the package I have built (which includes the code. Below is a transcript of my R session. First I load the code from a file, using source(). Then I execute it fine. Then I remove the function object, I load the