wyguo / ThreeDRNAseq

A pipeline for differential expression and differential alternative splicing analysis
https://github.com/wyguo/ThreeDRNAseq
GNU General Public License v3.0
60 stars 27 forks source link

[Question] Count table after normalization #32

Closed RxLoutre closed 2 years ago

RxLoutre commented 2 years ago

Hi Wenbin,

Happy new year ! First "issue" of 2022. :)

I have an other question. Sorry if I have missed this information somewhere. I would like to know if it is possible to download something similar to the file "Gene read counts.csv", which is generated by 3D RNAseq when you press the "download" button in the result folder, but for reads after TMM normalization. Or maybe the reads count here are already normalized ?

Thank you for your help, have a nice day.

Best,

wyguo commented 2 years ago

Hi, Happy new year! Unfortunately, you can’t download the “reads after TMM normalization” spreadsheet directly from the 3D RNA-seq App. But you can use R to open the object “intermediate_data.RData” in the data folder, which is generated after you click the “save data” button on the last page. It is a list object. You can get “genes_log2FC” and “trans_log2FC” from this object. Please see details in: https://github.com/wyguo/ThreeDRNAseq/blob/master/vignettes/user_manuals/3D_RNA-seq_App_manual.md#files-in-data-folder

RxLoutre commented 2 years ago

No problem that we can't get it from the App ! I think getting it from the .RData file should be enough for my purpose. Many thanks 🙏