DESeq_res | R Documentation |
This function would get the results based on DESeqDataSet object
DESeq_res(dds, fold_change_line = 1, adj_pvalue_line = 0.05, ...)
dds |
a matrix with row name |
fold_change_line |
a numeric, the threshold to define significant fold change |
adj_pvalue_line |
a numeric, the threshold of significant log2(fold change) |
... |
Aavailable arguments to be passed to results |
a dataframe
## Not run: input = createCountPhe() dds = DEseqObj(input[[1]],input[[2]],ref_level="untreated") res = DESeqRes(dds) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.