Open duyuhui opened 1 year ago
Thank you for your attention.
edgeR was used to perform TMM and CPM normalization for the the gene expression. TMM is first used to normalize the depth of sequencing in different samples and estimate the expression level for each sample , and then CPM is used to normalize the amount of read count expression between samples. Both TMM and CPM were used to normaliz read counts of genes were applied to clustering and compare among samples in the downstream analysis.
At 2023-01-09 11:34:07, "duyuhui" @.***> wrote:
I saw in the article that the mRNA expression matrix is filtered according to TMM, while in the code it is filtered by cpm, and the filtering ratio is also different. I would like to know which method you are using.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
I saw in the article that the mRNA expression matrix is filtered according to TMM, while in the code it is filtered by cpm, and the filtering ratio is also different. I would like to know which method you are using. Thank you.