检查数据是否正确时 出现以下错误:> exprSize = checkSets(multiExpr) Error in checkSets(multiExpr) : data does not appear to have the correct format. Consider using fixDataStructureor setting checkStructure = TRUE when calling this function.

您好!就是在检查数据是否正确时 出现以下错误> exprSize = checkSets(multiExpr),我看过您的回答:checkSets设置一下参数(checkStructure=T),能否详细点,在哪里设置参数呢?> multiExpr[[1]]$data[1:5,1:5]这个问题该怎么样解决?谢谢您,可以的话可否加个微信 18289816802

Error in multiExpr[[1]]$data : $ operator is invalid for atomic vectors
Error in checkSets(multiExpr) : 
  data does not appear to have the correct format. Consider using fixDataStructureor setting checkStructure = TRUE when calling this function.
请先 登录 后评论

1 个回答

Daitoue

这种代码的,最好贴代码运行的图片,包括代码和运行结果的截图完整,而且问题最好归下类别,属于什么分析,用的什么软件包之类的,直接这样贴文字,很难定位你的问题。

如果是查询函数用法,可以使用help("checkSets”)  或者?checkSets 的方式

请先 登录 后评论
  • 1 关注
  • 0 收藏,3295 浏览
  • 努力中 提出于 2019-03-12 11:31

相似问题