search for: id12

Displaying 11 results from an estimated 11 matches for "id12".

Did you mean: id1
2013 Jul 02
2
Recoding variables based on reference values in data frame
...GG CT AA ID2 CC GG CC AA ID3 CC GG nc AA ID4 _ _ _ _ ID5 CC GG CC AA ID6 CC GG CC AA ID7 CC GG CT AA ID8 _ _ _ _ ID9 CT GG CC AG ID10 CC GG CC AA ID11 CC GG CT AA ID12 _ _ _ _ ID13 CC GG CC AA The name of the data file is Kgeno. What I would like to do is recode all of the genotype values to standard integer notation, based on their values relative to the reference rows (Maj_Allele and Min_Allele). Standard notation sums the total of minor alleles in...
2003 Jul 30
3
nested for() loops for returning a nearest point
I'm trying to do the following: For each ordered pair of a data frame (D1) containing longitudes and latitudes and unique point IDs, calculate the distance to every point in another data frame (D2) also containing longitudes, latitudes and point IDs, and return to a new variable in D1 the point ID of the nearest element of D2. Dramatis personae (mostly self-explanatory): D1$long
2003 Nov 17
1
Generalized linear model
...son) where 'id1', 'year1' and 'time' are factors. I defined them with: > id1<-C(factor(id1), treatment) and 'lnpa' is a continuous variable. The 'summary' function gives me all the effects estimates, that is, for id1, I end up with estimates for id12, id13 and id14, the id11 is the reference level. That is fine, but when I try to fit the model without the point 18, using the command line: > fit2<-glm(canc~id1+year1+time+lnpa,family=poisson, subset(dat, order!=18)) The 'summary' function stop to giving me the levels effect, and g...
2019 Nov 21
2
[CodeGen] Read/Write Machine IR from/to Persistent File
Dear LLVM developers, Just as LLVM IR can be read/write via persistent bitcode (*.bc *.ll) files, is there any similar implementation in LLVM to read/write Machine IR (MIR) via a persistent file? If not and I would like to add it (e.g. for ARM or RISC-V), could you direct me materials and/or LLVM source code modules where I should start with? Best Regards, Lele Ma -------------- next part
2016 Apr 04
2
multiple bar plot annotation text labelling
...t; d="M 156,0 L 156,153 515,153 515,1237 197,1010 197,1180 530,1409 696,1409 696,153 1039,153 1039,0 156,0 Z"/> </font> </defs> <defs class="TextShapeIndex"> <g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21"/> </defs> <defs class="EmbeddedBulletChars"> <g id="bullet-char-template(57356)" transform="scale(0.00048828125,-0.00048828125)"> <path d="M 580,1141 L 1163,571 580,0 -4,571 580...
2016 Apr 04
0
multiple bar plot annotation text labelling
...ot; d="M 156,0 L 156,153 515,153 515,1237 197,1010 197,1180 530,1409 696,1409 696,153 1039,153 1039,0 156,0 Z"/> </font> </defs> <defs class="TextShapeIndex"> <g ooo:slide="id1" ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21"/> </defs> <defs class="EmbeddedBulletChars"> <g id="bullet-char-template(57356)" transform="scale(0.00048828125,-0.00048828125)"> <path d="M 580,1141 L 1163,571 580,0 -4,571 580...
2018 Dec 10
2
[cfe-dev] Updates on SVN to GitHub migration
...it is if there's a plan for it. Thanks Nico On Sat, Oct 20, 2018 at 4:10 AM Jonas Hahnfeld via cfe-dev < cfe-dev at lists.llvm.org> wrote: > (+openmp-dev, they should know about this!) > > Recapping the "Concerns" > (https://llvm.org/docs/Proposals/GitHubMove.html#id12) there is a > proposal of "single-subproject Git mirrors" for people who are only > contributing to standalone subprojects. I think this will be easy in the > transition period, we can just continue to move the current official git > mirrors. Will this "service" be c...
2012 Feb 26
1
Matrix problem to extract animal associations
...the example code... ID Group 1 ID1 1 2 ID3 2 3 ID4 3 4 ID5 4 5 ID7 5 6 ID8 6 7 ID9 7 ## 8 ID2 8 9 ID6 8 10 ID10 8 ## The code also needs to robust enough to recognize instances where we have an interaction in a separate group... i.e. "ID11_ID12" should be in a separate group (Group 9) as they don't interact with IDs 2, 6, or 10 (not in below code!) 11 ID11 9 12 ID12 9 I've been trying to figure this out but have drawn a blank. My example code can be found below. Very best wishes, Ross Dr Ross Dwyer Postdoctoral R...
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed. attached the updated patch to apply to svn/trunk. j -------------- next part -------------- A non-text attachment was scrubbed... Name: theora-mmx.patch.gz Type: application/x-gzip Size: 8648 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin
2003 Dec 01
0
No subject
...DEBUG(3,("User:[%s]\n", smb_pass->smb_name)); + ZERO_STRUCTP(id10); init_sam_user_info10(id10, smb_pass->acct_ctrl); return True; @@ -1513,6 +1526,7 @@ if (smb_pass->acct_ctrl & ACB_DISABLED) return NT_STATUS_ACCOUNT_DISABLED; + ZERO_STRUCTP(id12); init_sam_user_info12(id12, smb_pass->smb_passwd, smb_pass->smb_nt_passwd); return NT_STATUS_NOPROBLEMO; @@ -1613,7 +1627,7 @@ DEBUG(5,("_samr_query_userinfo: rid:0x%x\n", rid)); - ctr = (SAM_USERINFO_CTR *)talloc(p->mem_ctx, sizeof(SAM_USERINFO_CTR)); + ctr = (SAM_U...
2016 Oct 13
11
GitHub Survey?
> On 2016-Sep-18, at 09:51, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Folks, > > After feedback from Chris and Mehdi, I have added one long text answer > to *each* critical questions (impact on productivity), so that people > can extend their reasoning. > > But I have not made them compulsory, so that people that don't know > much