Entering edit mode
6.9 years ago
ta_awwad
▴
350
Hello Guy, I have deseq2 table with differentially expressed genes. I would like to extract the log2FC as well as raw counts for 5 genes That are flanking my gene of interest to use them for heatmap .. can anyone help?
Sure.
closest
featuregrep
forlog2FC
from DESeq2 resultsor
grep
forlog2FC
from DESeq2 resultsthanks much venu ... but there is no shortcut to do this task?
Both of them takes <5 min to complete the task. I can't think of any other shortcut.
If you know the names of those genes then fish them out of the results object (which can be written to a file).
Thanks Genomax .. I was just thinking of direct way to fetch the names of those genes then extract the expression values .. I will do it manually ... thanks once more