Displaying 2 results from an estimated 2 matches for "polyps".
2010 May 06
5
Apologies : question on transforming a table
...sions, but I really can't figure this out right now. I have
several hundred pheno factors actually, so manually doing this line by line
is not an option.
My original table is approximately like this :
ID pheno
1 A Breast Cancer
2 A Appendicitis
3 A Microcephaly
4 B Polyps
5 B Autism
6 C Autism
7 D Breast Cancer
8 D Polyps
9 D Appendicitis
10 E Breast Cancer
What I want is this :
ID Breast Cancer Appendicitis Microcephaly Polyps Autism A 1 1 1 B 1
1 C 1 D 1 1 E 1
The data is here
data <-
data.frame(ID=c(rep("A...
2007 May 24
2
Re: libao ready for release
Some questions:
* why call it 0.8.8, when 0.8.7 was not yet released?
* CHANGES file miss some changes from previous version, e.g. the new pulseaudio plugin replacing polyp;
* what about a longer rc period? It's only less than 1 hour (and the previous release was over 2 year ago);
* what about merging some fixes in the trac ( https://trac.xiph.org/report/13 ) before the release?