## Not run:
# ## 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)
# known_complexes_ecoli_complexList = convert_MITAB_to_complexList(iRef_complex,
# canonical_rep="yes", include_generated_complexes="no", list_methods="default")
#
# ## execute function
# reconstructed_known_ecoli_MITAB = convert_complexList_to_MITAB(
# known_complexes_ecoli_complexList, irefindex_curr_ecoli, "yes", "no")
# setequal(dim(iRef_complex), dim(reconstructed_known_ecoli_MITAB))
#
# ## more examples
# generated_complexes_ecoli_complexList = convert_MITAB_to_complexList(iRef_binary,
# canonical_rep="yes", include_generated_complexes="yes", list_methods="default")
# reconstructed_generated_ecoli_MITAB = convert_complexList_to_MITAB(
# generated_complexes_ecoli_complexList, irefindex_curr_ecoli, "yes", "yes")
# reconstructed_complexList = convert_MITAB_to_complexList(
# reconstructed_generated_ecoli_MITAB, canonical_rep="yes", include_generated_complexes=
# "yes")
# setequal(dim(generated_complexes_ecoli_complexList), dim(reconstructed_complexList))
#
# all_complexes_ecoli_complexList = convert_MITAB_to_complexList(irefindex_curr_ecoli,
# canonical_rep="yes", include_generated_complexes="yes", list_methods="default")
# reconstructed_all_ecoli_MITAB = convert_complexList_to_MITAB(
# all_complexes_ecoli_complexList, irefindex_curr_ecoli, "yes", "yes")
# reconstructed_all_complexList = convert_MITAB_to_complexList(
# reconstructed_all_ecoli_MITAB, canonical_rep="yes", include_generated_complexes="yes")
# setequal(dim(all_complexes_ecoli_complexList), dim(reconstructed_all_complexList))
# ## End(Not run)
Run the code above in your browser using DataLab