# 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@gmail.com>"
## It may take a long time to parse database and build R package.
# Build annotation data packages "org.HsMm.ortholog.db" for orthologs between
# Homo sapiens and Mus musculus.
if(interactive()){
InParanoidBuilder_DB(organism = c("Homo sapiens","Mus musculus"),
prefix = "org.HsMm.ortholog", pkgPath, version, author)
}
Run the code above in your browser using DataLab