-
Notifications
You must be signed in to change notification settings - Fork 55
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
The results of diploid and aneuploid are reversed in test_copykat_heatmap.jpeg, why? #99
Comments
I encountered the same issue. I had to reverse the results manually. |
I found another issue: I repeated copykat for my dataset due to some test reason. The new output shows a correct result, and the heatmap was correct. However, there are some little differences between the two times, and the predicted result changed slightly in one sample(10% cells). I’m not sure whether it’s normal. |
I also observe results being reversed on a sample among cells from tumor vs adjacent tissues (adjacent cells being classified as aneuploid). Unexpectdly, when I run |
Sorry to bother you, when I run the following code:
copykat.test <- copykat(rawmat=exp.rawdata,
id.type="S",
ngene.chr=5,
win.size=25,
KS.cut=0.1,
sam.name="test",
distance="euclidean",
norm.cell.names="",
output.seg="FLASE",
plot.genes="TRUE",
genome="hg20",
n.cores=4)
Sometimes, the results of diploid and aneuploid were logical in the test_copykat_heatmap.jpeg; while sometimes the results of diploid and aneuploid were reverse in the test_copykat_heatmap.jpeg. Which should be aneuploid , but titled with diploid. Can you tell me why this happend and how to solve it. Best wish
The text was updated successfully, but these errors were encountered: