2019年9月13日

R list和data frame 排序

摘要: pathway_name = rownames(g1) tm <- list('P-value' = c(), 'Pathway_name' = c()) for(i in 1:dim(g1)[1]){ results<- t.test(g1[i,],g2[i,])$p.value print(results) tm$`P-value`<-append(tm$`P-value`,results) 阅读全文

posted @ 2019-09-13 10:56 若流芳千古 阅读(982) 评论(2) 推荐(0)

导航