yiluheihei / microbiomeMarker

R package for microbiome biomarker discovery
https://yiluheihei.github.io/microbiomeMarker
GNU General Public License v3.0
169 stars 40 forks source link

lefse analysis error #111

Open KOMALSKK opened 8 months ago

KOMALSKK commented 8 months ago

Hello, Can you help me with the following error. I created a phyloseq object physeq and performed lefse.

library(microbiomeMarker) norm_tss(physeq) normalize(physeq, method = "TSS")

data(physeq) mm_test <- normalize(physeq, method = "CPM") %>% run_lefse( wilcoxon_cutoff = 0.01, norm = "none", # must be "none" since the input has been normalized group = "type", kw_cutoff = 0.01, multigrp_strat = TRUE, lda_cutoff = 2

But I get the following output; mm_lefse <- run_lefse(

Can you help me finding the error, here.

Thank you.