make_matrix: Make matrix from long-form microbiome data

View source: R/make_matrix.R

make_matrixR Documentation

Make matrix from long-form microbiome data

Description

Make matrix from long-form microbiome data

Usage

make_matrix(long_data, count_column_name, row_names)

Arguments

long_data

Output from bin_taxonomy()

count_column_name

name of count column

row_names

column by which to name table rows (default = "sample-id")

Examples

make_matrix(long_data, "rel_abun", )

mselensky/bngal documentation built on June 3, 2024, 6:27 a.m.