ONLINE. Online supplementary information S1 (Box) Method. Supplementary data. Online links

Size: px
Start display at page:

Download "ONLINE. Online supplementary information S1 (Box) Method. Supplementary data. Online links"

Transcription

1 ONLINE Online supplementary information S1 (Box) Method The of the human or mouse genomes were downloaded from the UCSC Genome Browser using the Tables feature. The d component of each genome was comprehensively sampled using the cytogenetic bands track for the human genome or the GC content track for the mouse genome. FASTA files were downloaded, with the repetitive fraction represented by nucleotides in lower case. A Perl program was written to count the number of motifs in upper-, lower- or either case (on rare occasions the motif spanned a transition between and repetitive s). The motifs contained within low complexity and simple repeats were quantified by limiting the lower-case annotation for each repeat class and repeating the quantification. Our goal was to precisely reproduce a previous study that quantified motif frequencies in transposable-element-derived s 27.The data were compiled using Excel (Microsoft). Supplementary data Perl program for counting motifs. A summary of CpG, HpaII and NotI frequencies in and repetitive s in the human and mouse genomes (see Figure 1 for diagrammatic representation of the data). Online links Genetic Information Research Institute (Girinst): The Human Epigenome Project: The UCSC Genome Browser:

2 #!/usr/bin/perl -w # Determining frequency of motifs, NRG review study. # Get the DNA data print "Please type the filename of the DNA data: "; $dna_filename = <STDIN>; chomp $dna_filename; # Does the file exist? unless ( -e $dna_filename) { print "File \"$dna_filename\" doesn\'t seem to exist!!\n"; print "Running analysis, please wait\n\n"; # Can we open the file? unless ( open(dnafile, $dna_filename) ) { print "Cannot open file = <DNAFILE>; close DNAFILE; $DNA = join( # Remove whitespace $DNA =~ s/\s//g; # Initialize the counts. # Notice that we can use scalar variables to hold numbers. $cg = 0; $CG = 0; $ccgg = 0; $CCGG = 0; $cg=0; $ccgg=0; $noti=0; $NOTI=0; $NotItotal=0; $C=0; $G=0; $A=0; $T=0; # Use a regular expression "trick", and five while loops, # to find the counts of the four bases plus errors while($dna =~ /cg/g){$cg++ while($dna =~ /CG/g){$CG++ while($dna =~ /ccgg/g){$ccgg++ while($dna =~ /CCGG/g){$CCGG++ while($dna =~ /CG/ig){$cG++ while($dna =~ /CCGG/ig){$ccGG++ while($dna =~ /gcggccgc/g){$noti++ while($dna =~ /GCGGCCGC/g){$NOTI++ while($dna =~ /GCGGCCGC/ig){$NotItotal++ while($dna =~ /C/ig){$C++ while($dna =~ /G/ig){$G++ while($dna =~ /A/ig){$A++ while($dna =~ /T/ig){$T++

3 print "cg\tcg\tccgg\tccgg\tcgtotal\tccggtotal\tnoti\tnoti\tnotitotal\tctotal\tgtotal\ tatotal\tttotal\n "; print "$cg\t$cg\t$ccgg\t$ccgg\t$cg\t$ccgg\t$noti\t$noti\t$notitotal\t$c\t$g\t$a\t$t\n \n "; # Also write the results to a file called "countbase" $outputfile = "countbase"; unless ( open(countbase, ">$outputfile") ) { print "Cannot open file \"$outputfile\" to write to!!\n\n"; print COUNTBASE "cg\tcg\tccgg\tccgg\tcgtotal\tccggtotal\tnoti\tnoti\tnotitotal\tctotal\tgtotal\ tatotal\tttotal\n "; print COUNTBASE "$cg\t$cg\t$ccgg\t$ccgg\t$cg\t$ccgg\t$noti\t$noti\t$notitotal\t$c\t$g\t$a\t$t\n \n "; close(countbase); # exit the program

4 cg CG CG total ccgg CCGG CCGG noti NOTI NotI total C total G total A total T total Total size (G+C)% CpG O/E CpG fraction (%) CpG fraction (%) HpaII fraction (%) HpaII fraction (%) HpaII/CpG total (%) HpaII/CpG total (%) NotI/CpG total (%) NotI/CpG total (%) repetitive repetitive total repetitive GENOME total total repetitive repetitive repetitive repetitive chr1 1,139,194 1,078,771 2,226,782 96,687 90, , ,169,649 46,160,728 64,558,181 64,675, ,564, chr2 1,066,548 1,077,591 2,152,372 86,160 78, , ,745,067 47,806,555 70,908,939 71,082, ,542, chr3 867, ,682 1,619,040 69,852 50, , ,582,987 38,597,439 58,625,984 58,668, ,474, chr4 796, ,045 1,457,580 61,002 41, , ,687,423 35,698,035 57,716,055 57,741, ,842, chr5 782, ,552 1,508,459 61,670 49, , ,077,244 35,119,552 53,609,359 53,747, ,553, chr6 757, ,102 1,472,287 61,595 47, , ,103,083 33,127,112 50,523,694 50,503, ,257, chr7 791, ,166 1,552,107 65,580 59, , ,497,915 31,473,153 45,821,860 45,884, ,677, chr8 649, ,246 1,301,222 50,847 46,741 98, ,578,739 28,581,187 42,618,835 42,569, ,348, chr9 588, ,956 1,171,502 48,990 48,168 97, ,890,796 23,868,278 33,942,349 33,923, ,624, chr10 646, ,659 1,349,199 53,235 55, , ,272,024 27,264,607 38,296,908 38,340, ,173, chr11 628, ,693 1,287,302 51,165 56, , ,187,673 27,220,932 38,245,140 38,255, ,909, chr12 679, ,554 1,262,367 56,830 44, , ,464,613 26,453,283 38,439,928 38,469, ,826, chr13 404, , ,544 31,741 25,350 57, ,407,057 18,402,969 29,335,975 29,414,591 95,560, chr14 428, , ,635 35,392 33,171 69, ,798,515 17,846,563 25,670,458 25,876,224 87,191, chr15 430, , ,482 36,695 35,177 72, ,158,606 17,137,512 23,495,764 23,468,318 81,260, chr16 524, ,060 1,109,706 46,023 54, , ,850,782 17,921,938 22,017,803 22,142,331 79,932, chr17 555, ,134 1,151,192 52,198 58, , ,697,811 17,666,031 21,134,814 21,179,496 77,678, chr18 323, , ,183 25,598 24,113 50, ,838,392 14,862,842 22,464,643 22,488,504 74,654, chr19 544, ,551 1,057,112 53,880 56, , ,473,831 13,506,669 14,383,178 14,422,296 55,785, chr20 340, , ,998 29,615 33,486 63, ,087,664 13,127,877 16,503,881 16,705,908 59,425, chr21 168, , ,735 13,852 16,395 30, ,939,139 6,928,364 10,062,475 9,994,567 33,924, chr22 255, , ,205 23,858 32,028 56, ,223,628 8,218,016 8,978,130 8,932,549 34,352, chrx 744, ,481 1,218,870 55,599 31,586 87, ,411,910 29,448,629 45,105,588 45,249, ,216, chry 123,397 75, ,782 8,920 5,208 14, ,884,812 4,907,704 7,374,991 7,482,235 24,649, GENOME 14,240,674 13,592,835 27,942,663 1,176,984 1,075,053 2,270,194 2,300 7,130 9, ,029, ,345, ,834, ,217,890 2,843,428, Within Simple repeats 226,664 7, ,943 9, , ,303,533 5,755,970 12,222,587 10,238,026 33,520, Within Low complexity repeats 184, ,730 28, ,414 1, ,245 3,175,664 3,165,688 9,206,321 7,343,495 22,891, Minus simple/low complexity repeats (transposable element only) 13,829,280 13,585,556 27,523,990 1,138,983 1,074,790 2,231, ,130 7, ,550, ,424, ,406, ,636,369 2,787,016, Within CpG islands 155,784 1,903,247 2,061,289 23, , ,079 1,213 5,207 6,483 7,349,427 7,414,202 3,505,038 3,330,753 21,599, Motif proportion islands of HpaII sites within 0.47 of islands 0.22 of NotI sites within 0.75 of NotI sites islands 0.73

5 cg CG CG total ccgg CCGG CCGG total noti NOTI NotI total C total G total A total T total Total size (G+C)% CpG O/E CpG fraction CpG fraction HpaII fraction HpaII fraction HpaII/CpGtotal HpaII/CpGtotal NotI/CpG total NotI/CpG total repetitive repetitive repetitive GENOME total total repetitive repetitive repetitive repetitive chr1 559, ,621 1,479,804 47,642 58, , ,503,706 39,456,961 56,628,061 56,444, ,033, chr2 514, ,509 1,513,519 43,060 68, , ,175,380 37,197,747 51,105,064 51,171, ,649, chr3 467, ,554 1,206,164 40,223 44,070 84, ,830,070 31,877,331 46,843,662 46,935, ,487, chr4 482, ,332 1,306,697 41,121 60, , ,466,579 31,471,600 42,874,559 42,947, ,760, chr5 446, ,170 1,268,412 38,021 58,050 96, ,281,354 29,262,459 39,604,803 39,550, ,699, chr6 427, ,007 1,159,234 36,811 45,843 83, ,972,891 29,921,804 42,321,890 42,345, ,562, chr7 405, ,113 1,100,827 34,350 51,420 86, ,779,765 26,734,827 35,151,126 35,237, ,902, chr8 377, ,693 1,144,789 31,848 53,340 85, ,547,321 26,514,563 36,124,132 36,043, ,229, chr9 368, ,318 1,075,425 30,457 49,166 80, ,845,825 25,810,560 34,703,514 34,683, ,043, chr10 390, ,225 1,112,435 32,673 46,693 80, ,336,743 26,388,205 37,338,023 37,425, ,488, chr11 364, ,423 1,159,714 30,399 62,234 93, ,942,464 25,921,592 33,292,048 33,193, ,349, chr12 318, , ,480 26,852 38,559 65, ,993,296 23,034,790 32,257,810 32,541, ,827, chr13 337, , ,920 27,716 38,772 66, ,471,216 23,448,167 33,031,034 32,862, ,812, chr14 323, , ,388 27,372 35,041 62, ,161,646 23,164,803 33,279,317 33,330, ,935, chr15 286, , ,537 24,382 37,481 62, ,967,310 19,974,183 27,669,575 27,649,943 95,261, chr16 277, , ,634 23,917 29,405 53, ,449,344 19,477,246 28,101,533 28,136,885 95,165, chr17 286, , ,383 23,761 39,959 64, ,168,807 19,119,808 25,731,836 25,685,481 89,705, chr18 241, , ,176 20,291 27,450 48, ,846,604 16,880,106 23,855,456 23,889,660 81,471, chr19 163, , ,050 13,258 25,906 39, ,661,369 11,635,328 15,685,408 15,538,450 54,520, chrx 517, , ,793 48,510 21,272 70, ,880,771 29,861,009 46,315,245 46,245, ,302, chry 69,377 39, ,302 5,439 2,187 7, ,482,971 3,489,230 5,462,580 5,422,344 17,857, GENOME 7,627,246 13,157,791 20,900, , ,546 1,555,126 2,162 3,841 6, ,765, ,642, ,376, ,283,008 2,496,067, Within Simple repeats 290,976 8, ,123 5, , ,748,232 14,769,628 28,209,042 22,869,035 80,595, Within Low complexity repeats 114, ,992 12, , ,284,537 3,910,676 9,893,047 7,950,207 26,038, Minus simple/low complexity repeats (transposable element only) 7,221,278 13,149,644 20,486, , ,394 1,536,998 1,280 3,841 5, ,732, ,962, ,274, ,463,766 2,389,433, Within CpG islands 70,895 1,048,389 1,120,308 9, , , ,845 3,478 3,831,478 3,842,495 1,924,438 1,806,347 11,404, Motif proportion islands of within 0.58 of islands 0.14 of NotI sites within 0.63 of NotI sites islands 0.74

Assignment 5: Integrative epigenomics analysis

Assignment 5: Integrative epigenomics analysis Assignment 5: Integrative epigenomics analysis Due date: Friday, 2/24 10am. Note: no late assignments will be accepted. Introduction CpG islands (CGIs) are important regulatory regions in the genome. What

More information

SUPPLEMENTAL INFORMATION

SUPPLEMENTAL INFORMATION SUPPLEMENTAL INFORMATION GO term analysis of differentially methylated SUMIs. GO term analysis of the 458 SUMIs with the largest differential methylation between human and chimp shows that they are more

More information

Nature Immunology: doi: /ni Supplementary Figure 1. DNA-methylation machinery is essential for silencing of Cd4 in cytotoxic T cells.

Nature Immunology: doi: /ni Supplementary Figure 1. DNA-methylation machinery is essential for silencing of Cd4 in cytotoxic T cells. Supplementary Figure 1 DNA-methylation machinery is essential for silencing of Cd4 in cytotoxic T cells. (a) Scheme for the retroviral shrna screen. (b) Histogram showing CD4 expression (MFI) in WT cytotoxic

More information

High Throughput Sequence (HTS) data analysis. Lei Zhou

High Throughput Sequence (HTS) data analysis. Lei Zhou High Throughput Sequence (HTS) data analysis Lei Zhou (leizhou@ufl.edu) High Throughput Sequence (HTS) data analysis 1. Representation of HTS data. 2. Visualization of HTS data. 3. Discovering genomic

More information

Results. Abstract. Introduc4on. Conclusions. Methods. Funding

Results. Abstract. Introduc4on. Conclusions. Methods. Funding . expression that plays a role in many cellular processes affecting a variety of traits. In this study DNA methylation was assessed in neuronal tissue from three pigs (frontal lobe) and one great tit (whole

More information

Chip Seq Peak Calling in Galaxy

Chip Seq Peak Calling in Galaxy Chip Seq Peak Calling in Galaxy Chris Seward PowerPoint by Pei-Chen Peng Chip-Seq Peak Calling in Galaxy Chris Seward 2018 1 Introduction This goals of the lab are as follows: 1. Gain experience using

More information

Computational Analysis of UHT Sequences Histone modifications, CAGE, RNA-Seq

Computational Analysis of UHT Sequences Histone modifications, CAGE, RNA-Seq Computational Analysis of UHT Sequences Histone modifications, CAGE, RNA-Seq Philipp Bucher Wednesday January 21, 2009 SIB graduate school course EPFL, Lausanne ChIP-seq against histone variants: Biological

More information

Use Case 9: Coordinated Changes of Epigenomic Marks Across Tissue Types. Epigenome Informatics Workshop Bioinformatics Research Laboratory

Use Case 9: Coordinated Changes of Epigenomic Marks Across Tissue Types. Epigenome Informatics Workshop Bioinformatics Research Laboratory Use Case 9: Coordinated Changes of Epigenomic Marks Across Tissue Types Epigenome Informatics Workshop Bioinformatics Research Laboratory 1 Introduction Active or inactive states of transcription factor

More information

Supplemental Figure 1. Genes showing ectopic H3K9 dimethylation in this study are DNA hypermethylated in Lister et al. study.

Supplemental Figure 1. Genes showing ectopic H3K9 dimethylation in this study are DNA hypermethylated in Lister et al. study. mc mc mc mc SUP mc mc Supplemental Figure. Genes showing ectopic HK9 dimethylation in this study are DNA hypermethylated in Lister et al. study. Representative views of genes that gain HK9m marks in their

More information

Supplemental Figure S1. Tertiles of FKBP5 promoter methylation and internal regulatory region

Supplemental Figure S1. Tertiles of FKBP5 promoter methylation and internal regulatory region Supplemental Figure S1. Tertiles of FKBP5 promoter methylation and internal regulatory region methylation in relation to PSS and fetal coupling. A, PSS values for participants whose placentas showed low,

More information

Supplementary Information

Supplementary Information Supplementary Information Table S1. Donor and sample information for blood samples used in the microarray and gene expression studies. Sample ID Age (Years) Diagnosis Smoking Classification DNA Methylation

More information

Modern Epigenomics. DNA Methylomics

Modern Epigenomics. DNA Methylomics Modern Epigenomics DNA Methylomics Ting Wang Department of Genetics Center for Genome Sciences and Systems Biology Washington University Dragon Star 2012 Changchun, China July 2, 2012 Informa(on Email:

More information

Supplementary Information

Supplementary Information Supplementary Information 5-hydroxymethylcytosine-mediated epigenetic dynamics during postnatal neurodevelopment and aging By Keith E. Szulwach 1,8, Xuekun Li 1,8, Yujing Li 1, Chun-Xiao Song 2, Hao Wu

More information

Data mining with Ensembl Biomart. Stéphanie Le Gras

Data mining with Ensembl Biomart. Stéphanie Le Gras Data mining with Ensembl Biomart Stéphanie Le Gras (slegras@igbmc.fr) Guidelines Genome data Genome browsers Getting access to genomic data: Ensembl/BioMart 2 Genome Sequencing Example: Human genome 2000:

More information

Genomic structural variation

Genomic structural variation Genomic structural variation Mario Cáceres The new genomic variation DNA sequence differs across individuals much more than researchers had suspected through structural changes A huge amount of structural

More information

Mitelman Database of Chromosome Aberrations and Gene Fusions in Cancer

Mitelman Database of Chromosome Aberrations and Gene Fusions in Cancer Mitelman Database of Chromosome Aberrations and Gene Fusions in Cancer Mitelman Database of Chromosome Aberrations and Gene Fusions in Cancer (2017). Mitelman F, Johansson B and Mertens F (Eds.), http://cgap.nci.nih.gov/chromosomes/mitel

More information

Large conserved domains of low DNA methylation maintained by Dnmt3a

Large conserved domains of low DNA methylation maintained by Dnmt3a Supplementary information Large conserved domains of low DNA methylation maintained by Dnmt3a Mira Jeong# 1, Deqiang Sun # 2, Min Luo# 1, Yun Huang 3, Grant A. Challen %1, Benjamin Rodriguez 2, Xiaotian

More information

Supplementary Figure 1

Supplementary Figure 1 Supplementary Figure 1 a Location of GUUUCA motif relative to RNA position 4e+05 3e+05 Reads 2e+05 1e+05 0e+00 35 40 45 50 55 60 65 Distance upstream b 1: Egg 2: L3 3: Adult 4: HES 4e+05 3e+05 2e+05 start

More information

A Practical Guide to Integrative Genomics by RNA-seq and ChIP-seq Analysis

A Practical Guide to Integrative Genomics by RNA-seq and ChIP-seq Analysis A Practical Guide to Integrative Genomics by RNA-seq and ChIP-seq Analysis Jian Xu, Ph.D. Children s Research Institute, UTSW Introduction Outline Overview of genomic and next-gen sequencing technologies

More information

Supplemental Information For: The genetics of splicing in neuroblastoma

Supplemental Information For: The genetics of splicing in neuroblastoma Supplemental Information For: The genetics of splicing in neuroblastoma Justin Chen, Christopher S. Hackett, Shile Zhang, Young K. Song, Robert J.A. Bell, Annette M. Molinaro, David A. Quigley, Allan Balmain,

More information

ChIP-seq hands-on. Iros Barozzi, Campus IFOM-IEO (Milan) Saverio Minucci, Gioacchino Natoli Labs

ChIP-seq hands-on. Iros Barozzi, Campus IFOM-IEO (Milan) Saverio Minucci, Gioacchino Natoli Labs ChIP-seq hands-on Iros Barozzi, Campus IFOM-IEO (Milan) Saverio Minucci, Gioacchino Natoli Labs Main goals Becoming familiar with essential tools and formats Visualizing and contextualizing raw data Understand

More information

Nature Structural & Molecular Biology: doi: /nsmb.2419

Nature Structural & Molecular Biology: doi: /nsmb.2419 Supplementary Figure 1 Mapped sequence reads and nucleosome occupancies. (a) Distribution of sequencing reads on the mouse reference genome for chromosome 14 as an example. The number of reads in a 1 Mb

More information

Hands-On Ten The BRCA1 Gene and Protein

Hands-On Ten The BRCA1 Gene and Protein Hands-On Ten The BRCA1 Gene and Protein Objective: To review transcription, translation, reading frames, mutations, and reading files from GenBank, and to review some of the bioinformatics tools, such

More information

Epigenetics DNA methylation. Biosciences 741: Genomics Fall, 2013 Week 13. DNA Methylation

Epigenetics DNA methylation. Biosciences 741: Genomics Fall, 2013 Week 13. DNA Methylation Epigenetics DNA methylation Biosciences 741: Genomics Fall, 2013 Week 13 DNA Methylation Most methylated cytosines are found in the dinucleotide sequence CG, denoted mcpg. The restriction enzyme HpaII

More information

Supplementary note: Comparison of deletion variants identified in this study and four earlier studies

Supplementary note: Comparison of deletion variants identified in this study and four earlier studies Supplementary note: Comparison of deletion variants identified in this study and four earlier studies Here we compare the results of this study to potentially overlapping results from four earlier studies

More information

ChromHMM Tutorial. Jason Ernst Assistant Professor University of California, Los Angeles

ChromHMM Tutorial. Jason Ernst Assistant Professor University of California, Los Angeles ChromHMM Tutorial Jason Ernst Assistant Professor University of California, Los Angeles Talk Outline Chromatin states analysis and ChromHMM Accessing chromatin state annotations for ENCODE2 and Roadmap

More information

Comparison of open chromatin regions between dentate granule cells and other tissues and neural cell types.

Comparison of open chromatin regions between dentate granule cells and other tissues and neural cell types. Supplementary Figure 1 Comparison of open chromatin regions between dentate granule cells and other tissues and neural cell types. (a) Pearson correlation heatmap among open chromatin profiles of different

More information

Exploring HIV Evolution: An Opportunity for Research Sam Donovan and Anton E. Weisstein

Exploring HIV Evolution: An Opportunity for Research Sam Donovan and Anton E. Weisstein Microbes Count! 137 Video IV: Reading the Code of Life Human Immunodeficiency Virus (HIV), like other retroviruses, has a much higher mutation rate than is typically found in organisms that do not go through

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 23275-1 First edition 2006-11-01 Animal and vegetable fats and oils Cocoa butter equivalents in cocoa butter and plain chocolate Part 1: Determination of the presence of cocoa

More information

MODULE 4: SPLICING. Removal of introns from messenger RNA by splicing

MODULE 4: SPLICING. Removal of introns from messenger RNA by splicing Last update: 05/10/2017 MODULE 4: SPLICING Lesson Plan: Title MEG LAAKSO Removal of introns from messenger RNA by splicing Objectives Identify splice donor and acceptor sites that are best supported by

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 23275-2 First edition 2006-11-01 Animal and vegetable fats and oils Cocoa butter equivalents in cocoa butter and plain chocolate Part 2: Quantification of cocoa butter equivalents

More information

Tutorial. ChIP Sequencing. Sample to Insight. September 15, 2016

Tutorial. ChIP Sequencing. Sample to Insight. September 15, 2016 ChIP Sequencing September 15, 2016 Sample to Insight CLC bio, a QIAGEN Company Silkeborgvej 2 Prismet 8000 Aarhus C Denmark Telephone: +45 70 22 32 44 www.clcbio.com support-clcbio@qiagen.com ChIP Sequencing

More information

Package NarrowPeaks. August 3, Version Date Type Package

Package NarrowPeaks. August 3, Version Date Type Package Package NarrowPeaks August 3, 2013 Version 1.5.0 Date 2013-02-13 Type Package Title Analysis of Variation in ChIP-seq using Functional PCA Statistics Author Pedro Madrigal , with contributions

More information

General Instructions:

General Instructions: CSCE 110: Programming I Spring 2019 Lab 4 General Instructions: Lab is due online by 11:59 pm of the due date. The assignment must be typed, not handwritten or scanned. Label your Python programs q.py,

More information

SUPPLEMENTARY INFORMATION. Intron retention is a widespread mechanism of tumor suppressor inactivation.

SUPPLEMENTARY INFORMATION. Intron retention is a widespread mechanism of tumor suppressor inactivation. SUPPLEMENTARY INFORMATION Intron retention is a widespread mechanism of tumor suppressor inactivation. Hyunchul Jung 1,2,3, Donghoon Lee 1,4, Jongkeun Lee 1,5, Donghyun Park 2,6, Yeon Jeong Kim 2,6, Woong-Yang

More information

Accessing and Using ENCODE Data Dr. Peggy J. Farnham

Accessing and Using ENCODE Data Dr. Peggy J. Farnham 1 William M Keck Professor of Biochemistry Keck School of Medicine University of Southern California How many human genes are encoded in our 3x10 9 bp? C. elegans (worm) 959 cells and 1x10 8 bp 20,000

More information

CE 332 Construction Engineering and Management. MS Project - Recitation

CE 332 Construction Engineering and Management. MS Project - Recitation CE 332 Construction Engineering and Management MS Project - Recitation MICROSOFT PROJECT Microsoft Project is a project management software, developed and sold by Microsoft, which is designed to assist

More information

DNA replication timing and higher-order nuclear organization determine single nucleotide substitution patterns in cancer genomes

DNA replication timing and higher-order nuclear organization determine single nucleotide substitution patterns in cancer genomes DNA replication timing and higher-order nuclear organization determine single nucleotide substitution patterns in cancer genomes The Harvard community has made this article openly available. Please share

More information

ISO INTERNATIONAL STANDARD

ISO INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO 23275-1 First edition 2006-11-01 Animal and vegetable fats and oils Cocoa butter equivalents in cocoa butter and plain chocolate Part 1: Determination of the presence of cocoa

More information

Supplementary Figure 1. Spectrum and signatures of substitutions.

Supplementary Figure 1. Spectrum and signatures of substitutions. Supplementary Figure 1. Spectrum and signatures of substitutions. a. Heatmaps of trinucleotide context of substitutions. Each square represents a substitution in a specific trinucleotide context, normalised

More information

FINAL ANNOTATION REPORT: Drosophila virilis Fosmid 11 (48P14) Robert Carrasquillo Bio 4342

FINAL ANNOTATION REPORT: Drosophila virilis Fosmid 11 (48P14) Robert Carrasquillo Bio 4342 FINAL ANNOTATION REPORT: Drosophila virilis Fosmid 11 (48P14) Robert Carrasquillo Bio 4342 2006 TABLE OF CONTENTS I. Overview... 3 II. Genes... 4 III. Clustal Analysis... 15 IV. Repeat Analysis... 17 V.

More information

MODULE 3: TRANSCRIPTION PART II

MODULE 3: TRANSCRIPTION PART II MODULE 3: TRANSCRIPTION PART II Lesson Plan: Title S. CATHERINE SILVER KEY, CHIYEDZA SMALL Transcription Part II: What happens to the initial (premrna) transcript made by RNA pol II? Objectives Explain

More information

Comparison of methylation resistant and sensitive CpG islands using DNA sequence information content. Masters of Technology In Biotechnology

Comparison of methylation resistant and sensitive CpG islands using DNA sequence information content. Masters of Technology In Biotechnology Comparison of methylation resistant and sensitive CpG islands using DNA sequence information content A Dissertation Submitted in partial fulfillment of the requirement For the award of degree of Masters

More information

Supplementary Figure S1. Gene expression analysis of epidermal marker genes and TP63.

Supplementary Figure S1. Gene expression analysis of epidermal marker genes and TP63. Supplementary Figure Legends Supplementary Figure S1. Gene expression analysis of epidermal marker genes and TP63. A. Screenshot of the UCSC genome browser from normalized RNAPII and RNA-seq ChIP-seq data

More information

Supplementary Figure 1. Efficiency of Mll4 deletion and its effect on T cell populations in the periphery. Nature Immunology: doi: /ni.

Supplementary Figure 1. Efficiency of Mll4 deletion and its effect on T cell populations in the periphery. Nature Immunology: doi: /ni. Supplementary Figure 1 Efficiency of Mll4 deletion and its effect on T cell populations in the periphery. Expression of Mll4 floxed alleles (16-19) in naive CD4 + T cells isolated from lymph nodes and

More information

levels of genes were separated by their expression levels; 2,000 high, medium, and low

levels of genes were separated by their expression levels; 2,000 high, medium, and low Figure S1. Histone modification profiles near transcription start sites. The overall histone modification around transcription start sites (TSSs) was calculated. Histone modification levels of genes were

More information

ISO INTERNATIONAL STANDARD. Vegetable fats and oils Determination of cocoa butter equivalents in milk chocolate

ISO INTERNATIONAL STANDARD. Vegetable fats and oils Determination of cocoa butter equivalents in milk chocolate INTERNATIONAL STANDARD ISO 11053 First edition 2009-09-01 Vegetable fats and oils Determination of cocoa butter equivalents in milk chocolate Corps gras d'origine végétale Détermination des équivalents

More information

RNA Secondary Structures: A Case Study on Viruses Bioinformatics Senior Project John Acampado Under the guidance of Dr. Jason Wang

RNA Secondary Structures: A Case Study on Viruses Bioinformatics Senior Project John Acampado Under the guidance of Dr. Jason Wang RNA Secondary Structures: A Case Study on Viruses Bioinformatics Senior Project John Acampado Under the guidance of Dr. Jason Wang Table of Contents Overview RSpredict JAVA RSpredict WebServer RNAstructure

More information

Analysis of Massively Parallel Sequencing Data Application of Illumina Sequencing to the Genetics of Human Cancers

Analysis of Massively Parallel Sequencing Data Application of Illumina Sequencing to the Genetics of Human Cancers Analysis of Massively Parallel Sequencing Data Application of Illumina Sequencing to the Genetics of Human Cancers Gordon Blackshields Senior Bioinformatician Source BioScience 1 To Cancer Genetics Studies

More information

Mutation Detection and CNV Analysis for Illumina Sequencing data from HaloPlex Target Enrichment Panels using NextGENe Software for Clinical Research

Mutation Detection and CNV Analysis for Illumina Sequencing data from HaloPlex Target Enrichment Panels using NextGENe Software for Clinical Research Mutation Detection and CNV Analysis for Illumina Sequencing data from HaloPlex Target Enrichment Panels using NextGENe Software for Clinical Research Application Note Authors John McGuigan, Megan Manion,

More information

Genetics and Genomics in Medicine Chapter 6 Questions

Genetics and Genomics in Medicine Chapter 6 Questions Genetics and Genomics in Medicine Chapter 6 Questions Multiple Choice Questions Question 6.1 With respect to the interconversion between open and condensed chromatin shown below: Which of the directions

More information

Figure 1: Final annotation map of Contig 9

Figure 1: Final annotation map of Contig 9 Introduction With rapid advances in sequencing technology, particularly with the development of second and third generation sequencing, genomes for organisms from all kingdoms and many phyla have been

More information

Annotation of Chimp Chunk 2-10 Jerome M Molleston 5/4/2009

Annotation of Chimp Chunk 2-10 Jerome M Molleston 5/4/2009 Annotation of Chimp Chunk 2-10 Jerome M Molleston 5/4/2009 1 Abstract A stretch of chimpanzee DNA was annotated using tools including BLAST, BLAT, and Genscan. Analysis of Genscan predicted genes revealed

More information

Obstacles and challenges in the analysis of microrna sequencing data

Obstacles and challenges in the analysis of microrna sequencing data Obstacles and challenges in the analysis of microrna sequencing data (mirna-seq) David Humphreys Genomics core Dr Victor Chang AC 1936-1991, Pioneering Cardiothoracic Surgeon and Humanitarian The ABCs

More information

Towards a Universal Law Controlling All Human Cancer Chromosome LOH Deletions, Perspectives in Prostate and Breast Cancers Screening

Towards a Universal Law Controlling All Human Cancer Chromosome LOH Deletions, Perspectives in Prostate and Breast Cancers Screening Research Article imedpub Journals www.imedpub.com Abstract Towards a Universal Law Controlling All Human Cancer Chromosome LOH Deletions, Perspectives in Prostate and Breast Cancers Screening Background:

More information

This is the author s version of a work that was submitted/accepted for publication in the following source:

This is the author s version of a work that was submitted/accepted for publication in the following source: This is the author s version of a work that was submitted/accepted for publication in the following source: Poppe, Erik, Brown, Ross A., Recker, Jan C., & Johnson, Daniel M. (2014) BPMVM Evaluation Experiment

More information

Supplementary Materials for

Supplementary Materials for www.sciencesignaling.org/cgi/content/full/8/393/rs9/dc1 Supplementary Materials for Identification of potential drug targets for tuberous sclerosis complex by synthetic screens combining CRISPR-based knockouts

More information

Nature Methods: doi: /nmeth.3115

Nature Methods: doi: /nmeth.3115 Supplementary Figure 1 Analysis of DNA methylation in a cancer cohort based on Infinium 450K data. RnBeads was used to rediscover a clinically distinct subgroup of glioblastoma patients characterized by

More information

PSYO/NESC 3161 Measuring Behaviour

PSYO/NESC 3161 Measuring Behaviour PSYO/NESC 3161 Measuring Behaviour Class 3: Lab 1: Measurement of mouse behaviour in the home cage. Kurt Stover September 13 th 2011 Report due next lab class, September 20th Class Schedule Today Lab 1:

More information

Supplementary Figure 1 ITGB1 and ITGA11 increase with evidence for heterodimers following HSC activation. (a) Time course of rat HSC activation

Supplementary Figure 1 ITGB1 and ITGA11 increase with evidence for heterodimers following HSC activation. (a) Time course of rat HSC activation Supplementary Figure 1 ITGB1 and ITGA11 increase with evidence for heterodimers following HSC activation. (a) Time course of rat HSC activation indicated by the detection of -SMA and COL1 (log scale).

More information

PREDICTION AND ANALYSIS OF THE METHYLATION STATUS OF CPG ISLANDS IN HUMAN GENOME

PREDICTION AND ANALYSIS OF THE METHYLATION STATUS OF CPG ISLANDS IN HUMAN GENOME PREDICTION AND ANALYSIS OF THE METHYLATION STATUS OF CPG ISLANDS IN HUMAN GENOME A Thesis Presented to The Academic Faculty by Hao Zheng In Partial Fulfillment of the Requirements for the Degree Doctor

More information

High AU content: a signature of upregulated mirna in cardiac diseases

High AU content: a signature of upregulated mirna in cardiac diseases https://helda.helsinki.fi High AU content: a signature of upregulated mirna in cardiac diseases Gupta, Richa 2010-09-20 Gupta, R, Soni, N, Patnaik, P, Sood, I, Singh, R, Rawal, K & Rani, V 2010, ' High

More information

Pathway Exercises Metabolism and Pathways

Pathway Exercises Metabolism and Pathways 1. Find the metabolic pathway for glycolysis. For this exercise use PlasmoDB.org Pathway Exercises Metabolism and Pathways a. Navigate to the search page for Identify Metabolic Pathways based on Pathway

More information

STAT1 regulates microrna transcription in interferon γ stimulated HeLa cells

STAT1 regulates microrna transcription in interferon γ stimulated HeLa cells CAMDA 2009 October 5, 2009 STAT1 regulates microrna transcription in interferon γ stimulated HeLa cells Guohua Wang 1, Yadong Wang 1, Denan Zhang 1, Mingxiang Teng 1,2, Lang Li 2, and Yunlong Liu 2 Harbin

More information

Supplementary Figure 1

Supplementary Figure 1 Supplementary Figure 1 Asymmetrical function of 5p and 3p arms of mir-181 and mir-30 families and mir-142 and mir-154. (a) Control experiments using mirna sensor vector and empty pri-mirna overexpression

More information

Wimba Classroom Captioner Guide

Wimba Classroom Captioner Guide Wimba Classroom Captioner Guide Wimba Classroom Captioner Guide 1 Background 1 Best Practices 1 Enabling Closed Captioning 2 Captioning a Live Presentation 2 Using the Wimba Classroom Interface 2 Using

More information

Supplementary Information

Supplementary Information Supplementary Information - chimeric fusion transcript in human gastric cancer promotes tumorigenesis through activation of PI3K/AKT signaling Sun Mi Yun, Kwiyeom Yoon, Sunghoon Lee, Eunjeong Kim, Seong-Ho

More information

Sebastian Jaenicke. trnascan-se. Improved detection of trna genes in genomic sequences

Sebastian Jaenicke. trnascan-se. Improved detection of trna genes in genomic sequences Sebastian Jaenicke trnascan-se Improved detection of trna genes in genomic sequences trnascan-se Improved detection of trna genes in genomic sequences 1/15 Overview 1. trnas 2. Existing approaches 3. trnascan-se

More information

Integrated analysis of sequencing data

Integrated analysis of sequencing data Integrated analysis of sequencing data How to combine *-seq data M. Defrance, M. Thomas-Chollier, C. Herrmann, D. Puthier, J. van Helden *ChIP-seq, RNA-seq, MeDIP-seq, Transcription factor binding ChIP-seq

More information

CHROMOSOME. Chromosomes are act as factors which distinguished one species from another.

CHROMOSOME. Chromosomes are act as factors which distinguished one species from another. CHROMOSOMES The chromosome comes from Greek Chroma = color CHROMOSOME Soma= body (the colored body) Chromosomes are act as factors which distinguished one species from another. Chromosomes are formed of

More information

Sex influences DNA methylation and gene expression in human skeletal muscle myoblasts and myotubes

Sex influences DNA methylation and gene expression in human skeletal muscle myoblasts and myotubes Davegårdh et al. Stem Cell Research & Therapy (2019) 10:26 https://doi.org/10.1186/s13287-018-1118-4 RESEARCH Open Access Sex influences DNA methylation and gene expression in human skeletal muscle myoblasts

More information

LING 581: Advanced Computational Linguistics. Lecture Notes March 20th

LING 581: Advanced Computational Linguistics. Lecture Notes March 20th LING 581: Advanced Computational Linguistics Lecture Notes March 20th Today's Topics EVALB Graph WordNet Homework 7 Review Thanks for the PTB WSJ EVALB graphs so far Don't forget to run data points and

More information

Title: The properties of CpG islands in the putative promoter regions of human immunoglobulin (Ig) genes

Title: The properties of CpG islands in the putative promoter regions of human immunoglobulin (Ig) genes Elsevier Editorial System(tm) for Gene Manuscript Draft Manuscript Number: Title: The properties of CpG islands in the putative promoter regions of human immunoglobulin (Ig) genes Article Type: Research

More information

Supplementary Figure 1. Quantile-quantile (Q-Q) plots. (Panel A) Q-Q plot graphical

Supplementary Figure 1. Quantile-quantile (Q-Q) plots. (Panel A) Q-Q plot graphical Supplementary Figure 1. Quantile-quantile (Q-Q) plots. (Panel A) Q-Q plot graphical representation using all SNPs (n= 13,515,798) including the region on chromosome 1 including SORT1 which was previously

More information

ISO INTERNATIONAL STANDARD. Animal feeding stuffs Determination of carbadox content Method using highperformance

ISO INTERNATIONAL STANDARD. Animal feeding stuffs Determination of carbadox content Method using highperformance INTERNATIONAL STANDARD ISO 14939 First edition 2001-08-15 Animal feeding stuffs Determination of carbadox content Method using highperformance liquid chromatography Aliments des animaux Détermination de

More information

Jayanti Tokas 1, Puneet Tokas 2, Shailini Jain 3 and Hariom Yadav 3

Jayanti Tokas 1, Puneet Tokas 2, Shailini Jain 3 and Hariom Yadav 3 Jayanti Tokas 1, Puneet Tokas 2, Shailini Jain 3 and Hariom Yadav 3 1 Department of Biotechnology, JMIT, Radaur, Haryana, India 2 KITM, Kurukshetra, Haryana, India 3 NIDDK, National Institute of Health,

More information

Variation in 5-hydroxymethylcytosine across human cortex and cerebellum

Variation in 5-hydroxymethylcytosine across human cortex and cerebellum Cover art produced by Helen Spiers (www.helenspiers.com) Variation in 5-hydroxymethylcytosine across human cortex and cerebellum Lunnon et al. Lunnon et al. Genome Biology (2016) 17:27 DOI 10.1186/s13059-016-0871-x

More information

EPIGENOMICS PROFILING SERVICES

EPIGENOMICS PROFILING SERVICES EPIGENOMICS PROFILING SERVICES Chromatin analysis DNA methylation analysis RNA-seq analysis Diagenode helps you uncover the mysteries of epigenetics PAGE 3 Integrative epigenomics analysis DNA methylation

More information

Epigenetic programming in chronic lymphocytic leukemia

Epigenetic programming in chronic lymphocytic leukemia Epigenetic programming in chronic lymphocytic leukemia Christopher Oakes 10 th Canadian CLL Research Meeting September 18-19 th, 2014 Epigenetics and DNA methylation programming in normal and tumor cells:

More information

ISO/TS TECHNICAL SPECIFICATION. Vegetable fats and oils Determination of wax content by gas chromatography

ISO/TS TECHNICAL SPECIFICATION. Vegetable fats and oils Determination of wax content by gas chromatography TECHNICAL SPECIFICATION ISO/TS 23647 First edition 2010-10-01 Vegetable fats and oils Determination of wax content by gas chromatography Corps gras d'origine végétale Détermination de la teneur en cires

More information

SUPPLEMENTAL DATA AGING, July 2014, Vol. 6 No. 7

SUPPLEMENTAL DATA AGING, July 2014, Vol. 6 No. 7 SUPPLEMENTAL DATA Figure S1. Muscle mass changes in different anatomical regions with age. (A) The TA and gastrocnemius muscle showed a significant loss of weight in aged mice (24 month old) compared to

More information

CTCF-Mediated Functional Chromatin Interactome in Pluripotent Cells

CTCF-Mediated Functional Chromatin Interactome in Pluripotent Cells SUPPLEMENTARY INFORMATION CTCF-Mediated Functional Chromatin Interactome in Pluripotent Cells Lusy Handoko 1,*, Han Xu 1,*, Guoliang Li 1,*, Chew Yee Ngan 1, Elaine Chew 1, Marie Schnapp 1, Charlie Wah

More information

Supplementary Materials for

Supplementary Materials for www.sciencesignaling.org/cgi/content/full/8/398/rs12/dc1 Supplementary Materials for Quantitative phosphoproteomics reveals new roles for the protein phosphatase PP6 in mitotic cells Scott F. Rusin, Kate

More information

Supplementary Materials for

Supplementary Materials for www.sciencesignaling.org/cgi/content/full/8/375/ra41/dc1 Supplementary Materials for Actin cytoskeletal remodeling with protrusion formation is essential for heart regeneration in Hippo-deficient mice

More information

Bioinformatics. Sequence Analysis: Part III. Pattern Searching and Gene Finding. Fran Lewitter, Ph.D. Head, Biocomputing Whitehead Institute

Bioinformatics. Sequence Analysis: Part III. Pattern Searching and Gene Finding. Fran Lewitter, Ph.D. Head, Biocomputing Whitehead Institute Bioinformatics Sequence Analysis: Part III. Pattern Searching and Gene Finding Fran Lewitter, Ph.D. Head, Biocomputing Whitehead Institute Course Syllabus Jan 7 Jan 14 Jan 21 Jan 28 Feb 4 Feb 11 Feb 18

More information

CHNOPS Simulating Protein Synthesis

CHNOPS Simulating Protein Synthesis CHNOPS Simulating Protein Synthesis Protein Synthesis Protein Forming This page has all the information you need to complete the CHNOPS assignment. Base Pairing Rules for Transcription and Paring of Codon

More information

Analysis of shotgun bisulfite sequencing of cancer samples

Analysis of shotgun bisulfite sequencing of cancer samples Analysis of shotgun bisulfite sequencing of cancer samples Kasper Daniel Hansen Postdoc with Rafael Irizarry Johns Hopkins Bloomberg School of Public Health Brixen, July 1st, 2011 The

More information

ARTICLE RESEARCH. Macmillan Publishers Limited. All rights reserved

ARTICLE RESEARCH. Macmillan Publishers Limited. All rights reserved Extended Data Figure 6 Annotation of drivers based on clinical characteristics and co-occurrence patterns. a, Putative drivers affecting greater than 10 patients were assessed for enrichment in IGHV mutated

More information

a. From the grey navigation bar, mouse over Analyze & Visualize and click Annotate Nucleotide Sequences.

a. From the grey navigation bar, mouse over Analyze & Visualize and click Annotate Nucleotide Sequences. Section D. Custom sequence annotation After this exercise you should be able to use the annotation pipelines provided by the Influenza Research Database (IRD) and Virus Pathogen Resource (ViPR) to annotate

More information

LING/C SC 581: Advanced Computational Linguistics. Lecture 7 Jan 31 st

LING/C SC 581: Advanced Computational Linguistics. Lecture 7 Jan 31 st LING/C SC 581: Advanced Computational Linguistics Lecture 7 Jan 31 st Administrivia 1. There is no lecture 6. This lecture 7 replaces both 6 and 7. 2. Today's topic: WordNet 3. Today's homework (HW 6):

More information

Nature Medicine: doi: /nm.4322

Nature Medicine: doi: /nm.4322 1 2 3 4 5 6 7 8 9 10 11 Supplementary Figure 1. Predicted RNA structure of 3 UTR and sequence alignment of deleted nucleotides. (a) Predicted RNA secondary structure of ZIKV 3 UTR. The stem-loop structure

More information

Supplementary Table S1. List of PTPRK-RSPO3 gene fusions in TCGA's colon cancer cohort. Chr. # of Gene 2. Chr. # of Gene 1

Supplementary Table S1. List of PTPRK-RSPO3 gene fusions in TCGA's colon cancer cohort. Chr. # of Gene 2. Chr. # of Gene 1 Supplementary Tale S1. List of PTPRK-RSPO3 gene fusions in TCGA's colon cancer cohort TCGA Case ID Gene-1 Gene-2 Chr. # of Gene 1 Chr. # of Gene 2 Genomic coordiante of Gene 1 at fusion junction Genomic

More information

Mapping by recurrence and modelling the mutation rate

Mapping by recurrence and modelling the mutation rate Mapping by recurrence and modelling the mutation rate Shamil Sunyaev Broad Institute of M.I.T. and Harvard Current knowledge is from Comparative genomics Experimental systems: yeast reporter assays Potential

More information

Exploring DNA methylation changes in promoter, intragenic, and intergenic regions as early and late events in breast cancer formation

Exploring DNA methylation changes in promoter, intragenic, and intergenic regions as early and late events in breast cancer formation Rauscher et al. BMC Cancer (2015) 15:816 DOI 10.1186/s12885-015-1777-9 RESEARCH ARTICLE Open Access Exploring DNA methylation changes in promoter, intragenic, and intergenic regions as early and late events

More information

Molecular Biology (BIOL 4320) Exam #2 April 22, 2002

Molecular Biology (BIOL 4320) Exam #2 April 22, 2002 Molecular Biology (BIOL 4320) Exam #2 April 22, 2002 Name SS# This exam is worth a total of 100 points. The number of points each question is worth is shown in parentheses after the question number. Good

More information

Allelic reprogramming of the histone modification H3K4me3 in early mammalian development

Allelic reprogramming of the histone modification H3K4me3 in early mammalian development Allelic reprogramming of the histone modification H3K4me3 in early mammalian development 张戈 Method and material STAR ChIP seq (small-scale TELP-assisted rapid ChIP seq) 200 mouse embryonic stem cells PWK/PhJ

More information

DNA-seq Bioinformatics Analysis: Copy Number Variation

DNA-seq Bioinformatics Analysis: Copy Number Variation DNA-seq Bioinformatics Analysis: Copy Number Variation Elodie Girard elodie.girard@curie.fr U900 institut Curie, INSERM, Mines ParisTech, PSL Research University Paris, France NGS Applications 5C HiC DNA-seq

More information

CST for Windows. Version 1.0 Revised: 7/29/13. Software to administer and score the Connected Speech Test (CST)

CST for Windows. Version 1.0 Revised: 7/29/13. Software to administer and score the Connected Speech Test (CST) CST for Windows Version 1.0 Revised: 7/29/13 Software to administer and score the Connected Speech Test (CST) Technical Software Support & Contact Information AUSP Software Group School of Communication

More information

Supplementary Appendix

Supplementary Appendix Supplementary Appendix This appendix has been provided by the authors to give readers additional information about their work. Supplement to: Yatsenko AN, Georgiadis AP, Röpke A, et al. X-linked TEX11

More information