CrossReferencing: Various functions for mapping b/w names & database...

Description Usage Arguments Author(s)

View source: R/enrich_name_match.R

Description

Given a list of compound names or ids find matched name or IDs from selected databases

Usage

1
2
3
4
5
6
7
8
9
CrossReferencing(
  mSetObj = NA,
  q.type,
  hmdb = T,
  pubchem = T,
  chebi = F,
  kegg = T,
  metlin = F
)

Arguments

mSetObj

Input the name of the created mSetObj (see InitDataObjects).

q.type

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.

hmdb

Logical, T to cross reference to HMDB, F to not.

pubchem

Logical, T to cross reference to PubChem, F to not.

chebi

Logical, T to cross reference to CheBI, F to not.

kegg

Logical, T to cross reference to KEGG, F to not.

metlin

Logical, T to cross reference to MetLin, F to not.

Author(s)

Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)


xia-lab/MetaboAnalystR3.0 documentation built on May 6, 2020, 11:03 p.m.