Re: [R] genetics package not working

2007-06-20 Thread Farrel Buchinsky
From crawling around the internet it appears to me as if genetics has given way to GeneticsBase and is part of bioconductor. The basic data structure has changed to something called geneSet class. There is a pdf document that promises to help me.

[R] genetics package not working

2007-06-18 Thread Farrel Buchinsky
Has something changed in R that requires an update in the genetics package by Gregory Warnes? I am using R version 2.5.0 This used to work summary(founders[,59]) to prove that it is a genotype class class(founders[,59]) [1] genotype factor Now when I issue the command: summary(founders[,59])