Hi,
I'm using DESeq2 for DE analysis.
I followed the manual guide for DESeq2 and I was able to perform a cluster taking into account the list of the most significant genes. I would like to do also a cluster taking into account a list of specific genes. Does anybody know how to select a specific gene list?
Thanks a lot for your help!
It would be helpful if you could give us more details. Can you post the code you used to cluster the most significant, and can you specify the format of your list of genes you want to cluster?
The code I used for generating the most significant genes was the following:
For selecting the gene list, first I downloaded the significant genes with the following code:
Of this "results_Deseq2.csv" file, I selected a list of 154 genes which I would like to make a cluster with. How can I do this?