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

Without rownames in jjDotPlot #51

Open
FelixZ95 opened this issue Jul 30, 2024 · 1 comment
Open

Without rownames in jjDotPlot #51

FelixZ95 opened this issue Jul 30, 2024 · 1 comment

Comments

@FelixZ95
Copy link

Good jobs! When I run following code, there are two issues:

jjDotPlot(object =scRNA,
gene = as.character(unique(top10$gene)),
id = 'celltype',
split.by = 'group',
dot.col = color3)
dev.off()

  1. If class(top10$gene) is 'factor', it will warn, 'Warning: Could not find Sox1 in the default search locations'. Maybe you can add as.factor in your source code; I think it will be better.
  2. My output pdf has no rownames, as follows:
    image

Thanks!

@junjunlab
Copy link
Owner

Send me your data and code, I will have a try.

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