Skip to content

[Bioc-devel] R: Re: Re: Deseq2 and differentia expression

2 messages · jarod_v6 at libero.it, Michael Love

#
Dear All I don't understand. I want to extract only genes have a fold-change 
more than 0.5
I use this comand but I have all the genes inside:
 resGA2 <- results(dds, lfcThreshold=.5, altHypothesis="greaterAbs") #greater
dim(resGA)
how can extract the names of genes are in resGA2?
thanks for the patience!
j.
wrote:
need
#greater
FDR
absolute
NA
),]
FALSE)
#
hi Jarod,

Please take a look at the beginner vignette for DESeq2. We explain a
lot of the questions you are asking, including how to subset the
object based on adjusted p-value. Please take a look a my previous
email as well, I demonstrated how to subset the results object. As you
can see in the vignette R output, the rownames of the object returned
by results inherits the rownames of dds. So this gives the gene names:

rownames(res)

Mike
On Fri, Jul 11, 2014 at 10:55 AM, jarod_v6 at libero.it <jarod_v6 at libero.it> wrote: