Skip to content

fix typo dim(genes) >= 2 - #639

Open
yuw444 wants to merge 1 commit into
cole-trapnell-lab:masterfrom
yuw444:fix_typo_plot_cell
Open

yuw444 wants to merge 1 commit into
cole-trapnell-lab:masterfrom
yuw444:fix_typo_plot_cell

Conversation

@yuw444

@yuw444 yuw444 commented Jan 24, 2023

Copy link
Copy Markdown

dim(genes) >= 2 will cause R warning messages; I believe you mean ncol(genes) according to the help file.

`dim(genes) >= 2` will cause R warning messages; I believe you mean `ncol(genes)` according to the help file.
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

Successfully merging this pull request may close these issues.

1 participant