View source: R/enrichment_advise_lipidomics.R
enrichment_advise_lipidomics | R Documentation |
enrichment_advise_lipidomics
is the function for enrichment analysis.
enrichment_advise_lipidomics(
out,
rank_c = "logFC",
min_elem = 2,
thresh = 0.05,
k = ""
)
out |
The result limma_result. |
rank_c |
Character string. Value to plot. Possible options are: "logFC" , "P.Value", "adj.P.Val", "B" |
min_elem |
Numeric. Internal value. |
thresh |
p-value threshold. Possible options are 0.001, 0.01, 0.05. |
k |
The name of the contrast. |
This function takes the output from limma and performs the enrichment analysis.
write something
Last change 17/11/2021
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.