R での limma を用いた Differential Expression 解析
John Blischak
Instructor
wt)、Top2bノックアウト (top2b)pbs)、ドキソルビシン (dox)dim(eset)
Features Samples
29532 12
table(pData(eset)[, c("genotype", "treatment")])
treatment
genotype dox pbs
top2b 3 3
wt 3 3
plotDensities(eset,
group = pData(eset)[, "genotype"],
legend = "topright")

対数変換
分位点正規化
フィルタリング
boxplot(<y-axis> ~ <x-axis>, main = "<title>")
boxplot(<gene expression> ~ <phenotype>, main = "<feature>")
boxplot(<Top2b expression> ~ <genotype>, main = "<Top2b info>")
主成分分析
limma関数 plotMDS
クラスター数の予測
R での limma を用いた Differential Expression 解析