[Thesis Title Goes Here]
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Mouse Kcnip2 Conditional Knockout Project (CRISPR/Cas9)
https://www.alphaknockout.com Mouse Kcnip2 Conditional Knockout Project (CRISPR/Cas9) Objective: To create a Kcnip2 conditional knockout Mouse model (C57BL/6J) by CRISPR/Cas-mediated genome engineering. Strategy summary: The Kcnip2 gene (NCBI Reference Sequence: NM_145703 ; Ensembl: ENSMUSG00000025221 ) is located on Mouse chromosome 19. 10 exons are identified, with the ATG start codon in exon 1 and the TAG stop codon in exon 10 (Transcript: ENSMUST00000162528). Exon 4 will be selected as conditional knockout region (cKO region). Deletion of this region should result in the loss of function of the Mouse Kcnip2 gene. To engineer the targeting vector, homologous arms and cKO region will be generated by PCR using BAC clone RP23-98F2 as template. Cas9, gRNA and targeting vector will be co-injected into fertilized eggs for cKO Mouse production. The pups will be genotyped by PCR followed by sequencing analysis. Note: Mice homozygous for disruptions in this gene are susceptible to induced cardiac arrhythmias but are otherwise normal. Exon 4 starts from about 27.65% of the coding region. The knockout of Exon 4 will result in frameshift of the gene. The size of intron 3 for 5'-loxP site insertion: 574 bp, and the size of intron 4 for 3'-loxP site insertion: 532 bp. The size of effective cKO region: ~625 bp. The cKO region does not have any other known gene. Page 1 of 8 https://www.alphaknockout.com Overview of the Targeting Strategy Wildtype allele gRNA region 5' gRNA region 3' 1 2 3 4 5 6 7 8 9 10 Targeting vector Targeted allele Constitutive KO allele (After Cre recombination) Legends Exon of mouse Kcnip2 Homology arm cKO region loxP site Page 2 of 8 https://www.alphaknockout.com Overview of the Dot Plot Window size: 10 bp Forward Reverse Complement Sequence 12 Note: The sequence of homologous arms and cKO region is aligned with itself to determine if there are tandem repeats. -
Genetic, Epidemiological and Biological Analysis of Interleukin-10
Genes and Immunity (2009) 10, 174–180 & 2009 Macmillan Publishers Limited All rights reserved 1466-4879/09 $32.00 www.nature.com/gene ORIGINAL ARTICLE Genetic, epidemiological and biological analysis of interleukin-10 promoter single-nucleotide polymorphisms suggests a definitive role for À819C/T in leprosy susceptibility AC Pereira1,5, VN Brito-de-Souza1,5, CC Cardoso2, IMF Dias-Baptista1, FPC Parelli1,3, J Venturini1,3, FR Villani-Moreno1, AG Pacheco4 and MO Moraes2 1Instituto Lauro de Souza Lima, Bauru, Sa˜o Paulo, Brazil; 2Laborato´rio de Hansenı´ase, Departamento de Micobacterioses, Instituto Oswaldo Cruz, Rio de Janeiro, Brazil; 3Tropical Diseases Area, Botucatu Medical School, Sao Paulo State University, UNESP, Botucatu, Sa˜o Paulo, Brazil and 4Departamento de Epidemiologia e Me´todos Quantitativos em Sau´de (DEMQS), Escola Nacional de Sau´de Pu´blica (ENSP)/PROCC, FIOCRUZ, Rio de Janeiro, Brazil Leprosy is a complex infectious disease influenced by genetic and environmental factors. The genetic contributing factors are considered heterogeneous and several genes have been consistently associated with susceptibility like PARK2, tumor necrosis factor (TNF), lymphotoxin-a (LTA) and vitamin-D receptor (VDR). Here, we combined a case–control study (374 patients and 380 controls), with meta-analysis (5 studies; 2702 individuals) and biological study to test the epidemiological and physiological relevance of the interleukin-10 (IL-10) genetic markers in leprosy. We observed that the À819T allele is associated with leprosy susceptibility either in the case–control or in the meta-analysis studies. Haplotypes combining promoter single-nucleotide polymorphisms also implicated a haplotype carrying the À819T allele in leprosy susceptibility (odds ratio (OR) ¼ 1.40; P ¼ 0.01). -
BIO4342 Exercise 2: Browser-Based Annotation and RNA-Seq Data
BIO4342 Exercise 2: Browser-Based Annotation and RNA-Seq Data Jeremy Buhler March 15, 2010 This exercise continues your introduction to practical issues in comparative annotation. You’ll be annotating genomic sequence from the dot chromosome of Drosophila mojavensis using your knowledge of BLAST and some improved visualization tools. You’ll also consider how best to integrate information from high-throughput sequencing of expressed RNA. 1 Getting Started To begin, go to our local genome browser at http://gander.wustl.edu/. Select “Genome Browser” from the left-side menu and choose the “Improved Dot” assembly of D. mojavensis for viewing. Finally, hit submit to start looking at the sequence. The entire dot assembly is about 1.69 megabases in length; zoom out to see everything. This assembly is built from a set of overlapping fosmid clones prepared for the 2009 edition of BIO 4342. We’ve added a variety of information to the genome browser to help you annotate, such as: • gene-structure predictions from several different tools; • repeats annotated using the RepeatMasker program; • BLAST hits to D. melanogaster proteins; • RNA-Seq data, which we’ll describe in more detail later. Having all this evidence available at once is somewhat overwhelming. To keep the view to a manageable level, I’d suggest that you initially set all the gene prediction tracks (Genscan, Nscan, SNAP, Geneid), as well as the repeat tracks, to “dense” mode, so that each displays on a single line. Set the BLAST hit track (called “D. mel proteins”) to “pack” to see the locations of all BLAST hits, and set the “RNA-Seq Coverage” track to “full” and the “TopHat junctions” track to “pack” to get a detailed view of these results. -
BLAT—The BLAST-Like Alignment Tool
Resource BLAT—The BLAST-Like Alignment Tool W. James Kent Department of Biology and Center for Molecular Biology of RNA, University of California, Santa Cruz, Santa Cruz, California 95064, USA Analyzing vertebrate genomes requires rapid mRNA/DNA and cross-species protein alignments. A new tool, BLAT, is more accurate and 500 times faster than popular existing tools for mRNA/DNA alignments and 50 times faster for protein alignments at sensitivity settings typically used when comparing vertebrate sequences. BLAT’s speed stems from an index of all nonoverlapping K-mers in the genome. This index fits inside the RAM of inexpensive computers, and need only be computed once for each genome assembly. BLAT has several major stages. It uses the index to find regions in the genome likely to be homologous to the query sequence. It performs an alignment between homologous regions. It stitches together these aligned regions (often exons) into larger alignments (typically genes). Finally, BLAT revisits small internal exons possibly missed at the first stage and adjusts large gap boundaries that have canonical splice sites where feasible. This paper describes how BLAT was optimized. Effects on speed and sensitivity are explored for various K-mer sizes, mismatch schemes, and number of required index matches. BLAT is compared with other alignment programs on various test sets and then used in several genome-wide applications. http://genome.ucsc.edu hosts a web-based BLAT server for the human genome. Some might wonder why in the year 2002 the world needs sions on any number of perfect or near-perfect hits. Where another sequence alignment tool. -
PLINK: a Toolset for Whole Genome Association and Population-Based Linkage Analyses
1 PLINK: a toolset for whole genome association and population-based linkage analyses Shaun Purcell1,2, Benjamin Neale1,2,3, Kathe Todd-Brown1, Lori Thomas1, Manuel A R Ferreira1, David Bender1,2, Julian Maller1,2, Paul I W de Bakker1,2, Mark J Daly1,2, Pak C Sham4 1 Center for Human Genetic Research, MGH, Boston, USA. 2 Broad Institute of Harvard and MIT, Cambridge, USA. 3 Institute of Psychiatry, University of London, London, UK. 4 Genome Research Center, University of Hong Kong, Pokfulam, Hong Kong. Correspondence: Shaun Purcell, Rm 6.254, CPZ-N, 185 Cambridge Street, Boston, MA, 02114, USA; Tel: 617-726-7642; Fax: 617-726-0830; [email protected] Keywords : Whole genome association studies, single nucleotide polymorphisms, identity-by-state, identity-by-descent, linkage analysis, computer software Abstract Whole-genome association studies (WGAS) bring new computational as well as analytic challenges to researchers. Many existing genetic analysis tools are not designed to handle such large datasets in a convenient manner and do not necessarily exploit the new opportunities that whole-genome data bring. To address these issues, we developed PLINK, an open source C/C++ WGAS toolset. Large datasets, comprising hundreds of thousands of markers geno- typed for thousands of individuals, can be rapidly manipulated and analyzed in their entirety. As well as providing tools to make the basic analytic steps computationally efficient, PLINK also supports some novel approaches to whole-genome data, that take advantage of whole-genome coverage. We in- troduce PLINK and describe the five main domains of function: data man- agement, summary statistics, population stratification, association analysis and identity-by-descent estimation. -
A Multithread Blat Algorithm Speeding up Aligning Sequences to Genomes Meng Wang and Lei Kong*
Wang and Kong BMC Bioinformatics (2019) 20:28 https://doi.org/10.1186/s12859-019-2597-8 SOFTWARE Open Access pblat: a multithread blat algorithm speeding up aligning sequences to genomes Meng Wang and Lei Kong* Abstract Background: The blat is a widely used sequence alignment tool. It is especially useful for aligning long sequences and gapped mapping, which cannot be performed properly by other fast sequence mappers designed for short reads. However, the blat tool is single threaded and when used to map whole genome or whole transcriptome sequences to reference genomes this program can take days to finish, making it unsuitable for large scale sequencing projects and iterative analysis. Here, we present pblat (parallel blat), a parallelized blat algorithm with multithread and cluster computing support, which functions to rapidly fine map large scale DNA/RNA sequences against genomes. Results: The pblat algorithm takes advantage of modern multicore processors and significantly reduces the run time with the number of threads used. pblat utilizes almost equal amount of memory as when running blat. The results generated by pblat are identical with those generated by blat. The pblat tool is easy to install and can run on Linux and Mac OS systems. In addition, we provide a cluster version of pblat (pblat-cluster) running on computing clusters with MPI support. Conclusion: pblat is open source and free available for non-commercial users. It is easy to install and easy to use. pblat and pblat-cluster would facilitate the high-throughput mapping of large scale genomic and transcript sequences to reference genomes with both high speed and high precision. -
Homology & Alignment
Protein Bioinformatics Johns Hopkins Bloomberg School of Public Health 260.655 Thursday, April 1, 2010 Jonathan Pevsner Outline for today 1. Homology and pairwise alignment 2. BLAST 3. Multiple sequence alignment 4. Phylogeny and evolution Learning objectives: homology & alignment 1. You should know the definitions of homologs, orthologs, and paralogs 2. You should know how to determine whether two genes (or proteins) are homologous 3. You should know what a scoring matrix is 4. You should know how alignments are performed 5. You should know how to align two sequences using the BLAST tool at NCBI 1 Pairwise sequence alignment is the most fundamental operation of bioinformatics • It is used to decide if two proteins (or genes) are related structurally or functionally • It is used to identify domains or motifs that are shared between proteins • It is the basis of BLAST searching (next topic) • It is used in the analysis of genomes myoglobin Beta globin (NP_005359) (NP_000509) 2MM1 2HHB Page 49 Pairwise alignment: protein sequences can be more informative than DNA • protein is more informative (20 vs 4 characters); many amino acids share related biophysical properties • codons are degenerate: changes in the third position often do not alter the amino acid that is specified • protein sequences offer a longer “look-back” time • DNA sequences can be translated into protein, and then used in pairwise alignments 2 Find BLAST from the home page of NCBI and select protein BLAST… Page 52 Choose align two or more sequences… Page 52 Enter the two sequences (as accession numbers or in the fasta format) and click BLAST. -
Basics in Genetics Analysis
Genetics and Diseases Basics in Genetics Analysis Heping Zhang Environment 9/24/2007 Dr. Doug Brutlag Lecture Syllabus “central paradigm” //www.s-star.org/ 2 Diseases Progression Known and Probable Risk Factors z Being a woman How does the Breast Cancer grows and spread? z Getting older z Having a personal history of BC or ovarian cancer z Having a family history of breast cancer z Having a previous biopsy showing carcinoma in situ z Having your first period before age 12 z Starting menopause after age 55 A malignant Malignant Cancer cells z Never having children tumor within tumors spread z Having your first child after age 30 the breast suppress z Having a mutation in the BRCA1 or BRCA2 genes normal ones z Drinking more than 1 alcoholic drink per day z Being overweight after menopause or gaining weight as an adult. 9/24/2007 3 9/24/2007 4 Genetic Epidemiology Terminology • How is a disease transmitted in families? ( Marker: a known DNA sequence that can be identified by a Inheritance patterns). simple assay e.g., D1S80, D4S43, D16S126 • What is the recurrence Allele: a viable DNA coding that occupies a given locus risk for relatives? (position) on a chromosome e.g., A, a; • Mendelian disorders Genotype: the observed alleles at a genetic locus for an • Autosomal or X-linked individual • Dominant or recessive e.g., AA, Aa, aa; 0 Homozygous: AA, aa 0 Heterozygous: Aa Phenotype: the expression of a particular genotype 0 Continuous: blood pressure 0 Dichotomous: Cancer, Hypertension 9/24/2007 Duke University Center of Human Genetics 5 9/24/2007 6 1 Mendel’s Laws DNA Polymorphism and Human Variation First Law Segregation of Characteristics: the sex cell of a plant or animal may contain one factor (allele) for different traits but not both factors needed to express the traits. -
A Dissertation
A Dissertation entitled Strategies for Membrane Protein Studies and Structural Characterization of a Metabolic Enzyme for Antibiotic Development by Buenafe T. Arachea Submitted to the Graduate Faculty as partial fulfillment of the requirements for the Doctor of Philosophy Degree in Chemistry Dr. Ronald E. Viola, Committee Chair Dr. Max O. Funk, Committee Member Dr. Donald Ronning, Committee Member Dr. Marcia McInerney, Committee Member Dr. Patricia R. Komuniecki, Dean College of Graduate Studies The University of Toledo August 2011 Copyright © 2011, Buenafe T. Arachea This document is copyrighted material. Under copyright law, no parts of this document may be reproduced without the expressed permission of the author. An Abstract of Strategies for Membrane Protein Studies and Structural Characterization of a Metabolic Enzyme for Antibiotic Development by Buenafe T. Arachea Submitted to the Graduate Faculty as partial fulfillment of the requirements for the Doctor of Philosophy Degree in Chemistry The University of Toledo August 2011 Membrane proteins are essential in a variety of cellular functions, making them viable targets for drug development. However, progress in the structural elucidation of membrane proteins has proven to be a difficult task, thus limiting the number of published structures of membrane proteins as compared with the enormous structural information obtained from soluble proteins. The challenge in membrane protein studies lies in the production of the required sample for characterization, as well as in developing methods to effectively solubilize and maintain a functional and stable form of the target protein during the course of crystallization. To address these issues, two different approaches were explored for membrane protein studies. -
Genetic Association Tests for Binary Traits with An
GENETIC ASSOCIATION TESTS FOR BINARY TRAITS WITH AN APPLICATION by SULGI KIM Submitted in partial fulfillment of the requirements For the degree of Doctor of Philosophy Dissertation Advisor: Dr. Robert C. Elston Department of Epidemiology and Biostatistics CASE WESTER RESERVE UNIVERSITY August, 2009 CASE WESTERN RESERVE UNIVERSITY SCHOOL OF GRADUATE STUDIES We hereby approved the dissertation of Sulgi Kim candidate for the Ph. D. degree*. (Signed) Robert C. Elston, Ph.D Department of Epidemiology and Biostatistics Chair of the committee Xiaofeng Zhu, Ph.D Department of Epidemiology and Biostatistics Courtney Gray-McGuire, Ph.D Department of Epidemiology and Biostatistics Jill S. Barnholtz-Sloan, Ph.D Case Comprehensive Cancer Center June 8, 2009 *We also certify that written approval has been obtained for any proprietary material therein. ii Table of Contents List of Tables .................................................................................................................... iv List of Figures .....................................................................................................................v Acknowledgements .......................................................................................................... vi Abstract ...............................................................................................................................1 Chapter 1. Introduction.....................................................................................................3 Chapter 2. Association Tests -
Design and Analysis of Genetic Association Studies
ection S ON Design and Analysis of Statistical Genetic Association G enetics Studies Hemant K Tiwari, Ph.D. Professor & Head Section on Statistical Genetics Department of Biostatistics School of Public Health Association Analysis • Linkage Analysis used to be the first step in gene mapping process • Closely located SNPs to disease locus may co- segregate due to linkage disequilibrium i.e. allelic association due to linkage. • The allelic association forms the theoretical basis for association mapping Linkage vs. Association • Linkage analysis is based on pedigree data (within family) • Association analysis is based on population data (across families) • Linkage analyses rely on recombination events • Association analyses rely on linkage disequilibrium • The statistic in linkage analysis is the count of the number of recombinants and non-recombinants • The statistical method for association analysis is “statistical correlation” between Allele at a locus with the trait Linkage Disequilibrium • Over time, meiotic events and ensuing recombination between loci should return alleles to equilibrium. • But, marker alleles initially close (genetically linked) to the disease allele will generally remain nearby for longer periods of time due to reduced recombination. • This is disequilibrium due to linkage, or “linkage disequilibrium” (LD). Linkage Disequilibrium (LD) • Chromosomes are mosaics Ancestor • Tightly linked markers Present-day – Alleles associated – Reflect ancestral haplotypes • Shaped by – Recombination history – Mutation, Drift Tishkoff -
Tutorial 1: Exploring the UCSC Genome Browser
Last updated: May 22, 2013 Tutorial 1: Exploring the UCSC Genome Browser Open the homepage of the UCSC Genome Browser at: http://genome.ucsc.edu/ In the blue bar at the top, click on the Genomes link. Change the drop down menus so that clade is set to Vertebrate, genome is set to Human and assembly is set to Feb. 2009 (GRCh37/hg19). Then type in “adam2” in the position or search term window and click submit. On the subsequent page, click on the top link under the UCSC Genes section. This should bring up a window that looks similar to that shown in Figure 1: Figure 1: ADAM2 as displayed in the UCSC genome browser with default tracks. The UCSC Genome browser is highly configurable. If your view looks much different than Fig. 1, try clicking the default tracks button below the graphic window. This is a complicated window, so we will go through it from top to bottom: 1. In the row labeled move, are buttons that allow you to move left to right on the chromosome as well as zoom in and out on the information. 2. The position window shows the genomic coordinates of the chromosome sequence displayed. You can edit this manually or use the move controls to zoom in and out or change positions. The entire chromosome can be viewed at once, though this takes a very long time to load. To the right of the jump and clear buttons, the size the genomic region being viewed is listed. The view is taken up by the ADAM2 gene, corresponding to about 94Kb in length, not atypical for a mammalian gene.