Open mikemc opened 4 years ago
Examples of cases where it seems worth it to message() the user when samples or taxa are dropped include
message()
sample_data(ps) <-
tax_table()
otu_table()
tax_glom()
bad_empty
Another case is when phyloseq() is called - currently at error is given only if no samples or taxa match. However, to improve this and some of the cases above would require rewriting core parts of phyloseq.
phyloseq()
Examples of cases where it seems worth it to
message()
the user when samples or taxa are dropped includesample_data(ps) <-
can silently drop samplestax_table()
,otu_table()
, etctax_glom()
with default params will drop taxa withbad_empty
value at that rank