Entering edit mode
2.1 years ago
rufusek500
•
0
Hello, I obtained my list of genes after DESeq2 and I want to order my list of genes based on up and downregulation. Do you recommend me any command or pacakge which enables me to order my list of genes?
If, let's say, you stored your full list of DEGs in a variable called
res
, you can simply do so:Naturally, adjust the logFC threshold based on your preferences.
Thanks for the answear, it worked!
Ironically, this command is called order:
See
?order
for details.