From 35ae46b130d47051f9d168c3b6f8b0d794701e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=9F=E4=BF=A1=E5=88=86=E6=9E=90?= Date: Wed, 11 Dec 2024 13:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=2002-RNA-arry.R?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02-RNA-arry.R | 1 + 1 file changed, 1 insertion(+) diff --git a/02-RNA-arry.R b/02-RNA-arry.R index 3d99ac8..71d2e62 100644 --- a/02-RNA-arry.R +++ b/02-RNA-arry.R @@ -68,3 +68,4 @@ pca_plot1 + theme(legend.position = "none") + pca_plot2 fit <- lmFit(exp, model.matrix(~grp)) fit <- eBayes(fit) deg <- topTable(fit, coef="grpcancer", adjust.method="fdr", number=Inf) +