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
Hello,
I am trying to convert a phlyoseq object to a newMRexperiment object using the phyloseq_to_metogenomeseq() function after I tax_glom() my object, but keep getting the following error:
Error in dimnames(x) <- dn : length of 'dimnames' [1] not equal to array extent
Here is my script:
ps.genus<-tax_glom(ps,taxrank = "Genus",NArm = F)
mgs<-phyloseq_to_metagenomeSeq(ps.genus)
I checked the taxa_names() according to your suggestion in a similar issue someone had. But it looked okay, so not sure where things are going wrong.
Any help is appreciated, thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to convert a phlyoseq object to a newMRexperiment object using the phyloseq_to_metogenomeseq() function after I tax_glom() my object, but keep getting the following error:
Error in dimnames(x) <- dn : length of 'dimnames' [1] not equal to array extent
Here is my script:
ps.genus<-tax_glom(ps,taxrank = "Genus",NArm = F)
mgs<-phyloseq_to_metagenomeSeq(ps.genus)
I checked the taxa_names() according to your suggestion in a similar issue someone had. But it looked okay, so not sure where things are going wrong.
Any help is appreciated, thanks!
The text was updated successfully, but these errors were encountered: