check_includes | R Documentation |
This compiles the set of possible methods to include in an all_pairwise() from a series of booleans into a simpler list and checks that the elements have some data that may be used.
check_includes(
apr,
basic = TRUE,
deseq = TRUE,
ebseq = TRUE,
edger = TRUE,
dream = TRUE,
limma = TRUE,
noiseq = TRUE
)
apr |
The result from all_pairwise() |
basic |
The user wants the basic analysis, let us see if we can provide it here. |
deseq |
The user wants DESeq2. |
ebseq |
The user wants EBSeq. |
edger |
The user wants EdgeR. |
dream |
The user wants the variancePartition method. |
limma |
The user wants limma. |
noiseq |
The user wants NoiSeq. |
List containing TRUE/FALSE for each method desired, depending on if we actually have the relevant data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.