search for: davidsen

Displaying 7 results from an estimated 7 matches for "davidsen".

2013 Jan 12
3
heatmap.2 problem
Dear List, I'm trying to generate a simple heatmap that has each row and column separated by a black line. However, for some reason this only happens for the first and last color. The middle color in my colorpanel() command has an addition horizontal and vertical line that I would like to get rid off. Any suggestions? #my code below my.matrix <- cbind(func.1 =
2011 Jun 08
1
R command window
...me is to run R non-interactively because I can use an editor for my programs - but it is cumbersome. Can I as a DOS command write something like R <input-file> <output-file>? I'm very new in R so it's exciting for me to see if I have any response. Best wishes Michael Michael Davidsen National Institute of Public Health University of Southern Denmark Ă˜ster Farimagsgade 5A, 2. DK-1353 Copenhagen K Denmark E-mail: mid@sdu.dk<mailto:mid@sdu.dk> Web: www.si-folkesundhed.dk<http://www.si-folkesundhed.dk> [[alternative HTML version deleted]]
2006 Dec 14
1
[announce] iproute2 2.6.19-061214
This is an update to the iproute2 command set. It can be downloaded from: http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.18-061214.tar.gz Repository: git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git For more info on iproute2 see: http://linux-net.osdl.org/index.php/Iproute2 The version number includes the kernel version to denote what features are
2012 Jul 31
4
Long processing time using Augeas
Hi! I using Augeas to handle dump and passno for certain mount points in /etc/fstab. Each mount point is defined as it''s own augeas block: augeas { ''homeLV'': context => ''/files/etc/fstab'', changes => [
2004 Jan 20
0
Grandstream cfg.txt hacking?
...nloads the config there also). I suppose they use GAPS there and also download the cfg.txt configuration there? Please send tcpdump data of the tftp session - or other udp dump data. I have a tftpd server hacked and ready to serve the configs if we can just get the format of the file. Cheers, Jens Davidsen
2012 Mar 31
1
basic subset question of matrix
Dear list, I would like to subset a large expression matrix based on rownames. That is, I have a list (as a txt-file) with gene names that matches some of the rows in my matrix. I've loaded my matrix as well as gene list using the read.table() command. myMatrix <- read.table("name_of_file.txt", header=T, row.names=1) list_to_keep <- read.table("name_of_file.txt",
2011 Nov 20
1
Deleting multiple rows from a data matrix based on exp value
Dear List, I have a data matrix that consists of ~4500 rows and 25 columns (i.e. an exprSet object that I converted via the 'exprs' function into a data matrix) Now I want to remove/delete the rows where all exp. values in that particular row are below or equal to a specific cut-off value (e.g 1.11) I have tried using several commands to address this issue: >Matrix[rowSums(Matrix