## get tables
irefindex_curr_ecoli = get_irefindex("562", "13.0", tempdir())
iRef_binary = select_interaction_type("binary", irefindex_curr_ecoli)
iRef_complex = select_interaction_type("complex", irefindex_curr_ecoli)
## execute function
binary_INTACT = select_database("intact", iRef_binary, "this_database")
binary_non_INTACT = select_database("intact", iRef_binary, "except_this_database")
complex_INTACT_mint = select_database(c("intact", "mint"), iRef_complex,
"this_database")
complex_non_INTACT_mint = select_database(c("intact", "mint"), iRef_complex,
"except_this_database")
Run the code above in your browser using DataLab