Dr. Andrew Paul Hutchins
Department of Biology
Southern University of Science and Technology, Shenzhen, China

Every cell contains all of the DNA to encode the plethora of cell types that make up the cells and tissues of the organism. Yet, the vast majority of this DNA is devoted not to genes, but to transposable elements (TEs) and other repetitive sequences. It is increasingly clear that TEs are involved in a wide range of biological processes, from gene regulation, enhancer formation, splicing and the evolution of novel gene regulation networks. In this presentation Dr. Hutchins will describe their efforts to understand the epigenetic control of TEs. Dr. Hutchins’ group find that TEs harbor complex patterns of both activatory and inhibitory epigenetic marks, and much of the epigenetic regulation system is involved in managing TEs. Additionally, Dr. Hutchins will also describe the contribution of TEs to non-coding RNAs. They find that nearly 80% of coding transcripts have a non-coding variant transcript, and that these non-coding variants are loaded with TEs. They have preliminary data that these non-coding variants are critical regulators of the coding transcripts. These observations have important consequences for understanding genomic regulation and non-coding control.

“聪明绝顶”的科研男,现在在南方科技大学当PI,是Dr,那应该还没拿到profess,Google一下便查到其Google scholar

这次讲座他主要讲了2015年的一篇review,Transposable elements at the center of the crossroads between embryogenesis, embryonic stem cells, reprogramming, and long non-coding RNAs

TE其实是一个生信领域的红人,实验方向的人似乎对它没有太大兴趣。然后这篇review主要阐述了TE在胚胎发育、重编程和非编码RNA(还有epigenetic,也就是转录因子调节)方面发挥了重要作用。

顺便科普一下TE - transposable element

wiki一下,中文翻译为转座因子,顾名思义就是在基因组上可以自由移动的DNA序列,在植物基因组研究得很火,对遗传变异和基因组大小影响很大。

转座因子的发现居然是一个诺贝尔奖,Barbara McClintock's discovery of them earned her a Nobel Prize in 1983. (玉米maize中发现的)

在严建兵的最新的玉米NG中,第一部分注释就是研究TE, We identified ~90% of the genome as transposable-element sequences。

Genome assembly of a tropical maize inbred line provides insights into structural variation and crop improvement

看最开始的那篇综述,里面的科普看着不错。

we can estimate that the human genome consists of approximately 51 % unannotated DNA, 4 % protein-coding genes and other regulatory RNAs, and nearly 40 % of the genome consists of TEs

TEs can be classified into four major categories:
DNA transposons and three classes of retrotransposon:

  • long terminal repeat (LTR) containing endogenous retroviruses,
  • long interspersed nuclear elements (LINEs)
  • short interspersed nuclear elements (SINEs)

最终结论就是:The expanding links between TEs, lncRNAs, epigenetics, and embryogenesis

想了解更多可以Google:human Transposable elements

讲座 - Transposable elements, non-coding RNAs and epigenetic control in embryonic stem cells的更多相关文章

  1. Macroevolution|Silent changes|CNEs|Transposable elements|Neutral sites

    Interspecies genomic comparison 因为脊椎动物诞生早,在演化过程中有Macroevolution(因为自然选择或遗传漂变导致持续突变同时表型发生改变),但是存在一种基因缺 ...

  2. 针对格式文件,Python读取一定大小的文件内容

    由数据库导出的数据是格式化数据,如下所示,每两个<REC>之间的数据是一个记录的所有字段数据,如<TITLE>.<ABSTRACT>.<SUBJECT_COD ...

  3. {ICIP2014}{收录论文列表}

    This article come from HEREARS-L1: Learning Tuesday 10:30–12:30; Oral Session; Room: Leonard de Vinc ...

  4. ChIP-seq实战 | 染色质免疫共沉淀技术 | ATAC-seq | 染色质开放性测序技术

    参考:生信技能树 ChIP-Seq综述 一些简单的copy,纯属个人笔记. ChIP-seq的原理 用于在全基因组范围中研究DNA结合蛋白(相互反应).组蛋白修饰(表观遗传标记)和核小体的技术,研究这 ...

  5. 单细胞测序技术(single cell sequencing)

    单细胞测序技术(single cell sequencing) 2018-03-02 11:02   来源: 一呼百诺  点击次数:6587关键词:   前言 单细胞生物学最近几年是非常热门的研究方向 ...

  6. A Systems-Level Characterization of the Differentiation of Human Embryonic Stem Cells into Mesenchymal Stem Cells (解读人:王欣然)

    文献名:A Systems-Level Characterization of the Differentiation of Human Embryonic Stem Cells into Mesen ...

  7. 探索ENCODE数据库 | Encyclopedia of DNA Elements

    ENCODE: Encyclopedia of DNA Elements 目标:按不同组织,收集人类(还有小鼠.worm.fly)基因组里面的所有功能元件 The primary goal of th ...

  8. The sequence and de novo assembly of the giant panda genome.ppt

    sequencing:使用二代测序原因:高通量,短序列 不用长序列原因: 1.算法错误率高 2.长序列测序将嵌合体基因错误积累.嵌合体基因:通过重组由来源与功能不同的基因序列剪接而形成的杂合基因 se ...

  9. Systematic LncRNA Classification

    Systematic LncRNA Classification From: http://www.arraystar.com/Services/Services_main.asp?ID=307 An ...

随机推荐

  1. mysql审计插件-记录所有sql语句

    https://www.58jb.com/html/160.html https://www.jianshu.com/p/a0e0aec3cb6f MySQL审计工具Audit Plugin安装使用 ...

  2. iview 标题内边距过大; 调整iview 单元格内边距、行高;

    1css代码: /*调整table cell间隔和行高*/ .ivu-table-cell { padding-left: 1px; padding-right: 1px; } .ivu-table- ...

  3. python(函数调用)

    1.在原文件中调用 def abc(x,y): print x + y abc(2,3) #直接通过函数名加括号进行调用传参 2.同一个包(package)下面调用不同文件中的函数 "&qu ...

  4. Apache 安装后Error 403的故障排错方法(linux)

    Apache 安装后Error 403的故障排错方法 2018年01月07日 14:25:41 个人分类: Linux 一.问题描述 在apache2的httpd配置中,很多情况都会出现403. 刚安 ...

  5. springboot错误: 找不到或无法加载主类

    一:当在eclipse启动spring boot项目时出现问题: springboot错误: 找不到或无法加载主类 解决办法: 1,通过cmd命令行,进入项目目录进行,mvn clean instal ...

  6. Vue项目中自动将px转换为rem

    一.配置与安装步骤: 1.在 Vue 项目的 src 文件夹下创建一个 config 文件夹: 2.在 config 文件夹中创建 rem.js: 3.将以下代码复制到 rem.js 中: // 基准 ...

  7. linux系统编程之文件与io(一)

    经过了漫长的学习,C语言相关的的基础知识算是告一段落了,这也是尝试用写博客的形式来学习c语言,回过头来看,虽说可能写的内容有些比较简单,但是个人感觉是有史起来学习最踏实的一次,因为里面的每个实验都是自 ...

  8. 布隆过滤器(Bloom Filter)-学习笔记-Java版代码(挖坑ing)

    布隆过滤器解决"面试题: 如何建立一个十亿级别的哈希表,限制内存空间" "如何快速查询一个10亿大小的集合中的元素是否存在" 如题 布隆过滤器确实很神奇, 简单 ...

  9. Druid Spring Boot Starter 从配置到简单运行 -解决zone不匹配 -解决dataSource加载失败

    Druid Spring Boot Starter 中文 | English Druid Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成Druid数据库连接池 ...

  10. dt开发之-自定义函数获取分类名称

    需要在api/extend.func.php 文件中加入的函数 获取分类名称 cat_name($catid) 传入分类id function cat_name($catid) { global $d ...