mctools.matching: Matching functions between two data sets

Description Usage Arguments

View source: R/dataload_supp.R

Description

A function to match between two data sets (either metabolomics and taxonomic or between metabolomic data sets). For matching between metabolomics and taxonomic data, translated mblids are used. For matching between complimentary metabolomics data sets, the unq_ids are used.

Usage

1
mctools.matching(data.1, data.2, type)

Arguments

data.1

The first data frame to be inputted, what it is depends on the variable 'type'

data.2

The second data frame to be inputted, what it is depends on the variable 'type'

type

Which matching to be done. If 'type == "cross"' then it is matching between metabolomics (‘data.1')and taxonomic ('data.2') data sets. If 'type == "same"' it’s between two metabolomics data sets.


quangnguyen1995/MCTools documentation built on May 23, 2019, 8:56 a.m.