search for: unger

Displaying 20 results from an estimated 33 matches for "unger".

Did you mean: under
2011 Mar 09
2
R console Mac
...ersion allows to type e.g. list$ and two times the tab button and then comes up with the names of the list objects. Same for slots of e.g. Eset objects like eset. Unfortunately this does not work in the Mac R console. Is there a key combination or shortcut that I am missing? Best wishes Kristian Unger ________________________________ Helmholtz Zentrum M?nchen Deutsches Forschungszentrum f?r Gesundheit und Umwelt (GmbH) Ingolst?dter Landstr. 1 85764 Neuherberg www.helmholtz-muenchen.de Aufsichtsratsvorsitzende: MinDir?in B?rbel Brumme-Bothe Gesch?ftsf?hrer: Prof. Dr. G?nther Wess und Dr. Nikol...
2010 Sep 20
2
select affy probes of cancer-related genes
...are "cancer-related". Conventionally the decision whether a gene is cancer-related or not is made by looking up the literature. Since this is not possible for all genes on the array I wonder if there is a way of doing this automatically? Best wishes Kristian -- _____ Dr Kristian Unger Imperial College London [[alternative HTML version deleted]]
2000 Feb 16
2
Embedding samba...
...s, not exiting after each is completed. Raw transaction performance is not absolutely critical here, and really these types of devices don't have the memory resource to have multiple smbd's running... Seeya Greg ------------------------------------------------------------------------ Greg Ungerer EMAIL: gerg@moreton.com.au Moreton Bay PHONE: +61 7 3279 1822 Unit 12, 97 Jijaws St, FAX: +61 7 3279 1820 Sumner Park, QLD, 4074, Australia WEB: www.moretonbay.com
2011 May 24
1
Random Forest
I'm analyzing data using Random Forest Regression. For some of the species I am analyzing, the percent variation explained is negative. Could you please explain to me what that means? If you need more information, please let me know. Thank you. Sincerely, Rachel Unger [[alternative HTML version deleted]]
2011 May 31
2
correlatation matrix
Hi there, I wonder if there is a way of efficiently generating a correlation matrix of two expression matrices. I want to correlate miRNA and mRNA expression and used the following code: ##dat.mi miRNA expression matrix, dat.m mRNA expression matrix nc <- nrow(dat.mi) cor.mat <- data.frame(rep(NA,nrow(dat.m))) pval.mat <- data.frame(rep(NA,nrow(dat.m))) for(i in 1:nc) { cr <- vector()
2010 Feb 11
1
Sweve/cacheSweave
...name I'm ignoring this, since I wasn't doing a \csname. I am running this under Windows XP, R version 2.9.2 (2009-08-24), > package.version("cacheSweave") [1] "0.4-3". Any help or advice on this would be highly appreciated! Best wishes Kristian _____ Dr Kristian Unger Bioinformaticist Chernobyl Tissue Bank Division of Surgery and Cancer Imperial College London Rm G02, Ground floor G Block Hammersmith Hospital Du Cane Road, London W12 0HS Tel +44-20-8383-2443 Mob +44-795-1080619 Skype kristianunger http://www1.imperial.ac.uk/medicine/about/divisions/is/hi...
2004 Aug 15
2
Samba not honouring write/admin lists on shares
I'm running debian testing, so samba 3.05 atm. As of a few upgrades ago, which i think coincided with a library restructure or somewhat samba is no longer honouring read/write/admin lists on share definitions. Using the below share as an example, previously all users could access the share with read access, and those in the ntadmins group had write access. Since the upgrade users can only
2016 Mar 18
0
[PATCH] gpu/drm: Use u64_to_user_pointer
...-m68k/uaccess.h Roman Zippel 2006-06-25 205 #define __constant_copy_from_user_asm(res, to, from, tmp, n, s1, s2, s3)\ 53617825 include/asm-m68k/uaccess.h Roman Zippel 2006-06-25 206 asm volatile ("\n" \ e08d703c arch/m68k/include/asm/uaccess_mm.h Greg Ungerer 2011-10-14 207 "1: "MOVES"."#s1" (%2)+,%3\n" \ 53617825 include/asm-m68k/uaccess.h Roman Zippel 2006-06-25 208 " move."#s1" %3,(%1)+\n" \ e08d703c arch/m68k/include/asm/uaccess_mm.h Greg Ungerer 2011-10-14 20...
2016 May 11
23
[Bug 2568] New: ssh fails to authenticate using RSA keys when agent does not support sha256/512 signatures
https://bugzilla.mindrot.org/show_bug.cgi?id=2568 Bug ID: 2568 Summary: ssh fails to authenticate using RSA keys when agent does not support sha256/512 signatures Product: Portable OpenSSH Version: -current Hardware: Other URL: https://github.com/connectbot/connectbot/issues/397 OS: Linux
2012 Apr 17
5
loss of information in pdf plots
Hi there is it possible that pdfs generated using the pdf() function with default settings leads to loss of information? I was plotting copy number changes from Agilent 180k data in form of rectangles (rect()) while each rectangle represents one region of copy number change. When plotting into a pdf I noticed that some very small rectangles do not appear (even after extensive zooming) in the pdf
2013 May 08
9
blktap2 and qcow2 images
Hi There, I''ve been trying to get this to work for the last couple of days, but found no information on the internet that would help. Essentially, a tap-ctl opencommand with a qcow2 image does not work (error code 2) and produces the following line in syslog: tap-ctl: tap-err:tap_ctl_open: open failed, err -2 I have attached a shell script that reproduces the problem on my machine. The
2006 Aug 23
0
Unable to get LDA working
...reverted to having postfix deliver the mail and having dovecot as the POPs server. That works fine. I would like to know what I am doing wrong though in getting Dovecot to work as an LDA. -- Gerard Seibert gerard at seibercom.net GREAT MOMENTS IN AMERICAN HISTORY (#17): On November 13, Felix Unger was asked to remove himself from his place of residence. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20060823/261937f9/...
2007 Jul 21
0
Problem With NFS and iptables
...;-j QUEUE'' command is executing? I believe that is where the problem is occurring because the hang occurs when that command is executing. Does anyone else have a setup similar to this one? If so, could you share your configuration information? Any help would be greatly appreciated. John Unger _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2011 Jun 12
1
snow package
Hi I try parallelising some code using the snow package and the following lines: cl <- makeSOCKcluster(8) pfunc <- function (x) (if(x <= (-th)) 1 else 0) ###correlation coefficient clusterExport(cl,c("pfunc","th")) cor.c.f <- parApply(cl,tms,c(1,2),FUN=pfunc) The parApply results in the error message: > cor.c.f <- parApply(cl,tms,c(1,2),FUN=pfunc) Error
2016 Mar 18
4
[PATCH] gpu/drm: Use u64_to_user_pointer
Use the newly added u64_to_user_pointer a bit more frequently. Signed-off-by: Joe Perches <joe at perches.com> --- drivers/gpu/drm/armada/armada_gem.c | 2 +- drivers/gpu/drm/nouveau/nouveau_gem.c | 7 ++++--- drivers/gpu/drm/tegra/drm.c | 15 ++++++++------- drivers/gpu/drm/vc4/vc4_bo.c | 4 ++-- drivers/gpu/drm/vc4/vc4_gem.c | 10 +++++-----
2016 Mar 18
4
[PATCH] gpu/drm: Use u64_to_user_pointer
Use the newly added u64_to_user_pointer a bit more frequently. Signed-off-by: Joe Perches <joe at perches.com> --- drivers/gpu/drm/armada/armada_gem.c | 2 +- drivers/gpu/drm/nouveau/nouveau_gem.c | 7 ++++--- drivers/gpu/drm/tegra/drm.c | 15 ++++++++------- drivers/gpu/drm/vc4/vc4_bo.c | 4 ++-- drivers/gpu/drm/vc4/vc4_gem.c | 10 +++++-----
2003 Jan 30
1
ls -l hangs
I just installed Samba 2.2.7a, --with-winbind --with-pam. Everything appears to be working great, as far as logging in, authenicating to a Windows 2000 domain, creating/saving files. BUT, when I login to the UNIX box as root and goto the shared directory and type ls -al, all I get is: total 4 drwxrwxrwx 2 root other 512 Jan 30 09:44 . drwxr-xr-x 32 root root 1024 Jan 29
2012 Nov 06
1
Confidence intervals for Sen slope in zyp-package
...und trend trendp ubound tau sig nruns autocor valid_frac -2.50000000 0.66666667 4.00000000 2.33333333 0.80000001 0.08641075 1.00000000 -0.22400000 1.00000000 linear intercept 0.74285714 3.83333333 ________________________________ Katy Unger-Shayesteh GFZ German Research Centre For Geosciences Section 5.4 Hydrology
2010 Nov 25
4
Devise sessions and load-balanced/multiple servers
Hi Hoping someone has had experience with this or can tell me where to start investigating. I''ve got a Rails app with Devise authentication running on a server cluster behind a load balancer, so requests to the website will alternately hit one server, or the other. My problem occurs when I try to register a new user. Everything goes fine, I get the confirmation email, I click the link,
2005 Mar 22
1
oplock_break problems
...s hat keinen Zugriff auf die # nc Programme) create mask = 0666 directory mask = 0777 [public] comment = Public-Laufwerk path = /home/public browsable = yes writeable = yes guest ok = yes # die n?chsten 3 Eintr?ge sind notwendig, damit die # fmea-Anwendung von Herrn Unger l?uft. Wird diese auf ein anderes # share verlegt, k?nnen die Entr?ge gestrichen werden. create mask = 0666 force create mode = 0666 directory mask = 0777 veto oplock files = /*.mdb/*.MDB/*.dbf/*.DBF/*.mbb/*.MBB/*.mdd/*.MDD/ [serverlinux] comment = Altlast Serverlinux path = /...