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
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?
No description provided.
The text was updated successfully, but these errors were encountered: