fit_tabs {mina}R Documentation

Filter the quantitative and descriptive table to make them have the same samples, the intersect samples will be remained.

Description

Filter the quantitative and descriptive table to make them have the same samples, the intersect samples will be remained.

Usage

fit_tabs(x)

Arguments

x

An object of the class mina with 'tab' and 'des' defined or a quantitative matrix(need parameter des in this case).

Value

Same 'mina' object but fitted 'tab' and 'des' (as well as 'norm' if defined)

Examples

data(maize)
maize <- fit_tabs(maize)
maize <- norm_tab(maize, method = "raref")
maize <- fit_tabs(maize)

[Package mina version 1.1.11 Index]