physeq_format: Checking format of phyloseq object for HTSSIP compatibility

Description Usage Arguments Value Examples

View source: R/chk.R

Description

Checking format of phyloseq object for HTSSIP compatibility

Usage

1
physeq_format(physeq)

Arguments

physeq

Phyloseq object

Value

phyloseq object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# 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
 )
 
## End(Not run)

nick-youngblut/HTSSIP documentation built on May 23, 2019, 4:46 p.m.