R read.tabe  line 5 did not have 2 elements

 

Reason:

there are special characters such as # in file

 

old_value    new_value
EZF2    ZNF444
EZF2    ZNF444
ZSCAN17    ZNF444
RIFK    RFK
CSTP1#    CPPED1
ENT3    SLC29A3
HCLAP    SLC29A3
HJCD    SLC29A3

 

Solution:

chromosomes <- read.csv(chromFile, sep = "\t", skip = 0, header = TRUE,
                        comment.char = "", check.names = FALSE)

相关文章:

  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2021-07-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2021-06-07
相关资源
相似解决方案