Description Usage Arguments Value Examples
View source: R/deedee_prepare.R
deedee_prepare
creates a DeeDee table from a DEA result
1 | deedee_prepare(data, input_type)
|
data |
result from DESeq2, limma or edgeR |
input_type |
the program the data comes from ( |
DeeDee table, to be used as part of the input for the other DeeDee functions
1 2 3 | data(DE_results_IFNg_naive, package = "DeeDee")
deedee_table <- deedee_prepare(IFNg_naive, "DESeq2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.