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

Hightlight variants in PAR regions #142

Open
mhkc opened this issue Nov 21, 2023 · 2 comments
Open

Hightlight variants in PAR regions #142

mhkc opened this issue Nov 21, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@mhkc
Copy link
Collaborator

mhkc commented Nov 21, 2023

Highlight variants that are int PAR regions in Gens.

PAR_COORDINATES = {
    "37": {
        "X": IntervalTree(
            [Interval(60001, 2699521, "par1"), Interval(154931044, 155260561, "par2")]
        ),
        "Y": IntervalTree([Interval(10001, 2649521, "par1"), Interval(59034050, 59363567, "par2")]),
    },
    "38": {
        "X": IntervalTree(
            [Interval(10001, 2781480, "par1"), Interval(155701383, 156030896, "par2")]
        ),
        "Y": IntervalTree([Interval(10001, 2781480, "par1"), Interval(56887903, 57217416, "par2")]),
    },
}
@mhkc mhkc added the enhancement New feature or request label Nov 21, 2023
@mhkc mhkc changed the title Add PAR coordinates Hightlight variants in PAR regions Nov 21, 2023
@TJO-Lund
Copy link

TJO-Lund commented Dec 15, 2023

Korrekta PAR positioner på X resp. Y (vad jag kan bedöma och stämmer med pos. i ChAS) är:
https://www.ensembl.org/info/genome/genebuild/human_PARS.html

  • chromosome:GRCh38:Y:10001 - 2781479 is shared with X: 10001 - 2781479 (PAR1)
  • chromosome:GRCh38:Y:56887903 - 57217415 is shared with X: 155701383 - 156030895 (PAR2)

Förslagsvis med ljusröd transparent skuggning i kromosomvy i Gens, så att bef. bandning syns igenom (jmf med ChAS)

Copy link

Stale issue message

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

No branches or pull requests

3 participants