R에서 limma로 하는 차등 발현 분석
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로 하는 차등 발현 분석