Combining results tables to plot automatecally
1
1
Entering edit mode
3.0 years ago
hydrobeanz ▴ 10

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 • 605 views
ADD COMMENT
0
Entering edit mode
3.0 years ago

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.

ADD COMMENT

Login before adding your answer.

Traffic: 3296 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6