遇见数据集

merged_gene_tpms_longestT.csv.zip

收藏
Figshare2025-06-05 更新2026-04-08 收录
官方服务:

资源简介:

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 &lt;- fread("merged_gene_tpms_longest.csv", data.table = F)head(data[1:5,1:5])genotypes &lt;- colnames(data[-1]) # we remove the first column "GeneID"duplicated.genotypes &lt;- genotypes[grep("_R2", genotypes)] # duplicated genotypes are ending with *_R2duplicated.genotypes1 &lt;- data[,c("GeneID", sub("_R2", "", duplicated.genotypes))]duplicated.genotypes2 &lt;- data[,c("GeneID", duplicated.genotypes)]<br>head(duplicated.genotypes1[,1:5])head(duplicated.genotypes2[,1:5])<br>

提供机构:
Torres, Vladimir
创建时间:
2023-10-31
二维码
社区交流群
二维码
科研交流群
商业服务