merged_gene_tpms_longestT.csv.zip
收藏DataCite Commons2025-06-05 更新2024-08-18 收录
下载链接:
https://figshare.com/articles/dataset/merged_gene_tpms_longestT_csv_zip/24470758/1
下载链接
链接失效反馈官方服务:
资源简介:
Data from 750 individuals published as part of the manuscript "Population level gene expression can repeatedly link genes to functions in maize"<br>Duplicated genotypes are marked with *_R2.<br><br>You can use the code below to extract them.<br><br>library(data.table)data <- fread("merged_gene_tpms_longest.csv", data.table = F)head(data[1:5,1:5])genotypes <- colnames(data[-1]) # we remove the first column "GeneID"duplicated.genotypes <- genotypes[grep("_R2", genotypes)] # duplicated genotypes are ending with *_R2duplicated.genotypes1 <- data[,c("GeneID", sub("_R2", "", duplicated.genotypes))]duplicated.genotypes2 <- data[,c("GeneID", duplicated.genotypes)]<br>head(duplicated.genotypes1[,1:5])head(duplicated.genotypes2[,1:5])<br>
提供机构:
figshare
创建时间:
2023-10-31



