write_edger: Writes out the results of a edger search using...

View source: R/de_edger.R

write_edgerR Documentation

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

Description

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

Usage

write_edger(data, ...)

Arguments

data

Output from deseq_pairwise()

...

Options for writing the xlsx file.

Details

Tested in test_26edger.R

See Also

[write_de_Table()]

Examples

## Not run: 
 finished_comparison <- edger_pairwise(expressionset)
 data_list <- write_edger(finished_comparison, excel = "edger_result.xlsx")

## End(Not run)

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