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

select_() was deprecated in dplyr 0.7.0. #276

Open
AlexGaithuma opened this issue Jan 17, 2023 · 1 comment
Open

select_() was deprecated in dplyr 0.7.0. #276

AlexGaithuma opened this issue Jan 17, 2023 · 1 comment

Comments

@AlexGaithuma
Copy link

AlexGaithuma commented Jan 17, 2023

ℹ Please use spread() instead.
ℹ The deprecated feature was likely used in the sleuth package.
Please report the issue at https://github.com/pachterlab/sleuth/issues.

@proton0803
Copy link

proton0803 commented Jan 13, 2024

I had a same problem with sleuth_prep().
(sleuth 0.30.1 on R 4.3.2)

> so <- sleuth_prep(s2c, extra_bootstrap_summary = T, target_mapping = t2g, aggregation_column = 'gene_id', gene_mode = T)
'gene_mode' is TRUE. Sleuth will do counts aggregation at the gene level for downstream normalization, transformation, and modeling steps, as well as for plotting and results.
reading in kallisto results
dropping unused factor levels
......
normalizing est_counts
25264 targets passed the filter
normalizing tpm
merging in metadata
aggregating by column: gene_id
18671 genes passed the filter
summarizing bootstraps
......Error in order(indices) : unimplemented type 'list' in 'orderVector1'
In addition: Warning messages:
1: select_() was deprecated in dplyr 0.7.0.
ℹ Please use select() instead.
ℹ The deprecated feature was likely used in the sleuth package.
Please report the issue at https://github.com/pachterlab/sleuth/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.
2: In parallel::mclapply(x, y, mc.cores = num_cores) :
scheduled core 3 did not deliver a result, all values of the job will be affected

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