Hi all,
I'm using EdgeR to generate DEGs. I used "table(MyFit$table$FDR<0.05, MyFit$table$logFC>1.5)" to calculate the number of DEGs, but not sure how I can output the list the genes based on the above donditions. I used "subset(MyFit, MyFit$table$FDR<0.05 | MyFit$table$logFC>1.5)", but was telling "Error: Two subscripts required". Any tips will be appreciated!
Thank you in advance!
Jay
Code should be placed in three backticks as shown below
# include your problematic code here with any corresponding output
# please also include the results of running the following in an R session
sessionInfo( )
Can you please add a meaningful tag to the question? The "NewWave" tag doesn't seem at all relevant.