更新 02-RNA-arry.R

This commit is contained in:
生信分析 2024-12-11 13:04:29 +08:00
parent 95c8da33fa
commit 35ae46b130

View File

@ -68,3 +68,4 @@ pca_plot1 + theme(legend.position = "none") + pca_plot2
fit <- lmFit(exp, model.matrix(~grp)) fit <- lmFit(exp, model.matrix(~grp))
fit <- eBayes(fit) fit <- eBayes(fit)
deg <- topTable(fit, coef="grpcancer", adjust.method="fdr", number=Inf) deg <- topTable(fit, coef="grpcancer", adjust.method="fdr", number=Inf)