Hello,
I’m studying mothur followed by Misep SOP tutorial.
I’ve done the analysis before the OTU based analysis.
So, I did ‘count.groups(shared=final.opti_mcc.shared)’, and ‘sub.sample(shared=final.opti_mcc.shared, size=2403)’.
From here, I want to visualize my taxonomy data using phinch, so I’ve tried to convert mothur files to biom.
So, I used make.biom commands.
What I’ve done is below.
Mothur > make.biom(shared=final.opti_mcc.0.03.subsample.shared, constaxonomy=final.opti_mcc.0.03.cons.taxonomy, metadata
=mouse.dpw.metadata)
And it gave me error which is “Your constaxonomy file contains 481 otus and your shared file contain 376 otus, cannot continue”
Why they have different otu number??
I made
‘final.opti_mcc.0.03.subsample.shared’ file by sub.sample(shared=final.opti_mcc.shared, size=2403) and ‘final.opti_mcc.0.03.cons.taxonomy’ by classify.otu(list=final.opti_mcc.list, count=final.count_table, taxonomy=final.taxonomy, label=0.03)
which are said on the tutorial.
Where am I wrong? Please help.
Best,