Description Usage Arguments Value
View source: R/DEA.permutations.R
readPermResults
1 | readPermResults(resFiles, threshold = 0.05)
|
resFiles |
character vector indicating the names of the results files (.RData files save by the DEA permutation functions) |
threshold |
the FDR threshold below which a test is considered positive (default 0.05). |
A list with the following slots: 'nbComps: number of comparisons. 'FP: number of false (or spurious) positives for each comparison. 'TP: (only if the permutations were generated with addDE=TRUE) The number of true positives for each comparison. 'DEGs: (only if the permutations were generated with addDE=TRUE) a data.frame containing, for each gene, the number of times it was found with a FDR below the threshold, the absLog2FC introduced in the input, and the mean fragment count.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.