perform_ora | R Documentation |
Performs ORA on obtained text data.
perform_ora(ret, threshold = 0.05)
ret |
biotext class |
threshold |
ORA threshold to filter (bonferroni-corrected p-value) |
Performs over representation analysis on the obtained text data. Used only with biotext object with type 'refseq'.
biotext class object
testgenes <- c("IRF3","PNKP","DDX41","ERCC1","ERCC2","XRCC1")
obtain_refseq(testgenes) |> perform_ora()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.