摘要:
 The top panel shows all of the genes in the locus. The marg 阅读全文
摘要:
升级了dplyr后运行命令inter=inter %>% rename("gene"="V4") 就一直报错:Some 'from' names in value not found on 'x',如下所示: Error in rename(., gene = "V4") : Some 'from' 阅读全文
摘要:
运行代码如下所示: cwy= spread(cwy,key = "group",value = "p") 报错原因是group存在重复。举个例子,以下数据就会出现报错: id group p id1 A 222 id1 A 333 id1 B 444 id1的group-A存在两个数值:222和33 阅读全文