Given a list of compound names or ids find matched name or IDs from selected databases
CrossReferencing(mSetObj = NA, q.type, hmdb = T, pubchem = T,
chebi = F, kegg = T, metlin = F)
Input the name of the created mSetObj (see InitDataObjects).
Input the query type, "name" for compound names, "hmdb" for HMDB IDs, "kegg" for KEGG IDs, "pubchem" for PubChem CIDs, "chebi" for ChEBI IDs, "metlin" for METLIN IDs, and "hmdb_kegg" for a both KEGG and HMDB IDs.
Logical, T to cross reference to HMDB, F to not.
Logical, T to cross reference to PubChem, F to not.
Logical, T to cross reference to CheBI, F to not.
Logical, T to cross reference to KEGG, F to not.
Logical, T to cross reference to MetLin, F to not.