search for: gamete

Displaying 5 results from an estimated 5 matches for "gamete".

2007 Sep 27
2
create data frame(s) from a list with different numbers of rows
...) c4<- c(2,3,2,3,1,3,2,4,4,3) c5<- c(1,2,1,1,2,2,3,3,2,1) c6<- c(3,2,4,3,1,1,2,3,3,4) c7<- c(1,2,1,2,3,2,3,2,1,2) c8<- c(1,2,2,3,2,3,3,4,1,2) List.elements<-cbind(c1,c2,c3,c4,c5,c6,c7,c8) #Locus 1 L1.pairwise.columns <- matrix(3:ncol(List.elements), byrow=TRUE, ncol=2) Loc1.gamete.counts<- apply(L1.pairwise.columns , 1, function(.row){ paste(List.elements[,1:2], List.elements[,.row]) }) #Locus2 L2.pairwise.columns <- matrix(5:ncol(List.elements), byrow=TRUE, ncol=2) Loc2.gamete.counts<- apply(L2.pairwise.columns , 1, function(....
2004 Dec 06
2
Re : LOOPS
...lists, I want to construct a loop in R, but don't know how to do it. I can do it in SAS, but I prefer in R (which I am hoping I will off SAS for good soon). Could anyone help me to convert the SAS codes to equivalent R codes. Basically, the following codes were written to establish the sire gametes or phases for daughter design for one markers two alleles. Here are the SAS code: do i=1 to 744; do j=745 to 1540; m[j]=0; if sire[j]=anml[i] then do; if m1[j]=m1[i] and m2[j]=m2[i] then m[j]=0; else if m1[j]=m1[i] then m[j] =1;...
2005 Mar 03
1
calculating of linkage-disequilibrium measures?
Hi , is it possible to calculate ld-measures D, D', r and perhaps corresponding p-values with r IF THE PHASE IS KNOWN? The genetics - package provides the LD function only for ambigious phase. Thank you very much Bettina Kulle
2009 Oct 25
3
mismatch_cnt after 5.3 -> 5.4 upgrade
...ever I was looking for comments on this from anyone with experience or opinion on the matter. Googling the issue doesn't seem to turn up any recent related results. Also, could the upgrade have touched the bootblock on sda1 but not sdb1 and thus trigger this problem? Devin -- A zygote is a gamete's way of producing more gametes. This may be the purpose of the universe. - Robert Heinlein
2012 Apr 09
0
How I update Multi Tables In A Form
Hello Friend!..... I wanna update tables in a forms. I have two table 1. user table ( usertable has id , name, email, address) 2. game table (gametable has id, description, game_date, gametiming , user_id) for edit .. I can display all two table data... Wanna update data params by userID. I do update two table data in a form. How I do it ? Give Me A Hand! phoesan -- Posted via