FEA | R Documentation |
This function carries out the functional enrichment analysis (FEA)
FEA(BPname = NULL, DEGsmatrix)
BPname |
BPname biological process such as "proliferation of cells", "ALL" (default) if FEA should be carried out for all 101 biological processes |
DEGsmatrix |
DEGsmatrix output from DEA such as dataDEGs" |
matrix from FEA
dataDEGs <- DPA(dataFilt = dataFilt,
dataType = "Gene expression")
dataFEA <- FEA(DEGsmatrix = dataDEGs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.