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
{{ message }}
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Error in my_stop() :
You should call tidybulk library after tidyverse libraries.
tidybulk says: The function does not know what your sample, transcript and counts columns are.
You have to either enter those as arguments, or use the function tidybulk() to pass your column names that will be remembered.
Hi, I downloaded the tidy transcriptomics case study and tried to run it. After reaching the following code chunk, I get an error:
pseudo_bulk <- seurat_obj |> LoveMangiola2022tidytranscriptomics::aggregate_cells(c(sample, curated_cell_type))The error: