Skip to content

Instantly share code, notes, and snippets.

@zhilongjia
Created September 21, 2015 13:05
Show Gist options
  • Save zhilongjia/2d30a24bf3d340af688d to your computer and use it in GitHub Desktop.
Save zhilongjia/2d30a24bf3d340af688d to your computer and use it in GitHub Desktop.
Mappings between GPL and Bioconductor microarry annotation packages
# Mappings between GPL and Bioconductor microarry annotation packages
# 2015-09-21
library(GEOmetadb)
if(!file.exists('GEOmetadb.sqlite')) getSQLiteFile()
con <- dbConnect(SQLite(),'GEOmetadb.sqlite')
write.table( getBiocPlatformMap(con), file="GPL_Bioconductor.txt", sep="\t", quote=F, row.names=F)
# ref: http://www.bioconductor.org/packages/release/bioc/vignettes/GEOmetadb/inst/doc/GEOmetadb.html#mappings-between-gpl-and-bioconductor-microarry-annotation-packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment