Export PAVE vs TRACE metabolite assignment table
Source:R/compare.pave.R
export_compare_pave_trace_diff_metabolite.RdExport PAVE vs TRACE metabolite assignment table
Usage
export_compare_pave_trace_diff_metabolite(
assignment,
file = file.path("cache", "TRACE_PAVE_Diff_Metabolite.xlsx"),
chem_lib_path = NULL,
cpdb_path = NULL
)Arguments
- assignment
Path to assignment xlsx or data frame with
feature_id,type,reason,compound_id_pave, andcompound_id_trace.- file
Output path without or with extension (
.xlsx/.csv). Defaultcache/TRACE_PAVE_Diff_Metabolite.xlsx.- chem_lib_path
Optional path to
chem_lib.xlsx.- cpdb_path
Optional TRACE compound-database xlsx with
compound_idandname. Used whenchem_lib_pathisNULL.