search for: p300

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

Did you mean: 300
2003 Jan 31
3
OpenSSH & OpenSSL directory location problem.
...6/include export LIBRARY_PATH=/vapp/lib # So, also included these: export LDFLAGS=-L/vapp/lib export CPPFLAGS=-I/vapp/include # Also tried this option. --without-rpath Disable auto-added -R linker paths # Yet, with every one of these, I get this error with SCP ONLY (SSH=FINE) $ scp war at p300:/home/war/ping6 . war at p300's password: scp: error while loading shared libraries: libcrypto.so.0.9.6: cannot open shared object file: No such file or directory Why is this? The daemon (sshd) works fine with no errors of the sort. Yet, when doing an SCP I get the error as defined above. [wa...
2012 Nov 01
2
subset a defined row plus the aforegoing
...NA NA 2 9191942 0.9741 Expresssion NA NA NA NA 3 9191942 0.9748 Expresssion NA NA NA NA 4 9195570 NA DNase HS NA NA 9195792 109 5 9579854 NA DNase HS NA NA 9580110 131 6 11088023 NA p300 11088523 7 NA NA 7 11113787 NA DNase HS NA NA 11114262 279 8 11114744 0.9803 Expresssion NA NA NA NA 9 11114744 0.9904 Expresssion NA NA NA NA 10 11114850 NA DNase HS NA NA 11115400 210 11 1145...
2009 Jun 20
1
string splitting and testing for enrichment
Hi List I have data in the following form: Gene    TFBS NUDC     PPARA(1) HNF4(20) HNF4(96) AHRARNT(104) CACBINDINGPROTEIN(149) T3R(167) HLF(191) RPA2     STAT4(57) HEB(251) TAF12     PAX3(53) YY1(92) BRCA(99) GLI(101) EIF3I     NERF(10) P300(10) TRAPPC3     HIC1(3) PAX5(17) PAX5(110) NRF1(119) HIC1(122) TRAPPC3     EGR(26) ZNF219(27) SP3(32) EGR(32) NFKAPPAB65(89) NFKAPPAB(89) RFX(121) ZTA(168) NDUFS5     WHN(14) ATF(57) EGR3(59) PAX5(99) SF1(108) NRSE(146) TIE1     NRSE(129) I would like to test the 2nd column (each value has le...
2023 May 15
1
<qemu:commandline> ignored ?
...<qemu:arg value='-smbios'/> <qemu:arg value='type=0,vendor=LENOVO,version=FBKTB4AUS,date=07/01/2015,release=1.180'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=1,manufacturer=LENOVO,product=30AH001GPB,version=&quot;ThinkStation P300&quot;,serial=S4M62281,uuid=1ecefe02-f1b6-4bf8-a925-c9f4ae512209,sku=LENOVO_MT_30AH,family=P300'/> </qemu:commandline> </domain>
2023 May 15
2
<qemu:commandline> ignored ?
Hi guys. I have a domain definition with this: ... ? <qemu:commandline> ??? <qemu:arg value='-fw_cfg'/> ??? <qemu:arg value='name=opt/com.coreos/config,file=/00-VMs/oshift1node.ign'/> ? </qemu:commandline> </domain> at the bottom of xml. 'virsh' creates domain a okey but in VM I do not see ignition happened - it's fedora coreos -
2012 Jun 14
0
Query about TSRV
...(using simple returns for illustration only): (P301/P1)^2 + (P601/P301)^2 + (P901/P601)^2 + .... + (P22201/P21901)^2 = V1 (P302/P2)^2 + (P602/P302)^2 + (P902/P602)^2 + .... + (P22202/P21902)^2 = V2 (P303/P3)^2 + (P603/P303)^2 + (P903/P603)^2 + .... + (P22203/P21903)^2 = V3 .... .... .... (P600/P300)^2 + (P900/P600)^2 + (P1200/P900)^2 + .... + (P22500/P22200)^2 = V300 Then we average the Vi's (V1+V2+....+V300)/300. This gives us the 5 min realized volatility. Please correct me if I've made a mistake somewhere. As I think this was the approach suggested by Zhang et al in their paper....
2009 Dec 17
2
some help regarding combining columns from different files
Dear all, Here is my code which am using to combine 5th column from different data sets. Here is the function to do my job genesymbol.append.file <-NULL gene.column <- NULL readGeneSymbol <- function(files,genesymbol.column=5){ for(i in fnames){ temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")