save_counts | R Documentation |
Save the counts of a DESeq2 object.
save_counts(deseq_dataset, name, out_dir, tidy = TRUE, ...)
deseq_dataset |
A dds |
name |
A name for the output file |
out_dir |
Path to the output directory |
tidy |
Logical, whethere to reshape the data into a long ( |
... |
extra arguments passed to |
Nothing, this function writes a file
save_counts(dds, name = "Your_comparison_long", out_dir = "/path/to/dir")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.