write_deseq: Writes out the results of a deseq search using...

View source: R/de_deseq.R

write_deseqR Documentation

Writes out the results of a deseq search using write_de_table()

Description

Looking to provide a single interface for writing tables from deseq and friends.

Usage

write_deseq(data, ...)

Arguments

data

Output from deseq_pairwise()

...

Options for writing the xlsx file.

Details

Tested in test_24deseq.R

See Also

[write_de_table()]

Examples

## Not run: 
 finished_comparison <- deseq2_pairwise(expressionset)
 data_list <- write_deseq(finished_comparison)

## End(Not run)

elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.