Intermediate data for TE calculation
收藏资源简介:
This dataset includes intermediate data from RiboBase that generates translation efficiency (TE). The code to generate the files can be found at https://github.com/CenikLab/TE_model. We uploaded demo HeLa .ribo files, but due to the large storage requirements of the full dataset, I recommend contacting Dr. Can Cenik directly to request access to the complete version of RiboBase if you need the original data. The detailed explanation for each file: human_flatten_ribo_clr.rda: ribosome profiling clr normalized data with GEO GSM ids in columns and genes in rows in human. human_flatten_rna_clr.rda: matched RNA-seq clr normalized data with GEO GSM ids in columns and genes in rows in human. human_flatten_te_clr.rda: TE clr data with GEO GSM ids in columns and genes in rows in human. human_TE_cellline_all_plain.csv: TE clr data with genes in rows and cell lines in rows in human. human_RNA_rho_new.rda: matched RNA-seq proportional similarity data as genes by genes matrix in human. human_TE_rho.rda: TE proportional similarity data as genes by genes matrix in human. mouse_flatten_ribo_clr.rda: ribosome profiling clr normalized data with GEO GSM ids in columns and genes in rows in mouse. mouse_flatten_rna_clr.rda: matched RNA-seq clr normalized data with GEO GSM ids in columns and genes in rows in mouse. mouse_flatten_te_clr.rda: TE clr data with GEO GSM ids in columns and genes in rows in mouse. mouse_TE_cellline_all_plain.csv: TE clr data with genes in rows and cell lines in rows in mouse. mouse_RNA_rho_new.rda: matched RNA-seq proportional similarity data as genes by genes matrix in mouse. mouse_TE_rho.rda: TE proportional similarity data as genes by genes matrix in mouse. All the data was passed quality control. There are 1054 mouse samples and 835 mouse samples: * coverage > 0.1 X * CDS percentage > 70% * R2 between RNA and RIBO >= 0.188 (remove outliers) All ribosome profiling data here is non-dedup winsorizing data paired with RNA-seq dedup data without winsorizing (even though it names as flatten, it just the same format of the naming) ####codeIf you need to read rda data please use load("rdaname.rda") with R If you need to calculate proportional similarity from clr data:library(propr)human_TE_homo_rho <- propr:::lr2rho(as.matrix(clr_data))rownames(human_TE_homo_rho) <- colnames(human_TE_homo_rho) <- rownames(clr_data)



