Top Tables of Differential Expression Results
topTables(object, ...) # S4 method for list topTables(object, n = 50, coding = FALSE)
| object | DESeq2 results tables list generated by |
|---|---|
| ... | Additional arguments (for the S4 generic definition). |
| n | Number genes to report. |
| coding | Whether to only return coding genes. |
Top table kables, for knit report.
#> #>#>#> #> #> ### Summary statistics #> #> #> - 505 genes in count matrix #> - base mean > 0: 304 genes (non-zero) #> - base mean > 1: 213 genes #> - alpha cutoff: 0.1 #> - lfc cutoff: 0 (applied in tables only) #> - deg pass alpha: 4 genes #> - deg lfc up: 2 genes #> - deg lfc down: 2 genes #>topTables(resTbl)#> #> #> |ensgene | baseMean|lfc |padj |symbol |description | #> |:------------------|--------:|:-----|:-------|:-------|:---------------------| #> |ENSMUSG00000104523 | 409|0.815 |7.7e-02 |Gm37335 |predicted gene, 37335 | #> |ENSMUSG00000070960 | 15|7.307 |9.6e-02 |Gm19680 |predicted gene, 19680 | #> #> #> |ensgene | baseMean|lfc |padj |symbol |description | #> |:------------------|--------:|:------|:-------|:------|:--------------------| #> |ENSMUSG00000016918 | 521|-0.992 |9.6e-02 |Sulf1 |sulfatase 1 | #> |ENSMUSG00000048874 | 2484|-0.855 |9.6e-02 |Phf3 |PHD finger protein 3 |