• 主页
  • 课程

    关于课程

    • 课程归档
    • 成为一名讲师
    • 讲师信息
    同等学历教学

    同等学历教学

    免费
    阅读更多
  • 特色
    • 展示
    • 关于我们
    • 问答
  • 事件
  • 个性化
  • 博客
  • 联系
  • 站点资源
    有任何问题吗?
    (00) 123 456 789
    weinfoadmin@weinformatics.cn
    注册登录
    恒诺新知
    • 主页
    • 课程

      关于课程

      • 课程归档
      • 成为一名讲师
      • 讲师信息
      同等学历教学

      同等学历教学

      免费
      阅读更多
    • 特色
      • 展示
      • 关于我们
      • 问答
    • 事件
    • 个性化
    • 博客
    • 联系
    • 站点资源

      未分类

      • 首页
      • 博客
      • 未分类
      • Introduction of m6A

      Introduction of m6A

      • 发布者 weinfoadmin
      • 分类 未分类, 老俊俊的生信笔记
      • 日期 2021年9月10日
      • 评论 0评论

      感谢老俊俊的大力支持。我们会每日跟新,欢迎您关注老俊俊的生信笔记。

      m6A (N6-Methyladenosine)

      N6-腺苷酸甲基化

      RNA 上存在着 100 多种以上的修饰,其中 m6A 是mRNA上最丰富的修饰,由读码器(甲基化酶:METTL3)甲基化、消码器(去甲基化酶:ALKBH5、FTO)去甲基化、和读码器(识别蛋白:YTHDF1-3,YTHDC1-2 …)结合识别。

      m6A 修饰是一个动态变化的过程,参与了许多重要的生物过程,如 RNA 的转录、出核、可变剪接、翻译、降解等,此外,越来越多的发现 m6A 修饰也存在在noncoding RNA中。

      Where, When, and How: Context-Dependent Functions of RNA Methylation Writers, Readers, and Erasers[1]

      m6A 修饰富集在stop codon区域,存在的序列呈现**[ RRACH ]**的 motif 特征:

      Topology of the human and mouse m6A RNA methylomes revealed by m6A-seq[2]

      依赖于二代高通量测序技术的发展,m6A 修饰在整个转录组上的检测得以迅速发展,研究者们也越来越多的发现了 m6A 修饰在生物过程中的参与的调控机制。从 MeRIP-seq 到多种类型的单碱基分辨率的 m6A-seq 技术呗开发出来,更加高效和精确的检测 m6A 修饰位点的位置。

      Epitranscriptome sequencing technologies: decoding RNA modifications[3]

      m6A 测序的 peak 在基因结构上的峰图:

      Transcriptome-wide mapping of N6-methyladenosine by m6A-seq based on immunocapturing and massively parallel sequencing[4]

      m6A 测序数据的分析对于大量的测序数据无疑是至关重要的,要想准确快速的从测序数据中获取全转录组水平的 m6A 修饰分布和量化水平及不同细胞处理状态下的 m6A 修饰水平的变化,一系列相关的软件和数据库被开发出来,便于研究人员快速了解或者查找靶标基因的 m6A 修饰位点。

      软件类型

      1、callpeak 软件:

      • m6aViewer[5]、exomepeak/exomepeak2[6]、MeRIPtools[7]、MeTPeak[8]、MACS2/3[9]
      # 安装方法
      # exomepeak2
      if (!requireNamespace("BiocManager", quietly = TRUE))
          install.packages("BiocManager")
      BiocManager::install("exomePeak2")
      # MeRIPtools
      install.packages("devtools")
      library(devtools)
      install_github("scottzijiezhang/MeRIPtools")
      # MeTPeak
      library("devtools")
      install_github("compgenomics/MeTPeak",build_opts = c("--no-resave-data", "--no-manual"))

      # m6aViewer
      $ wget http://dna2.leeds.ac.uk/m6a/m6aViewer_1_6_1.jar
      # MACS2/3
      $ conda install -c bioconda macs2
      $ pip install macs3

      2、差异 peak 分析软件:

      • exomepeak2、MeTDiff[10]、RADAR[11]
      # MeTDiff,依赖三个R包
      BiocManager::install("Rsamtools")
      BiocManager::install("GenomicFeatures")
      BiocManager::install("rtracklayer")
      library("devtools")
      install_github("compgenomics/MeTDiff")
      # RADAR
      library(devtools)
      install_github("scottzijiezhang/RADAR")

      3、m6A 可视化软件

      • CovFuzze[12]、Guitar[13]、metaPlotR[14]、MetaTX.1.0
      # covfuzze
      $ pip install covfuzze
      # metaPlotR

      # Guitar
      BiocManager::install("Guitar")
      # MetaTX.1.0
      BiocManager::install(c("GenomicAlignments", "GenomicRanges", "GenomicFeatures", "ggplot2",
                             "TxDb.Hsapiens.UCSC.hg19.knownGene", "cowplot"))
      devtools::install_github("yue-wang-biomath/MetaTX/MetaTX.1.0")
      library('MetaTX')

      4、m6A 质控软件

      • Trumpet[15]
      # Trumpet
      devtools::install_github("skyhorsetomoon/Trumpet")

      数据库

      1、Whistle:http://180.208.58.66/whistlem6A/

      2、MM-6mAPred:http://www.insect-genome.com/MM-6mAPred/

      3、m6A2Target:http://m6a2target.canceromics.org/#/

      4、RNAmod:https://bioinformatics.sc.cn/RNAmod/analysis.php

      5、m6A-Atlas:http://180.208.58.66/m6A-Atlas/index.html

      6、REPIC:https://repicmod.uchicago.edu/repic/index.php

      7、RMBase:http://rna.sysu.edu.cn/rmbase/

      m6A 数据分析流程

      Nature protocal [4]
      Limits in the detection of m6A changes using MeRIP/m6A-seq

      m6A-seq 数据分析流程类似于 Chip-seq 数据的分析,但又有不同之处,因为 m6A 修饰存在于 RNA 上而不是转录本上。基本分析流程包括:序列比对、call peak、peak 注释、差异 peak 分析、GO 和 kegg 富集分析等,此外还可以结合多组学测序数据联合分析发掘更精细的分子调控机制和网络。


      此外网上还有一些m6A-seq 数据分析流程的代码及教程,大家可参考学习:

      • easym6A: Process m6A/MeRIP-seq data in a single or batch job mode
        网址:https://github.com/shunliubio/easym6A/blob/master/README.md
      • Analysis pipeline for MeRIP-seq
        网址:https://github.com/Ming-Lian/NGS-analysis/blob/master/MeRIP-seq.md
      • He lab m6A-seq_analysis_workflow
        网址:https://github.com/scottzijiezhang/m6A-seq_analysis_workflow#he-lab-m6a-seq_analysis_workflow

      最后欢迎感兴趣的小伙伴一起交流学习!
      参考资料

      [1]

      Where, When, and How: Context-Dependent Functions of RNA Methylation Writers, Readers, and Erasers: https://www.sciencedirect.com/science/article/pii/S109727651930317X?via%3Dihub

      [2]

      Topology of the human and mouse m6A RNA methylomes revealed by m6A-seq: https://www.nature.com/articles/nature11112

      [3]

      Epitranscriptome sequencing technologies: decoding RNA modifications: https://www.nature.com/articles/nmeth.4110

      [4]

      Transcriptome-wide mapping of N6-methyladenosine by m6A-seq based on immunocapturing and massively parallel sequencing: https://www.nature.com/articles/nprot.2012.148

      [5]

      m6aViewer: http://dna2.leeds.ac.uk/m6a/

      [6]

      exomepeak2: https://bioconductor.org/packages/release/bioc/html/exomePeak2.html

      [7]

      MeRIPtools: https://github.com/scottzijiezhang/MeRIPtools

      [8]

      MeTPeak: https://github.com/compgenomics/MeTPeak

      [9]

      MACS2/3: https://github.com/macs3-project/MACS

      [10]

      MeTDiff: https://github.com/compgenomics/MeTDiff

      [11]

      RADAR: https://scottzijiezhang.github.io/RADARmanual/Mannual.html

      [12]

      CovFuzze: https://github.com/al-mcintyre/CovFuzze

      [13]

      Guitar: https://bioconductor.org/packages/release/bioc/html/Guitar.html

      [14]

      metaPlotR: https://github.com/olarerin/metaPlotR

      [15]

      Trumpet: https://github.com/skyhorsetomoon/Trumpet

      欢迎小伙伴留言评论!

      点击我留言!

      今天的分享就到这里了,敬请期待下一篇!

      最后欢迎大家分享转发,您的点赞是对我的鼓励和肯定!

      如果觉得对您帮助很大,打赏一下吧!


      请关注“恒诺新知”微信公众号,感谢“R语言“,”数据那些事儿“,”老俊俊的生信笔记“,”冷🈚️思“,“珞珈R”,“生信星球”的支持!

      • 分享:
      作者头像
      weinfoadmin

      上一篇文章

      附近含有 m6A 修饰的 Stop Codon 序列提取
      2021年9月10日

      下一篇文章

      RNA-seq : Hisat2+Stringtie+DESeq2
      2021年9月10日

      你可能也喜欢

      2-1675088548
      lncRNA和miRNA生信分析系列讲座免费视频课和课件资源包,干货满满
      30 1月, 2023
      9-1675131201
      如何快速批量修改 Git 提交记录中的用户信息
      26 1月, 2023
      8-1678501786
      肿瘤细胞通过改变CD8+ T细胞中的丙酮酸利用和琥珀酸信号来调控抗肿瘤免疫应答。
      7 12月, 2022

      留言 取消回复

      要发表评论,您必须先登录。

      搜索

      分类

      • R语言
      • TCGA数据挖掘
      • 单细胞RNA-seq测序
      • 在线会议直播预告与回放
      • 数据分析那些事儿分类
      • 未分类
      • 生信星球
      • 老俊俊的生信笔记

      投稿培训

      免费

      alphafold2培训

      免费

      群晖配置培训

      免费

      最新博文

      Nature | 单细胞技术揭示衰老细胞与肌肉再生
      301月2023
      lncRNA和miRNA生信分析系列讲座免费视频课和课件资源包,干货满满
      301月2023
      如何快速批量修改 Git 提交记录中的用户信息
      261月2023
      logo-eduma-the-best-lms-wordpress-theme

      (00) 123 456 789

      weinfoadmin@weinformatics.cn

      恒诺新知

      • 关于我们
      • 博客
      • 联系
      • 成为一名讲师

      链接

      • 课程
      • 事件
      • 展示
      • 问答

      支持

      • 文档
      • 论坛
      • 语言包
      • 发行状态

      推荐

      • iHub汉语代码托管
      • iLAB耗材管理
      • WooCommerce
      • 丁香园论坛

      weinformatics 即 恒诺新知。ICP备案号:粤ICP备19129767号

      • 关于我们
      • 博客
      • 联系
      • 成为一名讲师

      要成为一名讲师吗?

      加入数以千计的演讲者获得100%课时费!

      现在开始

      用你的站点账户登录

      忘记密码?

      还不是会员? 现在注册

      注册新帐户

      已经拥有注册账户? 现在登录

      close
      会员购买 你还没有登录,请先登录
      • ¥99 VIP-1个月
      • ¥199 VIP-半年
      • ¥299 VIP-1年
      在线支付 激活码

      立即支付
      支付宝
      微信支付
      请使用 支付宝 或 微信 扫码支付
      登录
      注册|忘记密码?