Learn R Programming

HTSSIP (version 1.4.1)

physeq_format: Checking format of phyloseq object for HTSSIP compatibility

Description

Checking format of phyloseq object for HTSSIP compatibility

Usage

physeq_format(physeq)

Arguments

physeq

Phyloseq object

Value

phyloseq object

Examples

Run this code
# NOT RUN {
# this data should be formatted for HTSSIP
data(physeq_S2D2)
physeq_format(physeq_S2D2)

# this data should NOT be correctly formatted for HTSSIP
# }
# NOT RUN {
library(phyloseq)
data(GlobalPatterns)
tryCatch(
 physeq_format(GlobalPatterns),
 function(e) e
 )
 
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab