标签:tsv names size test 培训 strong encoding exp file
res = read.table("ttest_expression.tsv",sep=",",header = TRUE)
rownames(res)=res[,colnames(res)[1]]
res[rownames(res),colnames(res)[2:length(colnames(res))]]
expr_data = try(read.table(exp_file, header=T, quote="",row.names=1, sep=‘\t‘,check.names=F,as.is=TRUE, encoding="utf-8"))
标签:tsv names size test 培训 strong encoding exp file
原文地址:http://www.cnblogs.com/xiaojikuaipao/p/6241410.html