prot.add_rejections | R Documentation |
This function adds a logical vector of rejections (TRUE/FALSE) to a SummarizedExperiment object.
prot.add_rejections(diff, alpha = 0.05, lfc = 1)
diff |
A SummarizedExperiment object. |
alpha |
A numeric value for the alpha level (adj. p value) threshold. |
lfc |
A numeric value for the log2 fold change threshold. |
A SummarizedExperiment object. The results of this function can be accessed with SummarizedExperiment::rowData(se)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.