einprot provides a built-in database of known complexes. This function lists available versions of this database.

listComplexDBs(dbDir = system.file("extdata/complexes", package = "einprot"))

Arguments

dbDir

Character scalar pointing to the database directory to search for complex DBs.

Value

A data.frame with the path to available complex databases, sorted with the most recently generated first.

Author

Charlotte Soneson

Examples

listComplexDBs()
#>                                                                                              complexDbPath
#> 1 /Users/runner/work/_temp/Library/einprot/extdata/complexes/complexdb_einprot0.9.3_20240328_orthologs.rds
#> 2 /Users/runner/work/_temp/Library/einprot/extdata/complexes/complexdb_einprot0.5.0_20220323_orthologs.rds
#>      genDate
#> 1 2024-03-28
#> 2 2022-03-23