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, I am trying to do the analyse comparing disease to control but i keep receiving this error:
R[write to console]: Error in prcomp.default(all_both, center = TRUE, scale = TRUE) : cannot rescale a constant/zero column to unit variance
Error in prcomp.default(all_both, center = TRUE, scale = TRUE) : cannot rescale a constant/zero column to unit variance
Any advice on what I may be doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered:
@JDavies95 Are you using CellPhoneDB input to CrossTalkeR? How many cell types do you have? I need more details about what you have.
Sorry, something went wrong.
I came across exactly the same error in one of my comparison. I also want to know what happens. It seems it's due to the prcomp. Maybe all rows have the same variance? https://stackoverflow.com/questions/40315227/how-to-solve-prcomp-default-cannot-rescale-a-constant-zero-column-to-unit-var
No branches or pull requests
Hi, I am trying to do the analyse comparing disease to control but i keep receiving this error:
R[write to console]: Error in prcomp.default(all_both, center = TRUE, scale = TRUE) :
cannot rescale a constant/zero column to unit variance
Error in prcomp.default(all_both, center = TRUE, scale = TRUE) :
cannot rescale a constant/zero column to unit variance
Any advice on what I may be doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered: