read_deseq | R Documentation |
Read a DESeq Excel file from write_deseq
read_deseq(file, object = "results")
file |
write_deseq output file |
object |
type of object to create, either results, rlog or log2_norm |
a list of tibbles or DESeqTransform object
Chris Stubben
## Not run:
res <- read_deseq("DESeq.xlsx")
rld <- read_deseq("DESeq.xlsx", "rlog")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.