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

CellDimPlot doesn't work #260

Open
Gbourm opened this issue Sep 28, 2024 · 3 comments
Open

CellDimPlot doesn't work #260

Gbourm opened this issue Sep 28, 2024 · 3 comments

Comments

@Gbourm
Copy link

Gbourm commented Sep 28, 2024

Hello,
I have a problem when making the graphs, there is something wrong with the color so no graph is generated. Below are the warning message.

CellDimPlot(

  • srt = Exp1, group.by = "seurat_clusters", stat.by = "Phase",
  • reduction = "UMAP", theme_use = "theme_blank"
  • )
    Warning messages:
    1: No shared levels found between names(values) of the manual scale and the data's fill values.
    2: No shared levels found between names(values) of the manual scale and the data's fill values.
    3: No shared levels found between names(values) of the manual scale and the data's fill values.
    4: No shared levels found between names(values) of the manual scale and the data's fill values.

Could you help me solve this? I tried to look for solutions but couldn't find anything.
Thanks a lot,
Best

@Gbourm
Copy link
Author

Gbourm commented Sep 29, 2024

More specifically, these warnings happen in all graphs, but the only ones that do not generate a graph are when "stat.by = "Phase" is used.
I am still trying to find out why, any help would be welcomed.

@Gbourm
Copy link
Author

Gbourm commented Oct 2, 2024

Same happens with the trajectory inference
pancreas_sub <- RunSlingshot(srt = pancreas_sub, group.by = "SubCellType", reduction = "UMAP")

Warning messages:
1: No shared levels found between names(values) of the manual scale and the data's fill values.
2: No shared levels found between names(values) of the manual scale and the data's fill values.

@scb-jjames
Copy link

Did you solve this? I'm facing the same issue.

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