R read.tabe line 5 did not have 2 elements

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)
上一篇:Python装饰器和Flask路由:我可以装饰一个函数调用还是仅装饰一个函数定义?


下一篇:org.hibernate.hql.ast.QuerySyntaxException: tb_voteoption is not mapped [from tb_voteoption where voteID=?]