search for: vd4mmind

Displaying 2 results from an estimated 2 matches for "vd4mmind".

2013 Sep 09
0
Duplicated genes
...2,] } ),unique(dat2$gene)) #assuming that there are not more than 2 copies of a particular gene. (In the dataset, it was not present) ?dat4<-rbind(dat1New,dat3) dat5<-dat4[order(as.numeric(row.names(dat4))),] ?dim(dat5) #[1] 639? 32 A.K. ________________________________ From: Vivek Das <vd4mmind at gmail.com> To: arun <smartpink111 at yahoo.com> Sent: Monday, September 9, 2013 2:30 PM Subject: Re: Duplicated genes actually these are all differentially expressed genes. So the one with the most differentially expressed will be there in the list and its duplicate will be removed....
2013 May 07
4
create unique ID for each group
Hey All, I have a dataset(dat1) like this: ObsNumber ID Weight 1 0001 12 2 0001 13 3 0001 14 4 0002 16 5 0002 17 And another dataset(dat2) like this: ID Height 0001 3.2 0001 2.6 0001