merge_input_response: Merge all community tables with each response variable.

Description Usage Arguments Value

View source: R/merged_list_functions.r

Description

This function merges the prepared input tables (consisting of community tables and optionally added sample data) with the prepared response data frame. All input tables are merged with each variable from the response data, so each combination of a given input table with a single response variable is achieved.

Usage

1
merge_input_response(input_tables, response_data)

Arguments

input_tables

a list containing the community (+ sample data) tables

response_data

a dataframe containing the response variables

Value

a list of merged tables, each generated from an input table and one column of the response data frame


RJ333/phyloseq2ML documentation built on June 2, 2020, 9:25 p.m.