Entering edit mode
2.6 years ago
3129821299
•
0
I encounter a problem when I run ssGSEA by R. I wish to run it successfully. Could any kind person help me?
I encounter a problem when I run ssGSEA by R. I wish to run it successfully. Could any kind person help me?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Have you tried
case.when(as.vector(p) < 0.01 ...)
?Thanks for your reply.
However I still got an error after applying the codes you have provided. Fortunately, I reset my codes,and it successfully runs. I think the reason is that the function (
case_when
) wants to deal with a vector, but what I give is a matrix of 28*2.The change:
Use appropriate tags and a concise specific title. "Thank you" is not a tag and "R error" is a generic title. Read: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1002202
I've fixed things for you this time.
Sorry,It's the first time I write a question and reply. I will pay more attention to it.Thanks you very much!