ICode9

精准搜索请尝试: 精确搜索
  • R语言中 separate函数将一列拆分为多列2022-08-03 07:32:01

      001、 root@PC1:/home/test2# cat test.txt 1_55910>snp1 0.05591 1_85204>snp2 0.085204 1_122948>snp3 0.122948 1_203750>snp4 0.20375 1_312707>snp5 0.312707   library(tidyverse) dat <- read.table("test.txt") dat dat1

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有