Skip to content

[Bioc-devel] Recent / forthcoming changes to Biobase

6 messages · Martin Morgan, Oosting, J. (PATH), James W. MacDonald +2 more

#
A quick note to alert developers to an eSet change. There is a new
slot featureData, added following discussion at BioC2006. The slot is
an AnnotatedDataFrame, like phenoData, but meant for
experiment-specific data about features (continue using the annotation
slot for efficiently referencing annotations common to several
experiments). Classes derived from eSet likely need "initialize"
methods modified; for an example see "initialize" for ExpressionSet.

Data instances in Biobase (e.g., sample.ExpressionSet) are *not* yet
updated, but will be in the next several days. 

Martin
3 days later
#
Oosting, J. (PATH) wrote:
This is because of some changes in S4 objects in R-devel. You can't just 
use the win32 binaries from BioC right now (the release 1.9 binaries 
that is) because they have to be rebuilt using a newer version of 
R-devel that has the changes (which are still being made AFAIK). If you 
can build source packages on your windows box, you can always use

biocLite("packagename", type = "source")

which will download and install the source packages, which will then 
work. Unfortunately this doesn't work for certain packages because they 
need special babying on windows (XML, RCurl, RMySQL, maybe some others). 
These have to be installed by hand.

HTH,

Jim

  
    
#
"James W. MacDonald" <jmacdon at med.umich.edu> writes:
Yes, what Jim said.  We plan to update (most of) our build systems
today to the most recent R 2.4.0 alpha.  By Monday, we should have
updated Windows binaries.

+ seth
#
Hi,

Some data packages are available at
http://www.bioconductor.org/packages/1.9/data/annotation/ for testing.
Version number is 1.13.0. Both source and windows binaries are there.
They were built by using R 2.4.0 alpha, AnnBuilder 1.11.11 and GO
1.13.0. Annotation data was downloaded from public databases on Aug 25
and from chip manufactures on Aug 29:

ag           ggahomology  hgug4110b    mgu74b       ncrhomology  rtu34
agahomology  gmahomology  hgug4112a    mgu74bv2     omyhomology  scehomology
ath1121501   GO           hsahomology  mgu74c       osahomology  spohomology
athhomology  hcg110       hu35ksuba    mgu74cv2     pfahomology  sschomology
btahomology  hgfocus      hu35ksubb    mmuhomology  PFAM         taehomology
canine2      hgu133a      hu35ksubc    moe430a      ptrhomology  u133x3p
celegans     hgu133a2     hu35ksubd    moe430b      rae230a      vvihomology
celhomology  hgu133b      hu6800       mouse4302    rae230b     
xenopuslaevis
cfahomology  hgu133plus2  humanCHRLOC  mouse430a2   rat2302      xlahomology
cinhomology  hgu95a       hvuhomology  mouseCHRLOC  ratCHRLOC    xtrhomology
dmehomology  hgu95av2     KEGG         mu11ksuba    rgu34a       YEAST
drehomology  hgu95b       klahomology  mu11ksubb    rgu34b       yeast2
drosgenome1  hgu95c       mgrhomology  mu19ksuba    rgu34c       ygs98
drosophila2  hgu95d       mgu74a       mu19ksubb    rnohomology  zebrafish
egohomology  hgu95e       mgu74av2     mu19ksubc    rnu34        zmahomology

The following packages will be updated soon:

indac    humanLLMappings    mouseLLMappings    ratLLMappings    cMAP   
hgug4100a   hgug4101a   hgug4111a   hgug4410a   hgug4410b   mgug4104a
mgug4120a   mgug4121a   mgug4122a   rgug4105a   rgug4130a   rgug4131a

Bug reports are highly appreciated. Thanks.

nianhua
#
Nianhua Li <nli at fhcrc.org> writes:
Aside from updated source data, the annotation packages have a new
environment:

     <chip>ENTREZID

And the <chip>LOCUSID environment is now deprecated and gives a
warning message.

+ seth