limma how to extract rest of output
1
0
Entering edit mode
jaqkleja • 0
@jaqkleja-22890
Last seen 4.2 years ago

Perhaps a rather naive question, but is there a way to see the summary statistics for all of the genes following a lmFit and Ebayes? The documentation shows using the topTable to get the top 10 genes. Is there a way to extract the logFC, AveExpr, t, P.Value, adj.P.Val, and B for all the genes?

limma • 478 views
ADD COMMENT
1
Entering edit mode
@steve-lianoglou-2771
Last seen 14 months ago
United States

Take a closer look at documentation for the number parameter in ?topTable.

I most often call topTable() with number = Inf then manipulate the resulting data.frame using your favorite data.frame-manipulating maneuvers to focus into subset of genes I might be interested in.

ADD COMMENT

Login before adding your answer.

Traffic: 733 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