-
Notifications
You must be signed in to change notification settings - Fork 10
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 in hclust (--pcatype select) #47
Comments
So, that part of the code is trying to select the best PC out of all calculated. I guess, if one of the chromosomes has a very low correlation with either the transcription start site or GC content, it may give this error. I would first suggest to check for anomalies in the unp PC values (Probably plot them in custom R scripts). Sometimes, for unconventional genomes, you may need to hand-pick PCs for some of the chromosomes. Let me know how it goes, happy to help you out. |
Ok, I did ckeck the PCs and PC1 is always the good one expected for chromosome X. I tryed without the X but same error occur. I also have expression datas on those individuals, I can easily select the PC and oriented them. I will try the next step with |
ok, my bad! My chromosomes on matrices are written as "1" and as "chr1" in UCSC golden path... |
Added a note in the documentation to look out for this! Thank you for raising the issue. |
Hello,
The first step
Rscript dchicf.r --file input_files.txt --pcatype cis
is working very well for the compartment calling.But I am getting an error for the second step
Rscript dchicf.r --file input_files.txt --pcatype select
:It seems that it is working for the first two samples as the stdout return:
Here is my input files:
Any idea?
The text was updated successfully, but these errors were encountered: