We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thank you for the amazing package!
I was trying to run Rmagic as below, data_MAGIC <- magic(count_matrix, knn=15, genes=c("CTLA4", "CLU", "CD3G"))
But it gave me error: Error in is.null(x = genes) || is.na(x = genes) : 'length = 3' in coercion to 'logical(1)'
I'd presume that this might be due to an older version of other packages.. I am using R version 4.3.0 (2023-04-21) and added attached packages
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, I also happened to encounter the same problem, how do you think you could solve it? Thank you very much!
Sorry, something went wrong.
the same problem happened also. did you check the magic in python have installed correctly ?
No branches or pull requests
Hi,
Thank you for the amazing package!
I was trying to run Rmagic as below,
data_MAGIC <- magic(count_matrix, knn=15, genes=c("CTLA4", "CLU", "CD3G"))
But it gave me error:
Error in is.null(x = genes) || is.na(x = genes) :
'length = 3' in coercion to 'logical(1)'
I'd presume that this might be due to an older version of other packages..
I am using R version 4.3.0 (2023-04-21) and added attached packages
Thank you!
The text was updated successfully, but these errors were encountered: