当前位置:网站首页>TASSEL software imports plink format file error
TASSEL software imports plink format file error
2022-08-09 04:49:00 【The release of self breeding data analysis】
I introduced the SNP data in Excel before (How to change the SNP data in Excel format into plinkFormat ), the method of converting to plink, if you want to import into plink format, an error will be reported:
Error: Display exceeds range
problem: string index out of range: 30 file
Because the plink encoding is in the format of AA TT, it can only be changed to the format of A A T T.
Error reporting plink data: It can be seen that the two GG CCs are continuous.
Use --recode
to process it, change it to test and read it again:
plink --file file --recode --out test
View correct plink format:
Use TASSEL to read:
Read successfully:
Done!!!
边栏推荐
- TASSEL软件导入plink格式文件报错
- JS-DOM-对象的事件onload、匿名函数、this
- 【HMS Core】【FAQ】【AR Engine】AR Engine常见问题合集
- 稳定性测试怎么做,这篇文章彻底讲透了!
- Faced with risk control, what should Amazon do when evaluating self-supporting accounts?
- uboot中board_init bi_arch_number在哪
- AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline'
- 【Harmony OS】【ARK UI】ETS 上下文基本操作
- MySQL:意向共享锁和意向排它锁 | 死锁 | 锁的优化
- 区别如下概念:路径、绝对路径、相对路径、当前目录。系统磁盘上存在某个可执行文件,但在DOS环境输入其文件名却提示没有这个文件,是什么原因?
猜你喜欢
随机推荐
【Harmony OS】【FAQ】鸿蒙问题合集1
BaseDexClassLoader的正确使用方式
【开发者必看】【push kit】推送服务服务典型问题合集2
区别如下概念:路径、绝对路径、相对路径、当前目录。系统磁盘上存在某个可执行文件,但在DOS环境输入其文件名却提示没有这个文件,是什么原因?
2022 Security Officer-A Certificate Special Work Permit Exam Question Bank and Online Mock Exam
软件测试的发展趋势
使用ceph-deploycep集群部署,并用3个磁盘作为专用osd
杰理之SD卡切回蓝牙没有作用【篇】
MySQL:已提交读和可重复读的实现原理 | MVCC(多版本并发控制)——笔记自用
LeetCode-636. 函数的独占时间
ABP 6.0.0-rc.1的新特性
ceph创建存储池,映射,删除练习
抖音直播带货的4个技巧,提升直播间转化率!
JS-DOM-全局、局部、隐式变量,数组()\函数、 prompt输入对话框、confirm(确定用户的决定-弹出对话框)
Alibaba Cloud Tianchi Contest Question (Machine Learning) - Prediction of Industrial Steam Volume (Complete Code)
Divisible property 1
TASSEL软件导入plink格式文件报错
Ridge regression and LASSO regression
AttributeError: partially initialized module ‘cv2‘ has no attribute ‘gapi_wip_gst_GStreamerPipeline‘
【暑期每日一题】洛谷 P1200 [USACO1.1]你的飞碟在这儿Your Ride Is Here