Displaying 20 results from an estimated 29 matches for "boehringer".
2003 Jan 28
6
reading non-existent files
...ll pointer analogous to C, so that
I can simply skip non-existent filenames?
Please do "Reply to all" since in the company I am not subscribed
to the R-help list.
Thank you in advance
Best regards
Christian Stratowa
==============================================
Christian Stratowa, PhD
Boehringer Ingelheim Austria
Dept NCE Lead Discovery - Bioinformatics
Dr. Boehringergasse 5-11
A-1121 Vienna, Austria
Tel.: ++43-1-80105-2470
Fax: ++43-1-80105-2683
email: christian.stratowa at vie.boehringer-ingelheim.com
2006 Jan 04
1
AW: QLA2xxx URGEND
2003 May 14
1
ROracle problem with Oracle9i on Red Hat 8.0
...;Error in library(ROracle) : .First.lib failed
The 2 solutions mentioned in ROracle/inst/INSTALL don't seem to help (1:
define $LD_LIBRARY_PATH, 2: compile statically).
Is there any solution to this? I would greatly appreciate any help!!
Best wishes,
Michael Seewald
---
Michael Seewald, PhD
Boehringer Ingelheim Austria
Dept NCE Lead Discovery - Bioinformatics
Dr. Boehringergasse 5-11
A-1121 Vienna, Austria
Tel.: ++43-1-80105-2786
Fax: ++43-1-80105-2683
email: Michael.Seewald at vie.boehringer-ingelheim.com
2003 Feb 14
0
FW: [Fwd: Re: [S] Exact p-values]
Dear Spencer
Thank you for this extensive explanation of the problem.
I was just curious.
Best regards
Christian
==============================================
Christian Stratowa, PhD
Boehringer Ingelheim Austria
Dept NCE Lead Discovery - Bioinformatics
Dr. Boehringergasse 5-11
A-1121 Vienna, Austria
Tel.: ++43-1-80105-2470
Fax: ++43-1-80105-2683
email: christian.stratowa at vie.boehringer-ingelheim.com
> -----Original Message-----
> From: Spencer Graves [SMTP:spencer.graves at PDF....
2005 Jul 27
3
Asymmetric colors for heatmap
> Dear expeRts,
>
> Currently, my colors are as follows:
> mycol <-
> c("blue1","blue2","blue3","blue4","black","yellow4","yellow3","yellow2","y
> ellow1")
> heatmap(snp, Rowv=NA, Colv=NA, col=mycol)
>
> However, I would like to have the following colors:
> bright blue ->
2003 Feb 14
1
FW: [Fwd: Re: [S] Exact p-values]
...er mentioned below and checked
it with R-1.6.1.
Everything is ok with exception of Table 2b, where I get always 1 instead of
0.5:
> pbinom(1e15,2e15,0.5)
[1] 1
Which value should be correct?
Best regards
Christian Stratowa
==============================================
Christian Stratowa, PhD
Boehringer Ingelheim Austria
Dept NCE Lead Discovery - Bioinformatics
Dr. Boehringergasse 5-11
A-1121 Vienna, Austria
Tel.: ++43-1-80105-2470
Fax: ++43-1-80105-2683
email: christian.stratowa at vie.boehringer-ingelheim.com
> -------- Original Message --------
> Subject: Re: [S] Exact p-values
> Dat...
2005 Dec 07
0
CPU''s
...formance to virtual machines?
E.g.:
I have a 4 CPU host machine.
3 guests are running. Each has 2 CPU.
When VM1 needs more resscources than the other 2, can i guarantee that VM1
gets the most Power of the system at this time?
Thomas Diederich
**************************************************
* Boehringer Ingelheim Pharma GmbH & Co.KG
* A Informationsverarbeitung / Diplomant Systemtechnik
*
* Mail: diederit@ing.boehringer-Ingelheim.com
<mailto:diederit@ing.boehringer-Ingelheim.com>
* Phone: +49 (0)6132/77-98151
_______________________________________________
Xen-users mailing list...
2006 Feb 01
0
Itanium 64 Bit Support?!
Does anyone know if Xen is currently supporting Itanium on 64 Bit!?
Thomas Diederich
**************************************************
* Boehringer Ingelheim Pharma GmbH & Co.KG
* A Informationsverarbeitung / Diplomant Systemtechnik
*
* Mail: diederit@ing.boehringer-Ingelheim.com
<mailto:diederit@ing.boehringer-Ingelheim.com>
* Phone: +49 (0)6132/77-98151
_______________________________________________
Xen-users mailing list...
2006 Feb 01
1
AW: "make xconfig" for Dom0 not working
Cd /xen/xen-unstable/linux/2.6.12-xen0/
Then: make ARCH=xen xconfig
Thomas Diederich
**************************************************
* Boehringer Ingelheim Pharma GmbH & Co.KG
* A Informationsverarbeitung / Diplomant Systemtechnik
*
* Mail: diederit@ing.boehringer-Ingelheim.com
* Phone: +49 (0)6132/77-98151
-----Ursprüngliche Nachricht-----
Von: xen-users-bounces@lists.xensource.com
[mailto:xen-users-bounces@lists.xensource.com]
G...
2006 Feb 06
0
Xen 2.6.16-rc2 failure
...ey, just pulled the new updates from the repository, and did a male dist,
make install and an ./install.sh
Then i made an initrd an bootet the system. But when I do an lsmod, it shows
me: NOTHING!
What''s wrong there?!
Thomas Diederich
**************************************************
* Boehringer Ingelheim Pharma GmbH & Co.KG
* A Informationsverarbeitung / Diplomant Systemtechnik
*
* Mail: diederit@ing.boehringer-Ingelheim.com
<mailto:diederit@ing.boehringer-Ingelheim.com>
* Phone: +49 (0)6132/77-98151
_______________________________________________
Xen-users mailing list...
2007 Jun 20
2
Computing time differences
Dear R users,
I have a problem computing time differences using R.
I have a date that are given using the following format: 20080620.00, where
the 4 first digits represent the year, the next 2 ones the month and the last
2 ones the day. I would need to compute time differences between two vectors
of this given format.
I tried around trying to change this format into any type of time serie
2005 Jul 12
3
bug in chdir option of source
I'm on R 2.1.0.
In the "source" function there is a bug preventing the proper use of the
chdir option (which simply doesn't work).
The problem is that in the function the following line occurs:
file <- file(file, "r", encoding = encoding)
This overwrites the variable "file" and later causes the check
if (chdir && is.character(file)
2005 Jan 14
2
Porting from Linux to Windows
I intend to port an R project from Linux to Windows.
It involves C code that is loaded via dyn.load().
I could manage to produce a 'dll' File using cygwin which seems to be
o.k.
Now, using dyn.load("pcr.dll") i get:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"c:/cygwin/home/pingu/rt-pcr/pcr.dll":
LoadLibrary
2008 Feb 25
0
Memory problem with 64bit R using PLASQ500k
...re_1.0.0 affyio_1.6.1
[7] Biobase_1.16.1
loaded via a namespace (and not attached):
[1] rcompgen_0.1-17
Does anybody know what might be the reason for this behavior?
Thank you in advance
Best regards
Christian
==============================================
Christian Stratowa, PhD
Boehringer Ingelheim Austria
Dept NCE Lead Discovery - Bioinformatics
Dr. Boehringergasse 5-11
A-1121 Vienna, Austria
Tel.: ++43-1-80105-2470
Fax: ++43-1-80105-2782
email: christian.stratowa@vie.boehringer-ingelheim.com
[[alternative HTML version deleted]]
2005 Jun 27
2
Reconstructing LD function
Dear all,
in an LDA analysis with n groups n-1 LD functions result. Implicitly this
defines an LD fucntion for the last group. Does there exist code already
to explictly construct this LD function?
Thanks, Stefan
2013 Apr 03
1
R-package preparation --as-cran behaving unexpectedly
...39;R CMD check --as-cran' runs locally as compared to the run on the
CRAN-site.
Any help is appreciated. I am running
R version 2.15.2 (2012-10-26) -- "Trick or Treat"
Platform: x86_64-unknown-linux-gnu (64-bit)
Thanks in advance,
Stefan
--
http://visigen.lumc.nl/emgm
http://s-boehringer.org
2004 Jul 22
0
RE: Comparison of correlation coefficients - Details
...tp://userpage.fu-berlin.de/~health/meta_e.htm
Further suggestions in this direction are greatly appreciated.
Best regards
Christian Stratowa
-----Original Message-----
From: idimakos at upatras.gr [mailto:idimakos at upatras.gr]
Sent: Wednesday, July 21, 2004 18:07
To: Christian.Stratowa at vie.boehringer-ingelheim.com
Cc: bioconductor at stat.math.ethz.ch; r-help at stat.math.ethz.ch
Subject: Re: [R] RE: Comparison of correlation coefficients - Details
That sounds very close to a meta-analytic comparison of two statistics.
As a matter of fact, the Rosenthal & Rubin approach transforms all pr...
2005 Sep 17
4
xyplot and abline
Dear All,
I wonderif there is a simple way to draw a regression line in the xyplot:
more specifically, let:
age <- c(20:30, 31:40 )
age.cut <- cut(age, breaks = 2 )
y<- rnorm(20)
x <- rnorm(20,4,1)
xyplot(y ~ x| age.cut, xlab="x", ylab="y")
How to draw (in the plot given by xyplot) the two regression lines (y ~ x) corresponding to the two category
2004 Jul 26
3
computing sum of indicator variables
My problem is as follows:
i is a list of integers of variable length. Now I want to compute a new
vector/array that contains 1's at the positions indicated in i. For
example:
c(2, 4) -> c(0, 1, 0, 1)
Using something like
i = i - c(0, i[2:length(i) - 1]);
sapply(i, function(x) c(rep(0, x - 1), 1)));
faces me with the problem of concatenating the result, which I could
somehow not find a
2004 Jul 21
2
RE: Comparison of correlation coefficients - Details
...not subscribed to bioconductor-help, could you
please reply to me (in addition to bioconductor-help)
P.S.: I have posted this first at r-help and it was suggested to me to
post it here, too.
Best regards
Christian Stratowa
==============================================
Christian Stratowa, PhD
Boehringer Ingelheim Austria
Dept NCE Lead Discovery - Bioinformatics
Dr. Boehringergasse 5-11
A-1121 Vienna, Austria
Tel.: ++43-1-80105-2470
Fax: ++43-1-80105-2782
email: christian.stratowa at vie.boehringer-ingelheim.com