Parse HUMAnN output for a single sample as a TreeSummarizedExperiment object
parse_humann.Rd'parse_humann' reads a file obtained from running HUMAnN on a single sample. This file is parsed into a TreeSummarizedExperiment object.
Value
A TreeSummarizedExperiment object with process metadata, row names, column names, and relevant assays.
Details
This function does not integrate sample metadata as column data. The provided sample_id is used as the column name for assays within the TreeSummarizedExperiment object and is intended to be used for integration of sample metadata.
Examples
if (FALSE) { # \dontrun{
if(interactive()){
#EXAMPLE1
}
} # }