更新 02-RNA-arry.R
This commit is contained in:
parent
95c8da33fa
commit
35ae46b130
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user