How to select/exclude specific conditions or cell types for further analysis with Limma?
0
0
Entering edit mode
4.0 years ago

I'm new to R and Limma, and I tried to analyze a data set using the Limma guide. So far, so good, but now I want to include only 3 of the 6 cell types I have in my data set in "y" and any further analysis. How do I "select" or "exclude" conditions/cell types I defined in the targets file?

target file: column, 6 cell types, 4 donors

targets <- readTargets()

x <- read.ilmn(files="Einzelanalyse_nonorm_nobkgd.txt",ctrlfiles="ControlProbeProfile_nonorm_nobkgd.txt")

y <- neqc(x)

expressed <- rowSums(y$other$Detection < 0.05) >= 3

y <- y[expressed,]

plotMDS(y,labels=targets$condition)
R Bioconductor Limma • 546 views
ADD COMMENT
0
Entering edit mode

Evidently these are Illumina microarrays. I suspect that you can just leave them out of your targets file and not even process them. What are the contents of Einzelanalyse_nonorm_nobkgd.txt ?

ADD REPLY
0
Entering edit mode

The "Einzelanalyse_nonorm_nobkgd.txt" are the results from the Illumina microarray, it contains 4 different columns for every probe.

ADD REPLY

Login before adding your answer.

Traffic: 2115 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6