generate_contribution_table_using_picrust: Uses the provided OTU table to generate a contribution table...

View source: R/speciesPicrustFunctions.R

generate_contribution_table_using_picrustR Documentation

Uses the provided OTU table to generate a contribution table based on the PICRUSt 16S normalization and genomic content tables

Description

Uses the provided OTU table to generate a contribution table based on the PICRUSt 16S normalization and genomic content tables

Usage

generate_contribution_table_using_picrust(
  otu_table,
  picrust_norm_file,
  picrust_ko_table_directory,
  picrust_ko_table_suffix,
  copynum_column = F,
  otu_rel_abund = T
)

Arguments

otu_table

OTU/seq table

picrust_norm_file

File path to PICRUSt 16S normalization reference data

picrust_ko_table_directory

Directory of PICRUSt genome OTU predictions

picrust_ko_table_suffix

File naming of PICRUSt genome OTU predictions

copynum_column

Whether to include a copy number column in the contribution table

otu_rel_abund

Whether to convert OTU table to relative abundances first

Value

Table of PICRUSt-based contribution abundances for all OTUs

Examples

generate_contribution_table_using_picrust(otu_table, picrust_norm_file, picrust_dir, picrust_suffix)

borenstein-lab/mimosa2 documentation built on Dec. 19, 2024, 12:44 a.m.