assessWebCall: Helper function to assess the input feature tables

View source: R/weaveWebFromTables.R

assessWebCallR Documentation

Helper function to assess the input feature tables

Description

Assess the input tables. Mostly to prepare for within-table associations. Called by weaveWebFromTables.

Usage

assessWebCall(tableY, tableX, verbose)

Arguments

tableY

A table containing features of interest. Rows should be samples and columns should be features. The Y and X refer to the position of the features in a formula: Y ~ X.

tableX

A table containing features of interest. Rows should be samples and columns should be features. The Y and X refer to the position of the features in a formula: Y ~ X. If left empty, tableY will be duplicated.

verbose

A boolean. Toggles whether to print diagnostic information while running. Useful for debugging errors on large datasets.

Value

A potentially adjusted tableX.


thomazbastiaanssen/anansi documentation built on Feb. 9, 2025, 2:07 p.m.