Description Usage Arguments Value Examples
This function carries out the literature phenotype analysis (LPA)
1 | LPA(dataDEGs, BP, BPlist)
|
dataDEGs |
is output from DEA |
BP |
is biological process |
BPlist |
is list of genes annotated in BP |
table with number of pubmed that affects, increase or decrase genes annotated in BP
1 2 3 | data(DEGsmatrix)
BPselected <- c("apoptosis")
BPannotations <- DiseaseList[[match(BPselected, names(DiseaseList))]]$ID
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.