-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error Occured when Running metacell Usage Guide Page #89
Comments
Not sure if the package version cause this kind of issue yet.. I tried
Matrix products: default locale: time zone: Asia/Shanghai attached base packages: loaded via a namespace (and not attached): |
same issue here, did you find a solution? |
Got an error when running the usage guide page of metacell:
https://tanaylab.github.io/metacell/articles/a-basic_pbmc8k.html
mcell_import_scmat_10x("test", base_dir="http://www.wisdom.weizmann.ac.il/~atanay/metac_data/pbmc_8k/") mat = scdb_mat("test") print(dim(mat@mat))
What I got is:
summing up total of 0 paralog genes into 0 unique genes Error in rbind.Matrix(x, y, deparse.level = 0L) : cannot get a slot ("p") from an object of type "logical"
I guess it is may due to function
scmat_read_scmat_10x
read the wrong column of data. Could you please double check this issue? Thanks.The text was updated successfully, but these errors were encountered: