write_deseq | R Documentation |
Write DESeq result files, raw counts, rlog values, normalized counts to an Excel file.
write_deseq(
result_all,
dds,
rld,
biomart,
sets,
fpkm,
text_files = FALSE,
cutoff,
file = "DESeq.xlsx",
overwrite = TRUE,
...
)
result_all |
a list from |
dds |
a DESeqDataset object with count tables |
rld |
a DESeqTransform obect with rlog values |
biomart |
annotations from |
sets |
table with set intersections, optional |
fpkm |
matrix of fpkm values, optional |
text_files |
write results to separate txt files, mainly for IPA input |
cutoff |
if text_files is TRUE, only write genes below this p-value cutoff |
file |
file name |
overwrite |
overwrite existing Excel file. Default is FALSE. |
... |
additional options passed to |
A tibble
Chris Stubben
## Not run:
write_deseq(res, dds, rld, human98)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.