resSig <- subset(res, res$padj < 0.05 )
Using this code i create a vector resSig
head( resSig[ order( resSig$log2FoldChange ), ],