Bioconductor Changelog
   


About
Click here to learn more about this blog.


Packages
Click on a link
for updates to that package only.


Subscribe
Subscribe to the Bioconductor Changlog.


       
Sat, 16 May 2009

GEOmetadb
Changed a couple of print statements in getSQLiteFile() to cat()
statements instead--just cosmetic.

[/GEOmetadb] permanent link

Wed, 22 Apr 2009

GEOmetadb
Bumped pkg versions for BioC 2.5 devel line.
Bumped pkg versions for BioC 2.4 release.

[/GEOmetadb] permanent link

Tue, 02 Dec 2008

GEOmetadb
Added:
GEOmetadb paper: http://bioinformatics.oxfordjournals.org/cgi/content/short/24/23/2798 .
Removed:
Http://meltzerlab.nci.nih.gov/apps/geo

[/GEOmetadb] permanent link

Wed, 22 Oct 2008

GEOmetadb
Bumping version numbers for BioC 2.4 devel.
Bumping version numbers for BioC 2.3 release.

[/GEOmetadb] permanent link

Thu, 11 Sep 2008

GEOmetadb
Fix the argument mismatch between doc and function

[/GEOmetadb] permanent link

Wed, 10 Sep 2008

GEOmetadb
Fix the argument mismatch between doc and function
Added http://gbnci.abcc.ncifcrf.gov/geo/
Added http://gbnci.abcc.ncifcrf.gov/geo/
Bump the version to 1.1.5

[/GEOmetadb] permanent link

Tue, 09 Sep 2008

GEOmetadb
Add URL: http://gbnci.abcc.ncifcrf.gov/geo/
Change download location temporarily :
download.file('http://gbnci.abcc.ncifcrf.gov/geo/GEOmetadb.sqlite.gz', destfile=localfile,mode='wb')

[/GEOmetadb] permanent link

Thu, 14 Aug 2008

GEOmetadb
To make the change in geoConvert effective in the new build
out_type <- sub('smatrix','sMatrix',out_type)

[/GEOmetadb] permanent link

Tue, 22 Jul 2008

GEOmetadb
Change the version number to 1.1.2 from 1.1.1 to reflect the change of function geoConvert.R
Added out_type <- tolower(out_type) to let out_type accept upper case input.

[/GEOmetadb] permanent link

Thu, 15 May 2008

GEOmetadb
Helped fix a bug in geoConvert. Closed a database connection that was left open.

[/GEOmetadb] permanent link

Wed, 14 May 2008

GEOmetadb
Fix the bug of failing to delete the SQLite file at the end: run dbDisconnect before return values.

[/GEOmetadb] permanent link

Wed, 30 Apr 2008

GEOmetadb
Updating the version number for the trunk post-BioC 2.2 release.
Updating the version number for the BioC 2.2 release.

[/GEOmetadb] permanent link

Sat, 12 Apr 2008

GEOmetadb
Added examples for geoConvert

[/GEOmetadb] permanent link

Tue, 08 Apr 2008

GEOmetadb
version bump for inclusion into Release 2.2

[/GEOmetadb] permanent link

Mon, 07 Apr 2008

GEOmetadb
version bump after modifying vignette to clean up downloaded sqlite file

[/GEOmetadb] permanent link

Fri, 04 Apr 2008

GEOmetadb
Added lines at the end:
Finally, it is probably a good idea to close the connection, please see \Rpackage{DBI} for detail.
<<>>=
dbDisconnect(con)
@
If you want to remove old GEOmetadb.sqlite file before retrieve a new version from the server, execute the following codes:
<<>>=
file.remove('GEOmetadb.sqlite')
@
\end{document}
Fixed geoConvert.R argument case conversion problem.

[/GEOmetadb] permanent link

Thu, 03 Apr 2008

GEOmetadb
Added GEOmetadb package to bioconductor.

[/GEOmetadb] permanent link