col [as.numeric(cut(x,breaks = breaks,include.lowest = T))]中的错误:类型'闭包的对象'不是子集

时间:2017-11-07 11:12:52

标签: r

我正在尝试通过pheatmaps生成热图,但是,我不断遇到各种问题(我是R的新手)。我正在使用的代码是:

    pheatmap(
  mat               = newdata,
  color             = colorRampPalette,
  border_color      = NA,
  show_colnames     = FALSE,
  show_rownames     = FALSE,
  annotation_col    = ColumnLabelsValue,
  annotation_row    = RowLabelsValue,
  annotation_colors = NA,
  drop_levels       = TRUE,
  fontsize          = 10,
  main              = "Default Heatmap")

我的数据都是数字,我删除了所有NA值,但我现在收到此错误。

col [as.numeric中的错误(cut(x,breaks = breaks,include.lowest = T))]:   对象类型'关闭'不是子集表格

有人可以建议任何决议吗?

0 个答案:

没有答案