This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Combining results tables to plot automatecally

Hi every one. Is it ok to combine results names in order to print all result tables at once using for loop? I want to show all results tables with the differnt contrasts at once. I also want to plot many violin plots of plot count for single genes at once, instead of having to do plotCounts(dds, gene=which.min(res$padj), intgroup="condition") every time. Is this possible to automate? Thank You.

deseq2

1 answer

You can do whatever you want.

You can't really combine the results objects, but if you make a data frame version of them, those can be manipulated. You'll probably want to change the column names, so you remember what results go with what contrasts.

Log in to answer this question.