-
Notifications
You must be signed in to change notification settings - Fork 61
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
abnormal eigenvectors #341
Comments
Hi, As for your example, I can't tell without seeing the matrix but it could be that either your matrix is not dense enough (you need more reads) or that the first eigenvector is telling you another kind of division, for example between arms. In the latter you will have to look at the second eigenvector. |
Thank you for your reply, David. |
Seems a good amount of reads to me. Have you checked the second eigenvector? |
Thank you for your reply, David. The second eigenvector seems normal. The A compartments distribute at the end of the chromosome and the B compartments distribute near the centromere . I will try to use gene density as the track.Thank you for your help. |
Hi, I used find_compartments function to get eigenvectors and compartments, but I think the distribution of eigenvectors is abnormal,here is my eigenvectors:
EigVect1.pdf
The eigenvalues are negative at both ends of the chromosome and positive at the middle of the chromosome. Generally speaking, when the eigenvalue is negative, the corresponding compartment should be B compartment, and B compartment is heterochromatin with lower interaction and fewer genes. However, it is generally believed that both ends of the chromosome are usually euchromatin, and there are more genes at both ends of the chromosome.Therefore, I think there is a contradiction here. Could you help me explain the problem reasonably. Thank you very much.
The text was updated successfully, but these errors were encountered: