Displaying 15 results from an estimated 15 matches for "10836".
Did you mean:
40836
2006 Feb 01
1
cor/group by???
Can someone help me calculate correlations for grouped values?
Heres what my first few line of data look like:
> head(cmexpr)
LLID GMID CEXPR MEXPR
1 1005 10831 2.057462 -0.08486
2 1005 10831 2.057515 -0.08486
3 1005 10831 2.057462 0.01209
4 1005 10831 2.057515 0.01209
5 1005 10836 2.050980 0.17237
6 1005 10836 2.018576 0.17237
LLID is gene id, GMID is cell line id, the EXPR columns are gene expression is two different microarray experiments.
I'd like to get correlations for each gene id (1005, 1006, etc)
Heres what I've tried so far:
sapply(by(cmexpr[3:4],cmexp...
2011 Sep 20
2
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
...E and many other linux distributions put all things to /usr/lib (i586) and /usr/lib64 (x86_64) or /usr/lib32.
So it is possible to install x86 and x86_64 versions at the same time ...
(See also http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-July/042068.html and http://llvm.org/bugs/show_bug.cgi?id=10836)
> On Sep 20, 2011, at 9:14 AM, Johannes Obermayr wrote:
>
> > ---
> > autoconf/configure.ac | 4 +++-
> > cmake/modules/LLVMConfig.cmake.in | 3 ++-
> > configure | 4 +++-
> > tools/llvm-config/Makefile...
2011 Sep 20
0
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
...other linux distributions put all things to /usr/lib (i586) and /usr/lib64 (x86_64) or /usr/lib32.
> So it is possible to install x86 and x86_64 versions at the same time ...
> (See also http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-July/042068.html and http://llvm.org/bugs/show_bug.cgi?id=10836)
It should be better to just use --libdir and make sure that LLVM_LIBDIR is set to the result of the configure option if it's different.
-eric
2011 Sep 21
1
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
...ux distributions put all things to /usr/lib (i586) and /usr/lib64 (x86_64) or /usr/lib32.
> > So it is possible to install x86 and x86_64 versions at the same time ...
> > (See also http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-July/042068.html and http://llvm.org/bugs/show_bug.cgi?id=10836)
>
> It should be better to just use --libdir and make sure that LLVM_LIBDIR is set to the result of the configure option if it's different.
>
> -eric
Your advice does not work because following [old] code ensures to be able to run llvm-config [with right output] from build dir (...
2015 Jan 23
2
Client shows null Sender & date
...ed by Postfix and then handed off to
Dovecot LMTP for delivery. However, the Sender and Date are essentially
null when viewing the email with either the POP3 or IMAP client. The
logs (below) show this. I changed the sender and recipient addresses
for privacy.
Jan 23 08:41:48 klsrv postfix/smtpd[10836]: 1F907F00276:
client=unknown[10.0.0.19]
Jan 23 08:42:07 klsrv postfix/cleanup[10842]: 1F907F00276: message-id=<>
Jan 23 08:42:07 klsrv postfix/qmgr[4889]: 1F907F00276:
from=<sender at example.com>, size=217, nrcpt=1 (queue active)
Jan 23 08:42:07 klsrv dovecot: lmtp(10845): Connect fro...
2011 Feb 09
1
samr - extract genes from siggenes.table
...:9769, 1:8] "6587" "865" "22929" "10172" ...
..- attr(*, "dimnames")=List of 2
.. ..$ : NULL
.. ..$ : chr [1:8] "Row" "Gene ID" "Gene Name" "Score(d)" ...
$ genes.lo : chr [1:10788, 1:8] "10836" "22277" "1243" "10509"
...
..- attr(*, "dimnames")=List of 2
.. ..$ : NULL
.. ..$ : chr [1:8] "Row" "Gene ID" "Gene Name" "Score(d)" ...
$ color.ind.for.multi: NULL
$ ngenes.up : int 9769
$ ngene...
2008 Jan 29
1
for loop help
Hi,
I have written the following code which works fine
step<-5
numSim<-15
N<-double(numSim)
A<-double(numSim)
F<-double(numSim)
M<-double(numSim)
genx<-double(numSim)
for (i in 1:numSim) {
N[i]<-20
PN<-(runif(N[i], 0, 1))
A[i]<-sum(ifelse(PN>0.2, 1, 0))
PF<- runif((A[i]*0.5), 0, 1)
F[i]<-sum(ifelse(PF>0.2, 1, 0))
PM<-
2010 Apr 09
1
windows live mail + dovecot and nfs
...53042 9 /storage/vol1 40573631 -rw------- 17
rw .nfs.014cd031.ffffd11b4.4
root bash 22223 wd /storage/vol1 32454159 drwx------
4096 r .
# ps uxwa|grep user
user 53042 0.0 0.1 9812 2400 ?? S 11:31AM 0:00.02 imap
[user at domain 1.1.1.1]
user 53650 0.0 0.1 10836 2908 ?? S 11:32AM 0:00.05 imap
[user at domain 1.1.1.1]
It seems like first imap process locked ..DOVECOT-TRASHED.
Best regards
Anes Muhametoc.
2011 Sep 20
0
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
Why?
-eric
On Sep 20, 2011, at 9:14 AM, Johannes Obermayr wrote:
> ---
> autoconf/configure.ac | 4 +++-
> cmake/modules/LLVMConfig.cmake.in | 3 ++-
> configure | 4 +++-
> tools/llvm-config/Makefile | 6 ++++++
> tools/llvm-config/llvm-config.in.in | 3 ++-
> 5 files changed, 16 insertions(+), 4 deletions(-)
2011 Sep 20
2
[LLVMdev] [PATCH] llvm-config: Add support for LIBDIR_SUFFIX.
---
autoconf/configure.ac | 4 +++-
cmake/modules/LLVMConfig.cmake.in | 3 ++-
configure | 4 +++-
tools/llvm-config/Makefile | 6 ++++++
tools/llvm-config/llvm-config.in.in | 3 ++-
5 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index f3e94e8..cd943cc 100644
---
2001 Nov 29
4
openssh 2.9p2 release 8.7 security alert!!!
...sshd[10833]: Disconnecting: crc32 compensation attack:
network attack detected
Nov 25 11:35:22 ns sshd[10834]: Disconnecting: crc32 compensation attack:
network attack detected
Nov 25 11:35:22 ns sshd[10835]: Disconnecting: crc32 compensation attack:
network attack detected
Nov 25 11:35:23 ns sshd[10836]: Disconnecting: crc32 compensation attack:
network attack detected
Nov 25 11:35:24 ns sshd[10837]: Disconnecting: crc32 compensation attack:
network attack detected
Nov 25 11:35:24 ns sshd[10838]: Disconnecting: crc32 compensation attack:
network attack detected
Nov 25 11:35:25 ns sshd[10840]: Dis...
2005 Nov 08
2
[LLVMdev] llvm-test configure problem
...6: result: yes
configure:10740: checking if g++ supports -c -o file.o
configure:10761: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:10765: $? = 0
configure:10785: result: yes
configure:10811: checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries
configure:10836: result: yes
configure:10907: checking dynamic linker characteristics
configure:11447: result: solaris2.8 ld.so
configure:11451: checking how to hardcode library paths into programs
configure:11476: result: immediate
configure:11490: checking whether stripping libraries is possible
configure:11495:...
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
What's the config.log from this run?
-bw
On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote:
>
> Following the instructions here:
> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
>
> I get an error running configure in the llvm-test directory.
>
> ./configure
> --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
>
2010 Nov 12
0
Wine release 1.3.7
...hangs on rendering a specific effect
6606 FIFA 2002 crashes in the startup (ddraw error)
6912 nVidia melody display junk to screen, list of fixmes
7969 Legacy crashes when creating or opening a database
8796 Need for Speed Porsche 2000 / Unleashed crashes with unhandled page fault
10836 Skijump fails to start:Could not find the selected Direct3D adapter.
13233 FSX Demo fails to start.
13539 Equalizer in foolbar2000 does not work
13921 Installation of Quest Toad 9.6.1 fails with file access error message
14786 mkv2vob halts with the message "error getting mkv info...
2005 Nov 03
4
[LLVMdev] llvm-test configure problem
Following the instructions here:
http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
I get an error running configure in the llvm-test directory.
./configure
--with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
--with-f2c=/home/vadve/shared/localtools/sparc
--with-llvmsrc=/localhome/tbrethou/llvm
--with-llvmobj=/localhome/tbrethou/llvm
Error:
[cut lots of config output]
checking