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

Segments do not take into account chromosome sizes #113

Open
lbeltrame opened this issue Apr 4, 2024 · 0 comments
Open

Segments do not take into account chromosome sizes #113

lbeltrame opened this issue Apr 4, 2024 · 0 comments

Comments

@lbeltrame
Copy link

When trying to associate an aberration with these coordinates

16 90000001 90500000

to the actual cytoband it resides in, we realized that that the bin end (and thus the segment's) goes beyond the chromosome boundary (90338345), which causes some problems with downstream tools (like UCSC's Table Browser).

I'm not sure if it's how feasible is to adjust this, but perhaps at least in the final output the coordinates should not go beyond the actual boundary of a chromosome (yes, I'm aware this opens a can of worms on how to get said sizes).

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

1 participant