当我使用“ ggfortify”包时,如何解决R中的“ .f(.x [[i]],...)中的错误:找不到对象'RNVU1'”

时间:2019-05-05 05:27:35

标签: r

当我使用软件包ggfortify对DNA微阵列数据进行PCA分析时,它返回

  

“。f(.x [[i]],...)中的错误:找不到对象'RNVU1'”

我该如何解决?

我的代码

library(ggfortify)
df <- as.data.frame(t(gset))
df$group <- group_list
autoplot(prcomp( df[,1:(ncol(df)-1)] ), data = df, colour= "group")

我的数据

head(group_list)
[1] "A375 cells 24h Control rep1"     "A375 cells 24h Control rep2"    
[3] "A375 cells 24h Control rep3"     "A375 cells 24h Vemurafenib rep1"    
[5] "A375 cells 24h Vemurafenib rep2" "A375 cells 24h Vemurafenib rep3"

0 个答案:

没有答案