search for: downregulated

Displaying 2 results from an estimated 2 matches for "downregulated".

2012 May 04
0
LIMMA decideTests result zero from contrast matrix
Dear All, I am using the LIMMA package to create 2 contrasts for my data and then calculating the vennCounts of the decideTests from the contrast.fit to be able to create venn Diagrams. The code works fine but the summary(results) shows zeros for all i.e. no gene were up regulated or downregulated. This is not true for my data since toptable output shows Log fold change greater than > 2. I am certain it is a small glitch somewhere at my end that i get zero counts for my summary(decideTests). Please find below my code and i would really appreciate any help here at all. Thanks, Ekta ## R...
2005 Oct 07
0
Differentially expressed gene list
...uppi[[2]])-mean(gruppi[[1]])) return(geni1) } fold<-esApply(expr.contr.tratt.4,1,fold) filtro.geni.4_prova<-expr.contr.tratt.4[which(fold>=1),] filtro.geni.4_prova everything is working well and I can obtain the correct HTML output,but if I write the same using fold change<1 to obtain downregulated genes,I have the following warning message: ###Warning messages: ####1: the condition has length > 1 and only the first element will be used in: if (!nchar(text <- getText(object))) return("") ####2: the condition has length > 1 and only the first element will be used in: i...