GTEx数据的下载地址:https://www.gtexportal.org/home/datasets
x=read.table(gzfile("file.gct.gz"),
skip = 2, header = TRUE, sep = "\t")
注意事项:
要跳过前两行,因为前两行是样本信息、基因信息等内容
GTEx数据的下载地址:https://www.gtexportal.org/home/datasets
x=read.table(gzfile("file.gct.gz"),
skip = 2, header = TRUE, sep = "\t")
注意事项:
要跳过前两行,因为前两行是样本信息、基因信息等内容
本文标题:R语言 读取GTEx的gct文件
本文链接:https://www.haomeiwen.com/subject/vntnurtx.html
网友评论