# Set path, version and author for the package.
pkgPath <- tempdir()
version <- "1.0.0"
author <- list()
author[["authors"]] <- "Hong Li"
author[["maintainer"]] <- "Hong Li <sysptm@com.cn>"
## It may take a long time to parse database and build R package.
if(interactive()){
# Build annotation data packages "sc.bacello.db" for BaCelLo database.
subcellBuilder_DB(src="BaCelLo",
prefix = "sc.bacello", pkgPath, version, author)
# Build annotation data packages "sc.dbsubloc.db" for DBSubLoc database.
subcellBuilder_DB(src="DBSubLoc",
prefix = "sc.dbsubloc", pkgPath, version, author)
}
Run the code above in your browser using DataLab