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

GEO:Error in left_join(): ! Can't join x$ID with y$ID due to incompatible types. ℹ x$ID is a <character>. ℹ y$ID is a <integer>. #628

Open
zhihuawang2015 opened this issue May 16, 2024 · 1 comment

Comments

@zhihuawang2015
Copy link

No description provided.

@zhihuawang2015
Copy link
Author

dat_result <- dat_exp %>%
as.data.frame() %>%
tibble::rownames_to_column("ID") %>%
left_join(., dat_GPL4133, by = 'ID') %>%
aggregate(x = ., by = list(.$'GENE_SYMBOL'), FUN = mean) %>%
select(-c('ID','GENE_SYMBOL')) %>%
tibble::column_to_rownames('Group.1').when running this code,such a result has emerged:Error in left_join(): ! Can't join x$ID with y$ID due to incompatible types. ℹ x$ID is a . ℹ y$ID is a .what happened?

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

1 participant