参考:https://www.biostars.org/p/106291/#106344

1、inner mate distance : the distance from the right most end of the left read to the left most end of the right read

2、the "insert size"=sequence between adapters (actually encompasses R1 and R2 as well as the unknown gap between them) and it is also known that the ninth column of the SAM file (TLEN) represents the insert size

3.1、Insert size = 400

Library = 2x150bp

Inner size = 400-2*150 = 100

3.2、So for a 2x100bp library with 193 mean insert, your inner distance is 193-2x100 = -7 (meaning that they overlap by 7bp)

4、

Insert_size = the sequence betwwn adapters

Fragment_size= Insert_size + Adapters

最新文章

  1. 使用 jQuery Ajax 在页面滚动时从服务器加载数据
  2. (TODO:)下载图片,报错:warning: could not load any Objective-C class information from the dyld shared cache. This will significantly reduce the quality of type information available.
  3. Java排序算法——表插入排序
  4. is not configured for rpc
  5. matlab中元胞数组(cell)转换为矩阵
  6. Angularjs里面跨作用域
  7. 如何利用【百度地图API】进行定位?非GPS定位
  8. C++ 中内存分配和回收
  9. XAF_GS_01_准备环境
  10. airflow1.10时区修改
  11. pythonpipinstallpymongo报错
  12. centos7基于samba服务配置实例
  13. Python函数式编程之闭包
  14. css颜色,字体大小的设置
  15. zookeeper的搭建和简单的使用
  16. java validate date
  17. 【LInux】统计某文件夹下目录的个数
  18. Linux虚拟机安装应用程序提示Graphical installers are not supported by the vm
  19. laravel路由不生效,404,除了/ 都不行,关于nginx环境下laravel除了默认路由都出现404报错的处理方法
  20. mybatis中获取参数

热门文章

  1. LeetCode OJ:Maximum Depth of Binary Tree(二叉树最大深度)
  2. auto_ptr类
  3. @angular/cli项目构建--路由2
  4. python 编码 —— codecs 库
  5. C#异步编程(一)线程及异步编程基础
  6. shell实现文件内容查询如输入姓名结果显示电话号码等信息
  7. python+rabbitmq实现分布式
  8. 系列文章--C#即时通讯开发
  9. jQuery 实现最简单的form表单提交 Loding 功能
  10. 浅谈Java中的对象和对象引用