Skip to content
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

Is there a way to extract the inter-balanced matrix or the genome-wide matrix? #113

Open
mellofariam opened this issue Jul 6, 2022 · 3 comments

Comments

@mellofariam
Copy link

Reading the documentation I could not find any reference to those normalization procedures. I wonder if there is a way of using them.

Also, when an inter-chromosomal map is extracted with the balanced norm, which of the following procedures (if any) is used: inter-balancing or genome-wide balancing?

@sa501428
Copy link
Member

sa501428 commented Jul 6, 2022

If the file includes these normalizations, then yes. Just use INTER_KR or INTER_SCALE for the inter-balancing or GW_KR or GW_SCALE for genome-wide balancing. If you call it with KR or SCALE, it will use the intra-chromosomal balancing for the 2 chromosomes involved.

If the file doesn't include the normalizations, you'll want to balance the matrices with addnorm.

@sa501428
Copy link
Member

sa501428 commented Jul 6, 2022

What flavor/language are you working with?

@mellofariam
Copy link
Author

I'm working with Python. I'll try that out! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants