# 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