R: Coercing LHS to a list

#  Coercing LHS to a list

expr_3$ID<-rownames(expr_3)

 

# OK
ids<-rownames(expr_3)
expr_4<-cbind(expr_3, ID=ids)

posted @ 2018-01-20 06:43  emanlee  阅读(1430)  评论(0编辑  收藏  举报