摘要: rm(list = ls()) library(limma) exp=副本ATP.细胞因子.allexp=t(exp)dat=normalizeBetweenArrays(exp)boxplot(dat,outline=FALSE, notch=T,col=9, las=2) group_list= 阅读全文
posted @ 2022-03-13 18:15 jolin_ling 阅读(349) 评论(0) 推荐(0)
摘要: rownames(X98281_RAW_new)=X98281_RAW_new[,1] #取出第一列data=X98281_RAW_new[,-1] #将第一列删除head(data) newdata=as.data.frame(X98281_RAW_new)set=newdata #创建行平均值( 阅读全文
posted @ 2021-04-06 12:28 jolin_ling 阅读(101) 评论(0) 推荐(0)