vmikk / metagMisc

Miscellaneous functions for metagenomic analysis.
MIT License
44 stars 11 forks source link

phyloseq_filter_prevalence error #17

Closed lcamVz closed 1 year ago

lcamVz commented 3 years ago

Runnung the command test <-metagMisc::phyloseq_filter_prevalence(ASVnoSingletons, prev.trh = 0.10, abund.trh = NULL)

looking to filter the OTUs that appear in >10% I receive this error Error in dimnames(x) <- dn : length of 'dimnames' [1] not equal to array extent

What it can be>