You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error:
Error in validityMethod():
! The number of tip labels of taxatree is not equal the number of otu in assays.
• Please check the taxatree or assays!
Run rlang::last_trace() to see where the error occurred.
rlang::last_trace()
<error/rlang_error>
Error in validityMethod():
! The number of tip labels of taxatree is not equal the number of otu in assays.
• Please check the taxatree or assays!
Hi Shuangbin,
I met some troubles while parsing the output of qiime2. I've checked the output of qiime2 but I didn't find any reasons of the following error.
running:
otuqza="./table.qza"
taxaqzafile="./taxonomy.qza"
mapfile="./metadata.tsv"
mpse <- mp_import_qiime2(otuqza=otuqzafile, taxaqza=taxaqzafile, mapfilename=mapfile)
mpse
error:
Error in
validityMethod()
:! The number of tip labels of taxatree is not equal the number of otu in assays.
• Please check the taxatree or assays!
Run
rlang::last_trace()
to see where the error occurred.Backtrace:
▆
<stndrdGn>
(<MPSE[,0]>
)<stndrdGn>
(<MPSE[,0]>
)Run rlang::last_trace(drop = FALSE) to see 1 hidden frame.
The text was updated successfully, but these errors were encountered: