I m running Deseq2 pipeline my final result file is like 18,000 genes .So how do take the differential expressed genes from my list of genes .Do i sort if based on p value or is there a way to do inside the deseq2 before getting the final list of genes
Any help or suggestion would be appreciated .
This sounds like a basic R question on how to subset a dataframe to only contain the significant genes before saving the result to a file, am I right?
no not exactly , I was wondering can i get it done while running the pipeline
And that pipeline is in R, right?
yes , I was wondering if I can filter result out instead of getting the final values where I would set threshold to filter result