SMRT portal安装教程:

http://www.pacb.com/wp-content/uploads/2015/09/SMRT-Analysis-Software-Installation-v2.3.0.pdf

ISO-seq数据地址:

/share/backups/pacbio/20160222_68 的 A01 和 B01。

<1kb的得到1.28G数据,>1kb的得到了2.8G的数据。

SMRT portal 地址:

http://59.79.232.10:8080/smrtportal/#/Design-Job/
软件安装主目录:
/share/workplace/software/PACBIO

reference_droplist: :

/share/workplace/software/PACBIO/userdata/references_dropbox

username: pbuser
password: pacbio-one2three

学习目的:对这两个cell收集一下结果(多少reads,多少全长reads,多少isoform,SMRT-portal的报告都有。

ISOseq数据比对到参考基因组

文本教程参见:
 
 
视频教程:
 

THE CHALLENGE OF ISOFORM RECONSTRUCTION

简单的说就是二代测序无法有效区分同一个transcript的单倍型!

In eukaryotic organisms, the majority of genes are alternatively spliced to produce multiple transcript isoforms, dramatically increasing the protein-coding potential of a genome.

Alternatively spliced isoforms from the same gene can have significantly different, even antagonistic, effects. To study gene expression, researchers have looked at fragments of an organism’s genes utilizing next-generation sequencing methods, commonly referred to as RNA sequencing (RNA-seq). However, short-read RNA-seq cannot span full-length transcripts, making it difficult to accurately characterize the diverse landscape of isoforms.

Produce full-length transcripts without assembly

简单的说就是三代测序能直接把一个单倍型测穿。这就是ISOseq

The isoform sequencing (Iso-Seq) application generates full-length cDNA sequences — from the 5’ end of transcripts to the poly-A tail — eliminating the need for transcriptome reconstruction using isoform-inference algorithms. The Iso-Seq method generates accurate information about alternatively spliced exons and transcriptional start sites. It also delivers information about poly-adenylation sites for transcripts up to 10 kb in length across the full complement of isoforms within targeted genes or the entire transcriptome.

Iso-Seq的目的就是: understand transcriptome complexity using accurate, unassembled, full-length long reads.

实验室测序出来的数据目录结构:

Analysis_Results下的文件:

正确的数据结构如下:

注意metadata.xml文件和子目录下的bax.h5文件。

对于数据的处理有三种方式,一种是通过RS_isoseq SMRT portal, 一种是github code,一种是RS_isoseq 明令行。三者的主要区别如下:

The differences between the GitHub code and the RS_IsoSeq code are:

  • GitHub code requires you to set up a virtual environment and install all libraries on your own
  • GitHub code is more step-by-step and allows more flexibility
  • GitHub code is updated faster
  • GitHub code is all source code - you can modify the code as needed

The difference between the SMRT Portal version and the command-line version (pbtranscript.py) is that the command-line version additionally allows you to:

  • Use more CPUs than default
  • Directly start from the isoform-level clustering (ICE) part of RS_IsoSeq. Since v2.3.0, we have added additional entry points to the ICE/Quiver pipeline.

如果用SMRT portal 来分析数据,步骤如下:

1, getting FL reads

首先导入你的raw data,然后选择RS_IsoSeq protocol(SMRT PORTAL的版本要v2.3.0以上)

具体操作参见以前写的博客。(http://www.cnblogs.com/freemao/p/3783475.html)

Iso-seq 建库流程:

扫盲几个概念:

reads of insert 和 FL reads:

建库的时候可能会产生artificial chimeras,分两种:

第一种是接头浓度低导致的:

第二种是PCR扩增时导致的:

所以最终的数据:

下一步:

为何要进行上面的步骤:

Iso-seq的整个生物信息学分析流程大概就是这样的:

主要是两部分:1是classify, 2是cluster

classify 识别FL reads

cluster 主要是performs isoform-level clustering and outputs Quiver-polished high-quality consensus full-length transcript sequences.

整个过程是不需要参考基因组的,如果有参考基因组,可以被用来做比对,把polished transcipts map上去。从而可以

①,去除redundancy(Iso-Seq cluster output can be redundant).如下图:

去除冗余应用实例:

②,可以发现新的基因或者isoforms.

classify 和 cluster的比较如下:

运行classify 和 cluster既可以在SMRT Portal,也可完全用命令行(pbtranscript.py),TOFU. 使用帮助在(https://github.com/PacificBiosciences/cDNA_primer/wiki)

关于最后的isoform结果 可以通过UCSC browser看一下,肯定是要比二代的效果好很多。

Iso seq的应用:

1, Transcript indentification and annotation

2,  Identification of Alternatively spliced isoforms

3,  Targeted sequencing

4, normalization reduces the representation of highly expressed genes.

后续可以做的分析有(根据你自己的项目而定):

详情见2015 webinar 文档。

学习网站:

•Iso-Seq Website (general information):
•Iso-Seq Analysis Information:
•Protocols:
 
•Available Datasets:
–MCF-7 Cancer Cell Line
–Human Normal Tissues (Brain, Heart, Liver)
 
 
 
 
Library and Sequencing Evaluation 步骤:
 
结果表格如下:
 
 任务过程:
http://59.79.232.10:8080/smrtportal/#/Design-Job/
import and manage
import SMRT cells
add...
/share/backups/pacbio/20160222_68/A01_1
scan...OK
/share/backups/pacbio/20160222_68/B01_1
scan...OK
Design Job
Creat new
Analysis 对话框全部打钩
Next
填写Job Name
Protocals 选择 RS_IsoSeq.1
将YM1-30pM和YM2-30pM 这两个样导入,如果不知道哪个是你的数据,就看Uri那一列,有数据的位置。
save
start
任务就开始跑了 
可以到melon上 执行 qstat -a查看任务状态 也可以直接在网页上monitor查看
 
 
freemao
FAFU
miaochenyong@163.com
 
 
 
 
 
 
 
 

Iso-Seq学习的更多相关文章

  1. iso 开发学习--简易音乐播放器(基于iPhone4s屏幕尺寸)

    三个按钮  一个进度条 贴图(软件中部分图片,来自网络,如果侵犯了您的权益,请联系我,会立刻撤下) 核心代码 // // ViewController.m // 08-10-MusicPlayer / ...

  2. ISO模型学习

    PDU:协议数据单元是指层次之间传递的数据单位 物理层PDU :PDU是数据位 bit数据链路层的PDU是数据帧frame网络层的PUD是数据包 packet传输层的PDU是数据段 segment其他 ...

  3. VMware 安装 centos6.8

    参考文档:https://jingyan.baidu.com/article/49711c61964328fa441b7c93.html 准备工作 VMware Workstation Pro 下载地 ...

  4. Linux下安装python,ftp,Ubuntu和centos配置静态ip以及下载地址

    一个服务器最多创建65535个端口Ubuntu apt-get aliyun转换https://www.cnblogs.com/hcl1991/p/7894958.htmlOpenSSLhttps:/ ...

  5. redhat更改yum源及安装PHP环境

    redhat更新yum源 删除同RHEL一同安装的yum源 rpm -qa|grep yum #查看本地yum yum list | wc -l #看个数 yum install pip #看现象 r ...

  6. 网络知识学习1---(基础知识:ISO/OSI七层模型和TCP/IP四层模型)

    以下的内容和之后的几篇博客只是比较初级的介绍,想要深入学习的话建议自己钻研<TCP/IP详解 卷1:协议> 1.ISO/OSI七层模型    下四层是为数据传输服务的,物理层是真正的传输数 ...

  7. Linux学习之CentOS(六)---mount挂载设备(u盘,光盘,iso等 )

    对于新手学习,mount 命令,一定会有很多疑问.其实我想疑问来源更多的是对linux系统本身特殊性了解问题. linux是基于文件系统,所有的设备都会对应于:/dev/下面的设备.如: [cheng ...

  8. Ubuntu ROS Arduino Gazebo学习镜像iso说明(indigo版)

    ROS机器人程序设计(原书第2版)学习镜像分享及使用说明 新版已经发布,请参考: http://blog.csdn.net/zhangrelay/article/details/53324759 Ub ...

  9. 用ISO C++实现自己的信号槽(Qt另类学习)

    qtc++objectsignalclassstring   目录(?)[-] Qt信号与槽 引入元对象系统 建立信号槽链接 信号的激活 槽的调用 全家福 零零散散写在后面 Q_OBJECT Conn ...

随机推荐

  1. SCSS

    CSS 预处理器定义了一种新的语言,其基本思想是,用一种专门的编程语言,为 CSS 增加了一些编程的特性,将 CSS 作为目标生成文件,然后开发者就只要使用这种语言进行编码工作. 通俗的说,“CSS ...

  2. eclipse 高亮代码

    本文整合自网络上的两种靠谱的使eclipse代码高亮的方式. 其实你可以在Window->proferences->java->editor->syndex coloring- ...

  3. vpn是什么?手机vpn是什么?

    vpn是什么?手机vpn是什么? vpn是什么?手机vpn是什么? vpn是什么?手机vpn是什么?VPN全称是Virtual Private Network,也就是虚拟专用网的意思.很多人不知道VP ...

  4. CF #296 (Div. 1) B. Clique Problem 贪心(构造)

    B. Clique Problem time limit per test 2 seconds memory limit per test 256 megabytes input standard i ...

  5. Spring的入门的程序

    1 下载Spring的开发包: spring-framework-3.2.0.RELEASE-dist.zip ---Spring开发包 docs :spring框架api和规范 libs :spri ...

  6. C++小项目:directx11图形程序(七):modelclass

    模型类是世界空间中的表示物体的类,那么他的所做的事就是加载模型,移动模型,渲染模型 modelclass.h #pragma once #include <d3d11.h> #includ ...

  7. storm启动过程之源码分析

    TopologyMaster: 处理拓扑的一些基本信息和工作,比如更新心跳信息,拓扑指标信息更新等   NimbusServer: ** * * NimbusServer work flow: 1. ...

  8. MySQL主从同步报错排错结果及修复过程之:Slave_SQL_Running: No

    起因调查: 收到大量邮件报警想必事出有因,就问同事到底发生了什么?同事登录从库查看,发现出现如下报错提示,表示与主库同步失败,一直卡在哪里,看他弄了两个多小时,问题越来越多,解决一个恢复平静了一两分钟 ...

  9. HDU 1005 F(Contest #1)

    题意: 已知f[1] = f[2] = 1,输入三个数a,b,n,求f[n] = (a*f[n-1]+b*f[n-2])%7的结果 分析: f[n-1]和f[n-2]最多为7种情况(0,1,2,3,4 ...

  10. Win环境下的文件读写

    在win环境下,有许多方法可以对文件进行读写操作,如MFC 中的CFile类,及一些开源的项目如QT中的QFile.开源的好得是可以多平台,而MFC只是微软自家的东西,对于想写跨平台的人,最好不用MF ...