Re: [Bioc-devel] Deseq2 and differentia expression

2014-07-11 Thread Michael Love
l object. You need to specify a threshold on adjusted p-value. table(res$padj < 0.1) You can use subset(res, padj < 0.1) to filter the DataFrame. > >>Messaggio originale >>Da: michaelisaiahl...@gmail.com >>Data: 10/07/2014 14.46 >>A: "jarod...@libero.it&

Re: [Bioc-devel] Deseq2 and differentia expression

2014-07-10 Thread Michael Love
hi Jarod, On Thu, Jul 10, 2014 at 7:59 AM, jarod...@libero.it wrote: > Hi there!!! > > I have did this code: > SampleTable > <-data.frame(SampleName=metadata$ID_CLINICO,fileName=metadata$NOME, > condition=metadata$CONDITION,prim=metadata$CDT) > ddHTSeq <- DESeqDataSetFromHTSeqCount(sampleTable=S

[Bioc-devel] Deseq2 and differentia expression

2014-07-10 Thread jarod...@libero.it
Hi there!!! I have did this code: SampleTable <-data.frame(SampleName=metadata$ID_CLINICO,fileName=metadata$NOME, condition=metadata$CONDITION,prim=metadata$CDT) ddHTSeq <- DESeqDataSetFromHTSeqCount(sampleTable=SampleTable,directory=" Count/", design= ~condition) # effetto dello mutazione ddHTSeq