Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

post-taxonomy assignment issue with data transformation #2028

Closed
TamarKopadze opened this issue Sep 26, 2024 · 1 comment
Closed

post-taxonomy assignment issue with data transformation #2028

TamarKopadze opened this issue Sep 26, 2024 · 1 comment

Comments

@TamarKopadze
Copy link

Hello,

I am trying to this following code for my phyloseq object (I'm working on fungi DNA sequence data)

phyloseq1 <- subset_taxa(phyloseq, Kingdom %in% c('Fungi'))

but I keep getting this error message:
Error in dimnames(x) <- dn :
length of 'dimnames' [1] not equal to array extent

I tried looking at number of sequences among the phyloseq object and they match. I also looked at if I had NAs for Kingdom but I don't. I was wondering if anyone knew how to fix this issue.

@benjjneb
Copy link
Owner

This issue doesn't deal with the dada2 R package, and would be better suited for the phyloseq package issues page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants