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

Integer sample.id must be character #60

Open
wwgordon opened this issue Jun 13, 2024 · 1 comment
Open

Integer sample.id must be character #60

wwgordon opened this issue Jun 13, 2024 · 1 comment

Comments

@wwgordon
Copy link

On PC-AiR (if using group variable) and run null model steps, I've noticed an error is thrown if the sample.id's in the annotated dataframe are integers. I believe something in the background is converting these ids to character, and then when a subsequent join is attempted it fails because the object type of the join column (sample.id) is inconsistent. Explicitly setting this column to character when constructing the annotated DF appears to fix the problem.

@smgogarten
Copy link
Collaborator

Can you determine where the error is coming from by running some of the code interactively?

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