22fc293ddc00fce956d75fbcdb237e5d19d08fd5 max Thu Sep 3 14:39:29 2026 -0700 Three more Imprinting subtracks on hg38: Geneimprint, Akbari iDMRs, OMIM Geneimprint: the human catalog of imprinted and candidate imprinted genes from geneimprint.com, 274 genes. The catalog gives only a cytogenetic band, so symbols are resolved against the HGNC track, with fallbacks for small RNA clusters and for symbols HGNC has retired. Akbari iDMRs: the 192 imprinted differentially methylated regions that Akbari et al. 2023 (PMID 36777186) compiled from five genome-wide studies. Their published coordinates are 1-based inclusive, not bed, as their own PatMat reader shows, so the starts are shifted. OMIM: the 459 loci that OMIM curates as imprinted. That call is published only through GeneScout and is in no OMIM download file, so the input is a GeneScout export made by hand from a browser. OMIM phenotype entries, which are mapped disease regions up to 90 Mb rather than gene positions, are left out. Also unifies the color scheme across the collection, so vermillion always means the maternal copy, blue the paternal copy and gray no parent of origin, and relates the collection to the Human Methylation Atlas. refs #37599 diff --git src/hg/makeDb/trackDb/human/hg38/akbariIdmr.html src/hg/makeDb/trackDb/human/hg38/akbariIdmr.html new file mode 100644 index 00000000000..0602fff1eeb --- /dev/null +++ src/hg/makeDb/trackDb/human/hg38/akbariIdmr.html @@ -0,0 +1,228 @@ +

Description

+ +

+An imprinted differentially methylated region, or iDMR, is a stretch of the genome where the CpG sites of one parental copy are methylated and the same sites on the other copy are not. Because the methylated copy is always the one from the same parent, an iDMR is a fixed landmark that says which of a person's two chromosomes came from the mother and which from the father, without sequencing the parents. +

+ +

+This track shows 192 such regions on the autosomes, assembled by Akbari et al. +(2023) from five earlier genome-wide surveys of imprinted methylation and used +by their PatMat method to assign whole chromosomes to a parent of origin. Just +under half of the regions were reported independently by two or more of the +five studies. The rest come from a single study and were kept only after they +showed the expected half-methylated signal in public methylomes from blood and +from many tissues. The X chromosome was left out, since it is not generally +thought to carry iDMRs. +

+ +

+The regions cover the classic imprinting control regions, including the H19 +region and both IGF2 DMRs on chromosome 11, KvDMR1 at the KCNQ1 cluster, the +SNRPN region on chromosome 15, the IG-DMR and MEG3 regions on chromosome 14 and +both GNAS regions on chromosome 20, together with a long tail of less +well-established loci. +

+ +

+See the Imprinting track collection page for background on genomic imprinting and for the color scheme shared by all of its subtracks. +

+ +

Display Conventions and Configuration

+ +

+Each item is one region. Items are labeled with the first gene at or near the +region; the configuration page can switch the label to the full list of genes, +which is also shown when the mouse hovers over an item. The regions have no +meaningful strand. +

+ +

+The color shows which parental copy carries the methylation. Vermillion and +blue mean the maternal and the paternal copy on every subtrack of this +collection, but what is marked differs: this track marks the methylated +copy, while Geneimprint marks the +expressed copy. At the H19 region this track is blue because the +paternal copy is the methylated one, and Geneimprint shows H19 in vermillion +because the maternal copy is the expressed one. Both are right. Note also that +methylation at an imprinting control region does not always silence the nearby +gene: the methylated paternal H19 region is what allows IGF2 to be expressed +from the paternal chromosome. +

+ + + + + + +
 Maternal — the copy inherited from the mother is methylated, + so it is the silenced copy (144 regions)
 Paternal — the copy inherited from the father is methylated, + so it is the silenced copy (48 regions)
+ +

+Three filters are available: methylated allele, evidence level (reported by +several studies or by one study plus confirmation in public methylomes), and +which of the five source studies reported the region. None of them filters +anything out by default. +

+ +

+Clicking a region opens a page with the methylated allele, the source studies, +and the counts behind the confirmation step: how many blood methylomes and how +many tissue methylomes could be tested at that region, and in how many of them +the region was partially methylated. One region, the H19 region on chromosome +11, has no counts in the published table, so those rows are left out on its +page. +

+ +

Methods

+ +

+Akbari et al. combined nanopore sequencing, which reads DNA methylation +directly off the same molecule as the sequence, with the long-range phase +information in Strand-seq data, to build chromosome-length haplotypes and then +assign each haplotype to a parent. Nanopore reads at 24 to 38-fold coverage +were base called with guppy and mapped to GRCh38 with minimap2, variants were +called with Clair3, and Strand-seq libraries at 2.8 to 9.5-fold combined +coverage were used to phase those variants across whole chromosomes. The parent +of origin then follows from the methylation state of the haplotypes at the +iDMRs. Tested on five trios with diverse genetic backgrounds, the method +assigned the parent of origin correctly for every autosome, with a mismatch +error rate of 0.31% for single-nucleotide variants and 1.89% for insertions and +deletions. +

+ +

+The region list itself was built as follows. Candidate iDMRs were gathered from +five earlier genome-wide studies (Court et al. 2014, Joshi et al. 2016, +Hernandez Mora et al. 2018, Zink et al. 2018 and Akbari et al. 2022). Regions +overlapping between two or more studies were merged into the largest interval +covered, and regions within 1 kb of each other with the same parent of origin +were also merged. This gave 93 regions seen in at least two studies and 306 +seen in only one. The single-study regions were then filtered: first against +twelve nanopore-sequenced cell lines with trio information, dropping regions +whose parent of origin conflicted with the original report, and then against +whole-genome bisulfite data from 119 blood samples from 87 individuals in +Blueprint and 60 samples covering 29 tissue types from ENCODE and Roadmap. The +reasoning behind the second filter is that if only one allele of a region is +methylated, the two alleles together should read as about half methylated. A +region counted as partially methylated in a sample if it had at least five CpG +sites with at least five reads and more than 60% of those sites had a +methylation fraction between 0.35 and 0.65. Regions had to pass in at least two +samples and in at least 5% of the samples where they could be tested. That left +99 of the single-study regions, for 192 in total. As a control, randomly chosen +intervals passed the same criteria only 2.4% of the time. +

+ +

+The region list was taken from table S3 of the paper, which is also distributed +with the authors' PatMat software as +Imprinted_DMR_List_V1.GRCh38.tsv at +https://github.com/vahidAK/PatMat. +It was converted to browser coordinates without any other change, and all 192 +regions are shown. The processing steps are documented in the +imprinting makeDoc +and the script is in +makeDb/scripts/imprinting. +

+ +

Data Access

+ +

+The data can be explored interactively in table format with the +Table Browser or the +Data Integrator and exported from there to +spreadsheet or tab-sep tables. From scripts, the data can be accessed through +our API, track=akbariIdmr. +

+ +

+For automated download and analysis, the genome annotation is stored in a +bigBed file that can be downloaded from +our download server. +The file for this track is called akbariIdmr.bb. Individual regions or +the whole genome annotation can be obtained using our tool +bigBedToBed, which can be compiled from the source code or downloaded +as a precompiled binary for your system. Instructions for downloading source +code and binaries can be found +here. +The tool can also be used to obtain features within a given range, e.g. +bigBedToBed http://hgdownload.soe.ucsc.edu/gbdb/hg38/imprinting/akbari2023/akbariIdmr.bb -chrom=chr11 -start=1900000 -end=2800000 stdout +

+ +

+The original region list can be downloaded from the +PatMat repository +or from the supplementary material of the paper. +

+ +

Credits

+ +

+Thanks to Vahid Akbari and colleagues at Canada's Michael Smith Genome Sciences +Centre and the University of British Columbia for compiling and publishing the +region list. +

+ +

References

+ +

+Akbari V, Hanlon VCT, O'Neill K, Lefebvre L, Schrader KA, Lansdorp PM, Jones SJM. + +Parent-of-origin detection and chromosome-scale haplotyping using long-read DNA methylation +sequencing and Strand-seq. +Cell Genom. 2023 Jan 11;3(1):100233. +PMID: 36777186; PMC: PMC9903809 +

+ +

+Akbari V, Garant JM, O'Neill K, Pandoh P, Moore R, Marra MA, Hirst M, Jones SJM. + +Genome-wide detection of imprinted differentially methylated regions using nanopore sequencing. +Elife. 2022 Jul 5;11. +PMID: 35787786; PMC: PMC9255983 +

+ +

+Zink F, Magnusdottir DN, Magnusson OT, Walker NJ, Morris TJ, Sigurdsson A, Halldorsson GH, +Gudjonsson SA, Melsted P, Ingimundardottir H et al. + +Insights into imprinting from parent-of-origin phased methylomes and transcriptomes. +Nat Genet. 2018 Nov;50(11):1542-1552. +PMID: 30349119 +

+ +

+Hernandez Mora JR, Tayama C, Sánchez-Delgado M, Monteagudo-Sánchez A, Hata K, Ogata T, Medrano J, +Poo-Llanillo ME, Simón C, Moran S et al. + +Characterization of parent-of-origin methylation using the Illumina Infinium MethylationEPIC array +platform. +Epigenomics. 2018 Jul;10(7):941-954. +PMID: 29962238 +

+ +

+Joshi RS, Garg P, Zaitlen N, Lappalainen T, Watson CT, Azam N, Ho D, Li X, Antonarakis SE, Brunner +HG et al. + +DNA Methylation Profiling of Uniparental Disomy Subjects Provides a Map of Parental Epigenetic Bias +in the Human Genome. +Am J Hum Genet. 2016 Sep 1;99(3):555-566. +PMID: 27569549; PMC: PMC5011056 +

+ +

+Court F, Tayama C, Romanelli V, Martin-Trujillo A, Iglesias-Platas I, Okamura K, Sugahara N, Simón +C, Moore H, Harness JV et al. + +Genome-wide parent-of-origin DNA methylation analysis reveals the intricacies of human imprinting +and suggests a germline methylation-independent mechanism of establishment. +Genome Res. 2014 Apr;24(4):554-69. +PMID: 24402520; PMC: PMC3975056 +

+