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

code error in gstats.r #68

Open
saynHuang opened this issue Mar 10, 2022 · 1 comment
Open

code error in gstats.r #68

saynHuang opened this issue Mar 10, 2022 · 1 comment

Comments

@saynHuang
Copy link

Line 125: is_on_count = matrixStats::rowCounts(mat_ds_gi > 0),
Line 126: ds_is_on_count = matrixStats::rowCounts(mat_ds_gi > 0),
The calculation result of these two lines is the same. Should "mat_ds_gi" on line 125 be changed to "mat_gi"?

@saynHuang
Copy link
Author

And the function scm_gene_stat() on line 67 receives the parameter "downsample_n", but it is reassigned on line 96

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

1 participant