top_counts | R Documentation |
Join DESeq results to rlog or other counts, mainly for plotting gene heatmaps.
top_counts(
res,
rld,
by = "id",
filter = TRUE,
col_names,
row_names = "gene_name",
collapse,
...
)
res |
an annotated DESeq2 results file |
rld |
rlog or other counts in DESeqTransform object |
by |
join count rownames by this column number in results, default id |
filter |
filter the results using |
col_names |
optionally replace sample IDs with another column in colData(rld) |
row_names |
a column name in results to use as row names, default gene_name |
collapse |
collapse replicates and group by column means in colData(rld) |
... |
additional options passed to |
A tibble with colData attribute
Chris Stubben
x <- top_counts(pasilla$results, pasilla$rlog)
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.